Home
last modified time | relevance | path

Searched refs:MV_UPP (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.h74 #define MV_UPP ((1 << MV_IN_USE_BITS) - 1) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c361 return mv->row > MV_LOW && mv->row < MV_UPP && in is_mv_valid()
362 mv->col > MV_LOW && mv->col < MV_UPP; in is_mv_valid()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c39 col_max = MIN(col_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()
40 row_max = MIN(row_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()