OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastMbAddr
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c
122
/*
lastMbAddr
stores address of the macroblock that was last successfully
124
pStorage->slice->
lastMbAddr
= 0;
204
/*
lastMbAddr
is only updated for intra slices (all macroblocks of
207
pStorage->slice->
lastMbAddr
= currMbAddr;
279
Mark macroblocks of the slice corrupted. If
lastMbAddr
in the slice
281
from the
lastMbAddr
are marked corrupted. However, if
lastMbAddr
315
/* DecodeSliceData sets
lastMbAddr
for I slices -> if it was set, go back
317
if (pStorage->slice->
lastMbAddr
)
319
ASSERT(pStorage->mb[pStorage->slice->
lastMbAddr
].sliceId == sliceId)
[
all
...]
h264bsd_storage.h
58
u32
lastMbAddr
;
Completed in 31 milliseconds