Home
last modified time | relevance | path

Searched refs:ff_vp9dsp_init (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9dsp.c88 av_cold void ff_vp9dsp_init(VP9DSPContext *dsp, int bpp, int bitexact) in ff_vp9dsp_init() function
H A Dvp9dsp.h125 void ff_vp9dsp_init(VP9DSPContext *dsp, int bpp, int bitexact);
H A Dvp9.c297 ff_vp9dsp_init(&s->dsp, s->s.h.bpp, avctx->flags & AV_CODEC_FLAG_BITEXACT); in update_size()
H A Dvp9dsp_template.c2539 av_cold void FUNC(ff_vp9dsp_init)(VP9DSPContext *dsp) in ff_vp9dsp_init() function
/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c79 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