Lines Matching refs:mv_penalty
390 d += (mv_penalty[pen_x + x] + mv_penalty[pen_y + y])*penalty_factor;\
583 const uint8_t *mv_penalty = c->current_mv_penalty; in h263_mv4_search() local
663 dmin_sum+= (mv_penalty[mx4-pred_x4] + mv_penalty[my4-pred_y4])*c->mb_penalty_factor; in h263_mv4_search()
748 const uint8_t * const mv_penalty = c->current_mv_penalty; in interlaced_search() local
820 … dmin+= (mv_penalty[mx_i-c->pred_x] + mv_penalty[my_i-c->pred_y] + 1)*c->mb_penalty_factor; in interlaced_search()
909 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_estimate_p_frame_motion()
1076 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_pre_estimate_p_frame_motion()
1125 const uint8_t * const mv_penalty = c->mv_penalty[f_code] + MAX_DMV; in estimate_motion_b() local
1131 c->current_mv_penalty= mv_penalty; in estimate_motion_b()
1189 …const uint8_t * const mv_penalty_f = c->mv_penalty[s->f_code] + MAX_DMV; // f_code of the prev fra… in check_bidir_mv()
1190 …const uint8_t * const mv_penalty_b = c->mv_penalty[s->b_code] + MAX_DMV; // f_code of the prev fra… in check_bidir_mv()
1403 c->current_mv_penalty= c->mv_penalty[1] + MAX_DMV; in direct_search()
1539 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_estimate_b_frame_motion()
1543 c->current_mv_penalty= c->mv_penalty[s->b_code] + MAX_DMV; in ff_estimate_b_frame_motion()