qpel.c File Reference
Go to the source code of this file.
|
Functions |
| | PIXOP2 (avg, op_avg) |
| static void | gmc_c (uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height) |
| | H264_CHROMA_MC (put_, op_put) |
| | QPEL_MC (0, put_, QPEL_MC(_, op_put) |
| | H264_LOWPASS (put_, op_put, op2_put) |
| static void | wmv2_mspel8_v_lowpass (uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int w) |
| static void | put_mspel8_mc00_c (uint8_t *dst, uint8_t *src, int stride) |
| static void | put_mspel8_mc10_c (uint8_t *dst, uint8_t *src, int stride) |
| static void | put_mspel8_mc20_c (uint8_t *dst, uint8_t *src, int stride) |
| static void | put_mspel8_mc30_c (uint8_t *dst, uint8_t *src, int stride) |
| static void | put_mspel8_mc02_c (uint8_t *dst, uint8_t *src, int stride) |
| static void | put_mspel8_mc12_c (uint8_t *dst, uint8_t *src, int stride) |
| static void | put_mspel8_mc32_c (uint8_t *dst, uint8_t *src, int stride) |
| static void | put_mspel8_mc22_c (uint8_t *dst, uint8_t *src, int stride) |
Function Documentation
| static void gmc_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride, |
|
|
int |
h, |
|
|
int |
ox, |
|
|
int |
oy, |
|
|
int |
dxx, |
|
|
int |
dxy, |
|
|
int |
dyx, |
|
|
int |
dyy, |
|
|
int |
shift, |
|
|
int |
r, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | [static] |
| H264_CHROMA_MC |
( |
put_ |
, |
|
|
op_put |
| |
|
) |
| | |
| QPEL_MC |
( |
0 |
, |
|
|
put_ |
, |
|
|
QPEL_MC( |
_, |
|
|
op_put |
| |
|
) |
| | |
| H264_LOWPASS |
( |
put_ |
, |
|
|
op_put |
, |
|
|
op2_put |
| |
|
) |
| | |
| static void wmv2_mspel8_v_lowpass |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
dstStride, |
|
|
int |
srcStride, |
|
|
int |
w | |
|
) |
| | [static] |
| static void put_mspel8_mc00_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride | |
|
) |
| | [static] |
| static void put_mspel8_mc10_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride | |
|
) |
| | [static] |
| static void put_mspel8_mc20_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride | |
|
) |
| | [static] |
| static void put_mspel8_mc30_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride | |
|
) |
| | [static] |
| static void put_mspel8_mc02_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride | |
|
) |
| | [static] |
| static void put_mspel8_mc12_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride | |
|
) |
| | [static] |
| static void put_mspel8_mc32_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride | |
|
) |
| | [static] |
| static void put_mspel8_mc22_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
stride | |
|
) |
| | [static] |