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