Home
last modified time | relevance | path

Searched refs:h264_chroma_dc_dequant_idct (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_init_mips.c49 c->h264_chroma_dc_dequant_idct = in ff_h264dsp_init_mips()
52 c->h264_chroma_dc_dequant_idct = in ff_h264dsp_init_mips()
/third_party/ffmpeg/libavcodec/
Dh264dsp.c97 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()
Dh264dsp.h104 void (*h264_chroma_dc_dequant_idct)(int16_t *block, int qmul); member
Dh264_mb_template.c237 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()
Dsvq3.c701 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()