Home | History | Annotate | Download | only in source

Lines Matching refs:u32

49 static const u32 stuffingTable[8] = {0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80};
52 const u32 h264bsdQpC[52] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,
80 u32 h264bsdCountLeadingZeros(u32 value, u32 length)
85 u32 zeros = 0;
86 u32 mask = 1 << (length - 1);
123 u32 h264bsdRbspTrailingBits(strmData_t *pStrmData)
128 u32 stuffing;
129 u32 stuffingLength;
171 u32 h264bsdMoreRbspData(strmData_t *pStrmData)
176 u32 bits;
218 u32 h264bsdNextMbAddress(u32 *pSliceGroupMap, u32 picSizeInMbs, u32 currMbAddr)
223 u32 i, sliceGroup;
264 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum)
266 u32 width, height;
267 u32 picSize;
268 u32 row, col;
269 u32 tmp;