|
|
void FUNCC() | ff_h264_idct_add (uint8_t *_dst, int16_t *_block, int stride) |
| |
|
void FUNCC() | ff_h264_idct8_add (uint8_t *_dst, int16_t *_block, int stride) |
| |
|
void FUNCC() | ff_h264_idct_dc_add (uint8_t *_dst, int16_t *_block, int stride) |
| |
|
void FUNCC() | ff_h264_idct8_dc_add (uint8_t *_dst, int16_t *_block, int stride) |
| |
|
void FUNCC() | ff_h264_idct_add16 (uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15 *8]) |
| |
|
void FUNCC() | ff_h264_idct_add16intra (uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15 *8]) |
| |
|
void FUNCC() | ff_h264_idct8_add4 (uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15 *8]) |
| |
|
void FUNCC() | ff_h264_idct_add8 (uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15 *8]) |
| |
|
void FUNCC() | ff_h264_idct_add8_422 (uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15 *8]) |
| |
| void FUNCC() | ff_h264_luma_dc_dequant_idct (int16_t *_output, int16_t *_input, int qmul) |
| | IDCT transforms the 16 dc values and dequantizes them. More...
|
| |
|
void FUNCC() | ff_h264_chroma422_dc_dequant_idct (int16_t *_block, int qmul) |
| |
|
void FUNCC() | ff_h264_chroma_dc_dequant_idct (int16_t *_block, int qmul) |
| |