OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yBottomRight
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp
102
uint yTopLeft, xTopLeft,
yBottomRight
, xBottomRight;
113
yBottomRight
= pps->bottom_right[ iGroup ] / PicWidthInMbs;
115
for (y = yTopLeft; y <=
yBottomRight
; y++)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c
236
u32 i,y,x,yTopLeft,
yBottomRight
,xTopLeft,xBottomRight, picSize;
259
yBottomRight
= bottomRight[group] / picWidth;
263
for (y = yTopLeft; y <=
yBottomRight
; y++)
Completed in 139 milliseconds