Lines Matching refs:mv_penalty
388 d += (mv_penalty[pen_x + x] + mv_penalty[pen_y + y])*penalty_factor;\
581 const uint8_t *mv_penalty = c->current_mv_penalty; in h263_mv4_search() local
661 dmin_sum+= (mv_penalty[mx4-pred_x4] + mv_penalty[my4-pred_y4])*c->mb_penalty_factor; in h263_mv4_search()
746 const uint8_t * const mv_penalty = c->current_mv_penalty; in interlaced_search() local
818 … dmin+= (mv_penalty[mx_i-c->pred_x] + mv_penalty[my_i-c->pred_y] + 1)*c->mb_penalty_factor; in interlaced_search()
907 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_estimate_p_frame_motion()
1074 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_pre_estimate_p_frame_motion()
1123 const uint8_t * const mv_penalty = c->mv_penalty[f_code] + MAX_DMV; in estimate_motion_b() local
1129 c->current_mv_penalty= mv_penalty; in estimate_motion_b()
1187 …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()
1188 …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()
1401 c->current_mv_penalty= c->mv_penalty[1] + MAX_DMV; in direct_search()
1537 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_estimate_b_frame_motion()
1541 c->current_mv_penalty= c->mv_penalty[s->b_code] + MAX_DMV; in ff_estimate_b_frame_motion()