Searched refs:ff_vp9dsp_init (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp.c | 88 av_cold void ff_vp9dsp_init(VP9DSPContext *dsp, int bpp, int bitexact) in ff_vp9dsp_init() function
|
H A D | vp9dsp.h | 125 void ff_vp9dsp_init(VP9DSPContext *dsp, int bpp, int bitexact);
|
H A D | vp9.c | 297 ff_vp9dsp_init(&s->dsp, s->s.h.bpp, avctx->flags & AV_CODEC_FLAG_BITEXACT); in update_size()
|
H A D | vp9dsp_template.c | 2539 av_cold void FUNC(ff_vp9dsp_init)(VP9DSPContext *dsp) in ff_vp9dsp_init() function
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vp9dsp.c | 79 ff_vp9dsp_init(&dsp, bit_depth, 0); in check_ipred() 328 ff_vp9dsp_init(&dsp, bit_depth, 0); in check_itxfm() 463 ff_vp9dsp_init(&dsp, bit_depth, 0); in check_loopfilter() 577 ff_vp9dsp_init(&dsp, bit_depth, 0); in check_mc()
|
Completed in 10 milliseconds