Searched refs:mv_max (Results 1 – 6 of 6) sorted by relevance
159 while (++i <= mv_max); in vp8_build_component_cost_table()177 while (++i <= mv_max); in vp8_build_component_cost_table()194 while (++i <= mv_max); in vp8_build_component_cost_table()286 const int c = events [mv_max]; in write_component_probs()298 const int c1 = events [mv_max + j]; //positive in write_component_probs()299 const int c2 = events [mv_max - j]; //negative in write_component_probs()323 while (++j <= mv_max); in write_component_probs()
172 static int dummy_cost[2*mv_max+1];196 int *mvcost[2] = { &dummy_cost[mv_max+1], &dummy_cost[mv_max+1] }; in find_matching_mb()197 int *mvsadcost[2] = { &dummy_cost[mv_max+1], &dummy_cost[mv_max+1] }; in find_matching_mb()
268 z->mvcost[0] = &z->mvcosts[0][mv_max+1]; in setup_mbby_copy()269 z->mvcost[1] = &z->mvcosts[1][mv_max+1]; in setup_mbby_copy()270 z->mvsadcost[0] = &z->mvsadcosts[0][mv_max+1]; in setup_mbby_copy()271 z->mvsadcost[1] = &z->mvsadcosts[1][mv_max+1]; in setup_mbby_copy()
1274 … cpi->MVcount[0][mv_max+((xd->block[i].bmi.mv.as_mv.row - best_ref_mv.row) >> 1)]++; in vp8cx_encode_inter_macroblock()1275 … cpi->MVcount[1][mv_max+((xd->block[i].bmi.mv.as_mv.col - best_ref_mv.col) >> 1)]++; in vp8cx_encode_inter_macroblock()1281 cpi->MVcount[0][mv_max+((xd->block[0].bmi.mv.as_mv.row - best_ref_mv.row) >> 1)]++; in vp8cx_encode_inter_macroblock()1282 cpi->MVcount[1][mv_max+((xd->block[0].bmi.mv.as_mv.col - best_ref_mv.col) >> 1)]++; in vp8cx_encode_inter_macroblock()
2077 while (++i <= mv_max); in cal_mvsadcosts()2270 cpi->mb.mvcost[0] = &cpi->mb.mvcosts[0][mv_max+1]; in vp8_create_compressor()2271 cpi->mb.mvcost[1] = &cpi->mb.mvcosts[1][mv_max+1]; in vp8_create_compressor()2272 cpi->mb.mvsadcost[0] = &cpi->mb.mvsadcosts[0][mv_max+1]; in vp8_create_compressor()2273 cpi->mb.mvsadcost[1] = &cpi->mb.mvsadcosts[1][mv_max+1]; in vp8_create_compressor()
19 mv_max = 1023, /* max absolute value of a MV component */ enumerator20 MVvals = (2 * mv_max) + 1, /* # possible values "" */