Searched refs:mvfp_max (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dentropymv.h23 mvfp_max = 255, /* max absolute value of a full pixel MV component */ enumerator in enum:__anon11943
24 MVfpvals = (2 * mvfp_max) + 1, /* # possible full pixel MV values */
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1725 } while (++i <= mvfp_max);
2056 cpi->mb.mvsadcost[0] = &cpi->rd_costs.mvsadcosts[0][mvfp_max + 1];
2057 cpi->mb.mvsadcost[1] = &cpi->rd_costs.mvsadcosts[1][mvfp_max + 1];

Completed in 203 milliseconds