Lines Matching defs:picWidth

67   u32 picWidth,
75 u32 picWidth,
82 u32 picWidth,
95 u32 picWidth,
163 picWidth picture width in macroblocks
177 u32 picWidth,
189 ASSERT(picWidth);
192 picSize = picWidth * picHeight;
195 map[i] = ((i % picWidth) + (((i / picWidth) * numSliceGroups) >> 1)) %
214 picWidth picture width in macroblocks
230 u32 picWidth,
245 ASSERT(picWidth);
248 picSize = picWidth * picHeight;
257 yTopLeft = topLeft[group] / picWidth;
258 xTopLeft = topLeft[group] % picWidth;
259 yBottomRight = bottomRight[group] / picWidth;
260 xBottomRight = bottomRight[group] % picWidth;
265 map[ y * picWidth + x ] = group;
283 picWidth picture width in macroblocks
298 u32 picWidth,
311 ASSERT(picWidth);
314 picSize = picWidth * picHeight;
320 x = (picWidth - (u32)sliceGroupChangeDirectionFlag) >> 1;
334 mapUnitVacant = (map[ (u32)y * picWidth + (u32)x ] == 1) ?
338 map[ (u32)y * picWidth + (u32)x ] = 0;
349 rightBound = MIN(rightBound + 1, (i32)picWidth - 1);
437 picWidth picture width in macroblocks
452 u32 picWidth,
463 ASSERT(picWidth);
465 ASSERT(sizeOfUpperLeftGroup <= picWidth * picHeight);
468 for (j = 0; j < picWidth; j++)
471 map[ i * picWidth + j ] = (u32)sliceGroupChangeDirectionFlag;
473 map[ i * picWidth + j ] = 1 -
492 picWidth picture width in macroblocks
507 u32 picWidth,
519 ASSERT(picWidth);
523 picSize = picWidth * picHeight;
553 DecodeDispersedMap(map, pps->numSliceGroups, picWidth,
559 pps->topLeft, pps->bottomRight, picWidth, picHeight);
564 unitsInSliceGroup0, picWidth, picHeight);
575 sizeOfUpperLeftGroup, picWidth, picHeight);