OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_LOW
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
72
#define
MV_LOW
(-(1 << MV_IN_USE_BITS))
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
378
ret = ret && mv[i].as_mv.row < MV_UPP && mv[i].as_mv.row >
MV_LOW
;
379
ret = ret && mv[i].as_mv.col < MV_UPP && mv[i].as_mv.col >
MV_LOW
;
Completed in 550 milliseconds