Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
H A Dmotion.c118 AVCodecContext *av_ctx; in check_motion() local
124 av_ctx = avcodec_alloc_context3(NULL); in check_motion()
125 av_ctx->flags |= AV_CODEC_FLAG_BITEXACT; in check_motion()
127 ff_me_cmp_init(&me_ctx, av_ctx); in check_motion()
144 avcodec_free_context(&av_ctx); in check_motion()

Completed in 2 milliseconds