Home
last modified time | relevance | path

Searched refs:sub_penalty_factor (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.h67 int sub_penalty_factor; member
Dmotion_est_template.c58 const int penalty_factor= c->sub_penalty_factor; in hpel_motion_search()
215 const int penalty_factor= c->sub_penalty_factor; in qpel_motion_search()
Dmotion_est.c398 const int penalty_factor= c->sub_penalty_factor; in sad_hpel_motion_search()
905 c->sub_penalty_factor= get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_sub_cmp); in ff_estimate_p_frame_motion()
1127 c->sub_penalty_factor= get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_sub_cmp); in estimate_motion_b()
Dsnowenc.c304 c->sub_penalty_factor= get_penalty_factor(s->lambda, s->lambda2, c->avctx->me_sub_cmp); in encode_q_branch()