Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h75 #define MV_LOW (-(1 << MV_IN_USE_BITS)) macro
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c360 return mv->row > MV_LOW && mv->row < MV_UPP && in is_mv_valid()
361 mv->col > MV_LOW && mv->col < MV_UPP; in is_mv_valid()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c37 col_min = MAX(col_min, (MV_LOW >> 3) + 1); in vp9_set_mv_search_range()
38 row_min = MAX(row_min, (MV_LOW >> 3) + 1); in vp9_set_mv_search_range()