public class BlockInterpolator extends Object
Constructor and Description |
---|
BlockInterpolator() |
Modifier and Type | Method and Description |
---|---|
static void |
getBlockChroma(byte[] pels,
int picW,
int picH,
byte[] blk,
int blkOff,
int blkStride,
int x,
int y,
int blkW,
int blkH) |
void |
getBlockLuma(Picture pic,
Picture out,
int off,
int x,
int y,
int w,
int h)
Get block of ( possibly interpolated ) luma pixels
|
public void getBlockLuma(Picture pic, Picture out, int off, int x, int y, int w, int h)
public static void getBlockChroma(byte[] pels, int picW, int picH, byte[] blk, int blkOff, int blkStride, int x, int y, int blkW, int blkH)
Copyright © 2019. All rights reserved.