HomeSort by relevance Sort by last modified time
    Searched refs:mapUnitVacant (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 134 int mapUnitVacant;
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/
h264bsd_slice_group_map.c 306 u32 mapUnitVacant;
332 for (k = 0; k < unitsInSliceGroup0; k += mapUnitVacant ? 1 : 0)
334 mapUnitVacant = (map[ (u32)y * picWidth + (u32)x ] == 1) ?
337 if (mapUnitVacant)

Completed in 156 milliseconds