Lines Matching refs: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
182 …if(nnz==1 && ((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct_dc_add)(dst + block_offset[i], block + i*… in FUNCC()
183 …else FUNCC(ff_h264_idct_add )(dst + block_offset[i], block + i*… in FUNCC()
188 void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, in FUNCC() function
194 …if(nnzc[ scan8[i] ]) FUNCC(ff_h264_idct_add )(dst + block_offset[i], block + i*16*si… in FUNCC()
195 …else if(((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct_dc_add)(dst + block_offset[i], block + i*16*si… in FUNCC()
199 void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, in FUNCC() function
207 …if(nnz==1 && ((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct8_dc_add)(dst + block_offset[i], block + i… in FUNCC()
208 …else FUNCC(ff_h264_idct8_add )(dst + block_offset[i], block + i… in FUNCC()
213 void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, … in FUNCC() function
218 … FUNCC(ff_h264_idct_add )(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride); in FUNCC()
220 … FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride); in FUNCC()
225 void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stri… in FUNCC() function
231 … FUNCC(ff_h264_idct_add )(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride); in FUNCC()
233 … FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride); in FUNCC()
240 … FUNCC(ff_h264_idct_add )(dest[j-1] + block_offset[i+4], block + i*16*sizeof(pixel), stride); in FUNCC()
242 … FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i+4], block + i*16*sizeof(pixel), stride); in FUNCC()
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