Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymv.h25 mvfp_max = 255, /* max absolute value of a full pixel MV component */ enumerator
26 MVfpvals = (2 * mvfp_max) +1, /* # possible full pixel MV values */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1782 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()