Home
last modified time | relevance | path

Searched refs:sliceGroup (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_util.c223 u32 i, sliceGroup; in h264bsdNextMbAddress() local
231 sliceGroup = pSliceGroupMap[currMbAddr]; in h264bsdNextMbAddress()
234 while ((i < picSizeInMbs) && (pSliceGroupMap[i] != sliceGroup)) in h264bsdNextMbAddress()