Searched refs:mv_max (Results 1 – 5 of 5) sorted by relevance
23 mv_max = 1023, /* max absolute value of a MV component */ enumerator24 MVvals = (2 * mv_max) + 1, /* # possible values "" */
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()
401 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row - in update_mvcount()403 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col - in update_mvcount()
1747 x->MVcount[0][mv_max+((x->partition_info->bmi[i].mv.as_mv.row in rd_update_mvcount()1749 x->MVcount[1][mv_max+((x->partition_info->bmi[i].mv.as_mv.col in rd_update_mvcount()1756 x->MVcount[0][mv_max+((x->e_mbd.mode_info_context->mbmi.mv.as_mv.row in rd_update_mvcount()1758 x->MVcount[1][mv_max+((x->e_mbd.mode_info_context->mbmi.mv.as_mv.col in rd_update_mvcount()
2102 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1]; in vp8_create_compressor()2103 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1]; in vp8_create_compressor()