Home | History | Annotate | Download | only in source

Lines Matching refs:lastMbAddr

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);
320 i = pStorage->slice->lastMbAddr - 1;