Lines Matching defs: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;
663 dmin_sum+= (mv_penalty[mx4-pred_x4] + mv_penalty[my4-pred_y4])*c->mb_penalty_factor;
748 const uint8_t * const mv_penalty = c->current_mv_penalty;
820 dmin+= (mv_penalty[mx_i-c->pred_x] + mv_penalty[my_i-c->pred_y] + 1)*c->mb_penalty_factor;
909 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV;
1076 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV;
1125 const uint8_t * const mv_penalty = c->mv_penalty[f_code] + MAX_DMV;
1131 c->current_mv_penalty= mv_penalty;
1189 const uint8_t * const mv_penalty_f = c->mv_penalty[s->f_code] + MAX_DMV; // f_code of the prev frame
1190 const uint8_t * const mv_penalty_b = c->mv_penalty[s->b_code] + MAX_DMV; // f_code of the prev frame
1403 c->current_mv_penalty= c->mv_penalty[1] + MAX_DMV;
1539 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV;
1543 c->current_mv_penalty= c->mv_penalty[s->b_code] + MAX_DMV;