Searched refs:mv_max (Results 1 – 5 of 5) sorted by relevance
142 } while (++i <= mv_max); in vp8_build_component_cost_table()155 } while (++i <= mv_max); in vp8_build_component_cost_table()219 const int c = events[mv_max]; in write_component_probs()230 const int c1 = events[mv_max + j]; /* positive */ in write_component_probs()231 const int c2 = events[mv_max - j]; /* negative */ in write_component_probs()251 } while (++j <= mv_max); in write_component_probs()
1572 x->MVcount[0][mv_max + ((x->partition_info->bmi[i].mv.as_mv.row - in rd_update_mvcount()1575 x->MVcount[1][mv_max + ((x->partition_info->bmi[i].mv.as_mv.col - in rd_update_mvcount()1581 x->MVcount[0][mv_max + ((x->e_mbd.mode_info_context->mbmi.mv.as_mv.row - in rd_update_mvcount()1584 x->MVcount[1][mv_max + ((x->e_mbd.mode_info_context->mbmi.mv.as_mv.col - in rd_update_mvcount()
456 x->MVcount[0][mv_max + ((xd->mode_info_context->mbmi.mv.as_mv.row - in update_mvcount()459 x->MVcount[1][mv_max + ((xd->mode_info_context->mbmi.mv.as_mv.col - in update_mvcount()
2054 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max + 1]; in vp8_create_compressor()2055 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 "" */