Searched refs:me_cmp (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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[siz in hex_search() [all...] |
H A D | me_cmp.h | 72 me_cmp_func me_cmp[6]; member
|
H A D | motion_est.c | 319 c->avctx->me_sub_cmp = c->avctx->me_cmp; in ff_init_me() 326 ret |= ff_set_cmp(&s->mecc, s->mecc.me_cmp, c->avctx->me_cmp); in ff_init_me() 332 c->flags = get_flags(c, 0, c->avctx->me_cmp &FF_CMP_CHROMA); in ff_init_me() 348 && c->avctx-> me_cmp == FF_CMP_SAD in ff_init_me() 372 if ((c->avctx->me_cmp & FF_CMP_CHROMA) /* && !s->mecc.me_cmp[2] */) in ff_init_me() 373 s->mecc.me_cmp[2] = zero_cmp; in ff_init_me() 906 c->penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_cmp); in ff_estimate_p_frame_motion() 1128 c->penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_cmp); in estimate_motion_b() [all...] |
H A D | snowenc.c | 130 ret = ff_set_cmp(&s->mecc, s->mecc.me_cmp, s->avctx->me_cmp); in encode_init() 295 c->penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_cmp); in encode_q_branch() 624 const int penalty_factor= get_penalty_factor(s->lambda, s->lambda2, s->avctx->me_cmp); in get_block_rd() 677 if(s->avctx->me_cmp == FF_CMP_W97) in get_block_rd() 679 else if(s->avctx->me_cmp == FF_CMP_W53) in get_block_rd() 685 distortion += s->mecc.me_cmp[0](&s->m, src + off, dst + off, ref_stride, 16); in get_block_rd() 690 distortion = s->mecc.me_cmp[0](&s->m, src + sx + sy*ref_stride, dst + sx + sy*ref_stride, ref_stride, block_w*2); in get_block_rd() 726 const int penalty_factor= get_penalty_factor(s->lambda, s->lambda2, s->avctx->me_cmp); in get_4block_rd() 754 distortion += s->mecc.me_cmp[block_ in get_4block_rd() [all...] |
H A D | avcodec.h | 766 int me_cmp; member
|
H A D | libxavs.c | 309 x4->params.analyse.b_chroma_me = avctx->me_cmp & FF_CMP_CHROMA; in XAVS_init()
|
H A D | libx264.c | 764 if (avctx->me_cmp >= 0) in X264_init() 765 x4->params.analyse.b_chroma_me = avctx->me_cmp & FF_CMP_CHROMA; in X264_init()
|
H A D | options_table.h | 227 {"cmp", "full-pel ME compare function", OFFSET(me_cmp), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E, "cmp_func"},
|
H A D | mpegvideo_enc.c | 1294 c->me_cmp = s->avctx->me_cmp; in estimate_best_b_count()
|
H A D | Makefile | 124 OBJS-$(CONFIG_ME_CMP) += me_cmp.o
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | motion.c | 26 #include "libavcodec/me_cmp.h" 95 XX(me_cmp) \
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_mcdeint.c | 132 enc_ctx->me_cmp = enc_ctx->me_sub_cmp = FF_CMP_SAD; in config_props()
|
Completed in 23 milliseconds