Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dsp.c93 c->h264_idct_add16intra= FUNC(ff_h264_idct_add16intra, depth);\ in ff_h264dsp_init()
Dh264idct_template.c188 void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, in FUNCC() argument