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

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

Completed in 94 milliseconds