Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dsp.c87 c->h264_idct_add16 = FUNC(ff_h264_idct_add16, depth);\ in ff_h264dsp_init()
Dh264idct_template.c174 void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, in FUNCC() argument