Searched refs:mapUnitVacant (Results 1 – 2 of 2) sorted by relevance
134 int mapUnitVacant; in FmoGenerateType3MapUnitMap() local154 for (k = 0; k < MapUnitsInSliceGroup0; k += mapUnitVacant) in FmoGenerateType3MapUnitMap()156 mapUnitVacant = (mapUnitToSliceGroupMap[ y * PicWidthInMbs + x ] == 1); in FmoGenerateType3MapUnitMap()157 if (mapUnitVacant) in FmoGenerateType3MapUnitMap()
306 u32 mapUnitVacant; in DecodeBoxOutMap() local332 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()