OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mb_to_right_edge
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/decoder/
decodemv.c
293
int
mb_to_right_edge
;
local
310
pbi->mb.
mb_to_right_edge
=
311
mb_to_right_edge
= ((pbi->common.mb_cols - 1 - mb_col) * 16) << 3;
312
mb_to_right_edge
+= RIGHT_BOTTOM_MARGIN;
393
mbmi->need_to_clamp_mvs |= (mv->col >
mb_to_right_edge
) ? 1 : 0;
425
mv->col = (mv->col >
mb_to_right_edge
) ?
mb_to_right_edge
: mv->col;
434
mv->col = (mv->col >
mb_to_right_edge
) ?
mb_to_right_edge
: mv->col;
454
mbmi->need_to_clamp_mvs |= (mv->col >
mb_to_right_edge
) ? 1 : 0
[
all
...]
/external/libvpx/vp8/common/
blockd.h
270
int
mb_to_right_edge
;
member in struct:__anon7407
Completed in 7789 milliseconds