Searched refs:h264_chroma_dc_dequant_idct (Results 1 – 5 of 5) sorted by relevance
49 c->h264_chroma_dc_dequant_idct = in ff_h264dsp_init_mips()52 c->h264_chroma_dc_dequant_idct = in ff_h264dsp_init_mips()
97 c->h264_chroma_dc_dequant_idct= FUNC(ff_h264_chroma_dc_dequant_idct, depth);\ in ff_h264dsp_init()99 c->h264_chroma_dc_dequant_idct= FUNC(ff_h264_chroma422_dc_dequant_idct, depth);\ in ff_h264dsp_init()
104 void (*h264_chroma_dc_dequant_idct)(int16_t *block, int qmul); member
237 h->h264dsp.h264_chroma_dc_dequant_idct(sl->mb + (16 * 16 * 1 << PIXEL_SHIFT), in FUNC()240 h->h264dsp.h264_chroma_dc_dequant_idct(sl->mb + (16 * 16 * 2 << PIXEL_SHIFT), in FUNC()
701 s->h264dsp.h264_chroma_dc_dequant_idct(s->mb + 16 * 16 * 1, in hl_decode_mb()703 s->h264dsp.h264_chroma_dc_dequant_idct(s->mb + 16 * 16 * 2, in hl_decode_mb()