OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIGHT_BOTTOM_MARGIN
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
findnearmv.h
32
#define
RIGHT_BOTTOM_MARGIN
(16 << 3)
37
else if (mv->as_mv.col > xd->mb_to_right_edge +
RIGHT_BOTTOM_MARGIN
)
38
mv->as_mv.col = xd->mb_to_right_edge +
RIGHT_BOTTOM_MARGIN
;
42
else if (mv->as_mv.row > xd->mb_to_bottom_edge +
RIGHT_BOTTOM_MARGIN
)
43
mv->as_mv.row = xd->mb_to_bottom_edge +
RIGHT_BOTTOM_MARGIN
;
/external/libvpx/libvpx/vp8/decoder/
decodemv.c
463
mb_to_bottom_edge +=
RIGHT_BOTTOM_MARGIN
;
465
mb_to_right_edge +=
RIGHT_BOTTOM_MARGIN
;
Completed in 1631 milliseconds