Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dfmo.cpp134 int mapUnitVacant; in FmoGenerateType3MapUnitMap() local
154 for (k = 0; k < MapUnitsInSliceGroup0; k += mapUnitVacant) in FmoGenerateType3MapUnitMap()
156 mapUnitVacant = (mapUnitToSliceGroupMap[ y * PicWidthInMbs + x ] == 1); in FmoGenerateType3MapUnitMap()
157 if (mapUnitVacant) in FmoGenerateType3MapUnitMap()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_group_map.c306 u32 mapUnitVacant; in DecodeBoxOutMap() local
332 for (k = 0; k < unitsInSliceGroup0; k += mapUnitVacant ? 1 : 0) in DecodeBoxOutMap()
334 mapUnitVacant = (map[ (u32)y * picWidth + (u32)x ] == 1) ? in DecodeBoxOutMap()
337 if (mapUnitVacant) in DecodeBoxOutMap()