Searched refs:mvfp_max (Results 1 – 2 of 2) sorted by relevance
25 mvfp_max = 255, /* max absolute value of a full pixel MV component */ enumerator26 MVfpvals = (2 * mvfp_max) +1, /* # possible full pixel MV values */
1782 while (++i <= mvfp_max); in cal_mvsadcosts()2104 cpi->mb.mvsadcost[0] = &cpi->rd_costs.mvsadcosts[0][mvfp_max+1]; in vp8_create_compressor()2105 cpi->mb.mvsadcost[1] = &cpi->rd_costs.mvsadcosts[1][mvfp_max+1]; in vp8_create_compressor()