Go to the source code of this file.
|
static void FUNC() | copy_block2 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
|
static void FUNC() | copy_block4 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
|
static void FUNC() | copy_block8 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
|
static void FUNC() | copy_block16 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) |
|
◆ H264_LOWPASS
#define H264_LOWPASS |
( |
|
OPNAME, |
|
|
|
OP, |
|
|
|
OP2 |
|
) |
| |
◆ H264_MC
#define H264_MC |
( |
|
OPNAME, |
|
|
|
SIZE |
|
) |
| |
◆ op_avg
#define op_avg |
( |
|
a, |
|
|
|
b |
|
) |
| a = (((a)+CLIP(((b) + 16)>>5)+1)>>1) |
◆ op_put
#define op_put |
( |
|
a, |
|
|
|
b |
|
) |
| a = CLIP(((b) + 16)>>5) |
◆ op2_avg
#define op2_avg |
( |
|
a, |
|
|
|
b |
|
) |
| a = (((a)+CLIP(((b) + 512)>>10)+1)>>1) |
◆ op2_put
#define op2_put |
( |
|
a, |
|
|
|
b |
|
) |
| a = CLIP(((b) + 512)>>10) |
◆ copy_block2()
◆ copy_block4()
◆ copy_block8()
◆ copy_block16()