Lines Matching defs:FUNCC
33 void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride) in FUNCC() function
69 void FUNCC(ff_h264_idct8_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC() function
144 void FUNCC(ff_h264_idct_dc_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC() function
159 void FUNCC(ff_h264_idct8_dc_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC() function
174 void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, in FUNCC() function
188 void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, in FUNCC() function
199 void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, in FUNCC() function
213 void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, … in FUNCC() function
225 void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stri… in FUNCC() function
251 void FUNCC(ff_h264_luma_dc_dequant_idct)(int16_t *_output, int16_t *_input, int qmul){ in FUNCC() function
286 void FUNCC(ff_h264_chroma422_dc_dequant_idct)(int16_t *_block, int qmul){ in FUNCC() function
313 void FUNCC(ff_h264_chroma_dc_dequant_idct)(int16_t *_block, int qmul){ in FUNCC() function