Home
last modified time | relevance | path

Searched refs:mv_max (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/encoder/
Dencodemv.c159 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()
Dtemporal_filter.c172 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()
Dethreading.c268 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()
Dencodeframe.c1274 … 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()
Donyx_if.c2077 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()
/external/libvpx/vp8/common/
Dentropymv.h19 mv_max = 1023, /* max absolute value of a MV component */ enumerator
20 MVvals = (2 * mv_max) + 1, /* # possible values "" */