Searched refs:mv_max (Results 1 – 5 of 5) sorted by relevance
159 while (++i <= mv_max); in vp8_build_component_cost_table()175 while (++i <= mv_max); in vp8_build_component_cost_table()257 const int c = events [mv_max]; in write_component_probs()269 const int c1 = events [mv_max + j]; /* positive */ in write_component_probs()270 const int c2 = events [mv_max - j]; /* negative */ in write_component_probs()294 while (++j <= mv_max); in write_component_probs()
1748 x->MVcount[0][mv_max+((x->partition_info->bmi[i].mv.as_mv.row in rd_update_mvcount()1750 x->MVcount[1][mv_max+((x->partition_info->bmi[i].mv.as_mv.col in rd_update_mvcount()1757 x->MVcount[0][mv_max+((x->e_mbd.mode_info_context->mbmi.mv.as_mv.row in rd_update_mvcount()1759 x->MVcount[1][mv_max+((x->e_mbd.mode_info_context->mbmi.mv.as_mv.col in rd_update_mvcount()
500 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row - in update_mvcount()502 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col - in update_mvcount()
2176 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1]; in vp8_create_compressor()2177 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1]; in vp8_create_compressor()
23 mv_max = 1023, /* max absolute value of a MV component */ enumerator24 MVvals = (2 * mv_max) + 1, /* # possible values "" */