Searched refs:me_cmp (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est_template.c | 76 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 …]
|
D | me_cmp.h | 72 me_cmp_func me_cmp[6]; member
|
D | motion_est.c | 319 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()
|
D | snowenc.c | 141 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()
|
D | libxavs.c | 340 x4->params.analyse.b_chroma_me = avctx->me_cmp & FF_CMP_CHROMA; in XAVS_init()
|
D | libx264.c | 756 if (avctx->me_cmp >= 0) in X264_init() 757 x4->params.analyse.b_chroma_me = avctx->me_cmp & FF_CMP_CHROMA; in X264_init()
|
D | avcodec.h | 922 int me_cmp; member
|
D | options_table.h | 270 {"cmp", "full-pel ME compare function", OFFSET(me_cmp), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN…
|
D | mpegvideo_enc.c | 1471 c->me_cmp = s->avctx->me_cmp; in estimate_best_b_count()
|
D | Makefile | 119 OBJS-$(CONFIG_ME_CMP) += me_cmp.o
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | Makefile | 15 OBJS-$(CONFIG_ME_CMP) += ppc/me_cmp.o
|
/third_party/ffmpeg/libavfilter/ |
D | vf_mcdeint.c | 132 enc_ctx->me_cmp = enc_ctx->me_sub_cmp = FF_CMP_SAD; in config_props()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | Makefile | 130 X86ASM-OBJS-$(CONFIG_ME_CMP) += x86/me_cmp.o
|
/third_party/ffmpeg/ |
D | BUILD.gn | 620 "//third_party/ffmpeg/libavcodec/me_cmp.c",
|