Home
last modified time | relevance | path

Searched refs:me_cmp (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est_template.c76 if(c->avctx->me_cmp != c->avctx->me_sub_cmp){ in hpel_motion_search()
225 cmpf = s->mecc.me_cmp[size]; in qpel_motion_search()
226 chroma_cmpf = s->mecc.me_cmp[size + 1]; // FIXME: factorize in qpel_motion_search()
238 if(c->avctx->me_cmp != c->avctx->me_sub_cmp){ in qpel_motion_search()
427 cmpf = s->mecc.me_cmp[size]; in small_diamond_search()
428 chroma_cmpf = s->mecc.me_cmp[size + 1]; in small_diamond_search()
468 cmpf = s->mecc.me_cmp[size]; in funny_diamond_search()
469 chroma_cmpf = s->mecc.me_cmp[size + 1]; in funny_diamond_search()
511 cmpf = s->mecc.me_cmp[size]; in hex_search()
512 chroma_cmpf = s->mecc.me_cmp[size + 1]; in hex_search()
[all …]
Dme_cmp.h72 me_cmp_func me_cmp[6]; member
Dmotion_est.c319 c->avctx->me_sub_cmp = c->avctx->me_cmp; in ff_init_me()
326 ff_set_cmp(&s->mecc, s->mecc.me_cmp, c->avctx->me_cmp); in ff_init_me()
330 c->flags = get_flags(c, 0, c->avctx->me_cmp &FF_CMP_CHROMA); in ff_init_me()
346 && c->avctx-> me_cmp == FF_CMP_SAD in ff_init_me()
370 if ((c->avctx->me_cmp & FF_CMP_CHROMA) /* && !s->mecc.me_cmp[2] */) in ff_init_me()
371 s->mecc.me_cmp[2] = zero_cmp; in ff_init_me()
904 c->penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_cmp); in ff_estimate_p_frame_motion()
1126 c->penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_cmp); in estimate_motion_b()
Dsnowenc.c141 ff_set_cmp(&s->mecc, s->mecc.me_cmp, s->avctx->me_cmp); in encode_init()
303 c->penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_cmp); in encode_q_branch()
627 const int penalty_factor= get_penalty_factor(s->lambda, s->lambda2, s->avctx->me_cmp); in get_block_rd()
680 if(s->avctx->me_cmp == FF_CMP_W97) in get_block_rd()
682 else if(s->avctx->me_cmp == FF_CMP_W53) in get_block_rd()
688 distortion += s->mecc.me_cmp[0](&s->m, src + off, dst + off, ref_stride, 16); in get_block_rd()
693 …distortion = s->mecc.me_cmp[0](&s->m, src + sx + sy*ref_stride, dst + sx + sy*ref_stride, ref_stri… in get_block_rd()
729 const int penalty_factor= get_penalty_factor(s->lambda, s->lambda2, s->avctx->me_cmp); in get_4block_rd()
757 …distortion += s->mecc.me_cmp[block_w==8](&s->m, src + x + y*ref_stride, dst + x + y*ref_stride, re… in get_4block_rd()
Dlibxavs.c340 x4->params.analyse.b_chroma_me = avctx->me_cmp & FF_CMP_CHROMA; in XAVS_init()
Dlibx264.c756 if (avctx->me_cmp >= 0) in X264_init()
757 x4->params.analyse.b_chroma_me = avctx->me_cmp & FF_CMP_CHROMA; in X264_init()
Davcodec.h922 int me_cmp; member
Doptions_table.h270 {"cmp", "full-pel ME compare function", OFFSET(me_cmp), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN…
Dmpegvideo_enc.c1471 c->me_cmp = s->avctx->me_cmp; in estimate_best_b_count()
DMakefile119 OBJS-$(CONFIG_ME_CMP) += me_cmp.o
/third_party/ffmpeg/libavcodec/ppc/
DMakefile15 OBJS-$(CONFIG_ME_CMP) += ppc/me_cmp.o
/third_party/ffmpeg/libavfilter/
Dvf_mcdeint.c132 enc_ctx->me_cmp = enc_ctx->me_sub_cmp = FF_CMP_SAD; in config_props()
/third_party/ffmpeg/libavcodec/x86/
DMakefile130 X86ASM-OBJS-$(CONFIG_ME_CMP) += x86/me_cmp.o
/third_party/ffmpeg/
DBUILD.gn620 "//third_party/ffmpeg/libavcodec/me_cmp.c",