Searched refs:mv_max (Results 1 – 5 of 5) sorted by relevance
134 } while (++i <= mv_max); in vp8_build_component_cost_table()147 } while (++i <= mv_max); in vp8_build_component_cost_table()214 const int c = events[mv_max]; in write_component_probs()225 const int c1 = events[mv_max + j]; /* positive */ in write_component_probs()226 const int c2 = events[mv_max - j]; /* negative */ in write_component_probs()246 } while (++j <= mv_max); in write_component_probs()
1567 x->MVcount[0][mv_max + ((x->partition_info->bmi[i].mv.as_mv.row - in rd_update_mvcount()1570 x->MVcount[1][mv_max + ((x->partition_info->bmi[i].mv.as_mv.col - in rd_update_mvcount()1576 x->MVcount[0][mv_max + ((x->e_mbd.mode_info_context->mbmi.mv.as_mv.row - in rd_update_mvcount()1579 x->MVcount[1][mv_max + ((x->e_mbd.mode_info_context->mbmi.mv.as_mv.col - in rd_update_mvcount()
383 x->MVcount[0][mv_max + ((xd->mode_info_context->mbmi.mv.as_mv.row - in update_mvcount()386 x->MVcount[1][mv_max + ((xd->mode_info_context->mbmi.mv.as_mv.col - in update_mvcount()
2071 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max + 1]; in vp8_create_compressor()2072 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max + 1]; in vp8_create_compressor()
21 mv_max = 1023, /* max absolute value of a MV component */ enumerator22 MVvals = (2 * mv_max) + 1, /* # possible values "" */