Lines Matching defs:f_code
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;
1117 int16_t (*mv_table)[2], int ref_index, int f_code)
1125 const uint8_t * const mv_penalty = c->mv_penalty[f_code] + MAX_DMV;
1186 //FIXME better f_code prediction (max mv & distance)
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
1524 fmin = estimate_motion_b(s, mb_x, mb_y, s->b_forw_mv_table, 0, s->f_code) +
1539 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV;
1599 /* find best f_code for ME which do unlimited searches */
1655 const int f_code= s->f_code;
1659 range = (((s->out_format == FMT_MPEG1 || s->msmpeg4_version) ? 8 : 16) << f_code);
1702 int16_t (*mv_table)[2], int f_code, int type, int truncate)
1708 int range = (((s->out_format == FMT_MPEG1 || s->msmpeg4_version) ? 8 : 16) << f_code);