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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dentropymv.h25 mvfp_max = 255, /* max absolute value of a full pixel MV component */ enumerator in enum:__anon518
26 MVfpvals = (2 * mvfp_max) +1, /* # possible full pixel MV values */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1782 while (++i <= mvfp_max);
2104 cpi->mb.mvsadcost[0] = &cpi->rd_costs.mvsadcosts[0][mvfp_max+1];
2105 cpi->mb.mvsadcost[1] = &cpi->rd_costs.mvsadcosts[1][mvfp_max+1];

Completed in 123 milliseconds