Home
last modified time | relevance | path

Searched refs:ff_h264_luma_dc_dequant_idct (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dsp.c94 c->h264_luma_dc_dequant_idct= FUNC(ff_h264_luma_dc_dequant_idct, depth);\ in ff_h264dsp_init()
Dh264idct_template.c251 void FUNCC(ff_h264_luma_dc_dequant_idct)(int16_t *_output, int16_t *_input, int qmul){ in FUNCC() argument