Home
last modified time | relevance | path

Searched refs:mb_penalty_factor (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmotion_est.h68 int mb_penalty_factor; member
H A Dmotion_est.c663 dmin_sum+= (mv_penalty[mx4-pred_x4] + mv_penalty[my4-pred_y4])*c->mb_penalty_factor; in h263_mv4_search()
723 return dmin_sum+ 11*c->mb_penalty_factor; in h263_mv4_search()
820 dmin+= (mv_penalty[mx_i-c->pred_x] + mv_penalty[my_i-c->pred_y] + 1)*c->mb_penalty_factor; in interlaced_search()
822 dmin+= c->mb_penalty_factor; //field_select bits in interlaced_search()
858 return dmin_sum+ 11*c->mb_penalty_factor; in interlaced_search()
908 c->mb_penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->mb_cmp); in ff_estimate_p_frame_motion()
1045 intra_score += c->mb_penalty_factor*16 + s->intra_penalty; in ff_estimate_p_frame_motion()
1130 c->mb_penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->mb_cmp); in estimate_motion_b()
1231 fbmin = (mv_penalty_f[motion_fx-pred_fx] + mv_penalty_f[motion_fy-pred_fy])*c->mb_penalty_factor in check_bidir_mv()
1232 +(mv_penalty_b[motion_bx-pred_bx] + mv_penalty_b[motion_by-pred_by])*c->mb_penalty_factor in check_bidir_mv()
[all...]
H A Dmotion_est_template.c170 const int penalty_factor= c->mb_penalty_factor; in get_mb_score()
H A Dsnowenc.c297 c->mb_penalty_factor = get_penalty_factor(s->lambda, s->lambda2, c->avctx->mb_cmp); in encode_q_branch()

Completed in 9 milliseconds