Searched refs:ff_set_cmp (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | me_cmp.h | 90 int ff_set_cmp(MECmpContext *c, me_cmp_func *cmp, int type);
|
H A D | motion_est.c | 325 ret = ff_set_cmp(&s->mecc, s->mecc.me_pre_cmp, c->avctx->me_pre_cmp); in ff_init_me() 326 ret |= ff_set_cmp(&s->mecc, s->mecc.me_cmp, c->avctx->me_cmp); in ff_init_me() 327 ret |= ff_set_cmp(&s->mecc, s->mecc.me_sub_cmp, c->avctx->me_sub_cmp); in ff_init_me() 328 ret |= ff_set_cmp(&s->mecc, s->mecc.mb_cmp, c->avctx->mb_cmp); in ff_init_me()
|
H A D | dvenc.c | 79 ret = ff_set_cmp(&mecc, mecc.ildct_cmp, avctx->ildct_cmp); in dvvideo_encode_init()
|
H A D | snowenc.c | 130 ret = ff_set_cmp(&s->mecc, s->mecc.me_cmp, s->avctx->me_cmp); in encode_init() 131 ret |= ff_set_cmp(&s->mecc, s->mecc.me_sub_cmp, s->avctx->me_sub_cmp); in encode_init()
|
H A D | me_cmp.c | 476 int ff_set_cmp(MECmpContext *c, me_cmp_func *cmp, int type) in ff_set_cmp() function
|
H A D | mpegvideo_enc.c | 845 ret = ff_set_cmp(&s->mecc, s->mecc.ildct_cmp, avctx->ildct_cmp); in ff_mpv_encode_init() 846 ret |= ff_set_cmp(&s->mecc, s->mecc.frame_skip_cmp, s->frame_skip_cmp); in ff_mpv_encode_init()
|
Completed in 16 milliseconds