Searched refs:h264bsdShowBits32 (Results 1 – 8 of 8) sorted by relevance
80 out = h264bsdShowBits32(pStrmData) >> (32 - numBits); in h264bsdGetBits()115 u32 h264bsdShowBits32(strmData_t *pStrmData) in h264bsdShowBits32() function
115 bits = h264bsdShowBits32(pStrmData); in h264bsdDecodeExpGolombUnsigned()166 bits = h264bsdShowBits32(pStrmData); in h264bsdDecodeExpGolombUnsigned()
60 u32 h264bsdShowBits32(strmData_t *pStrmData);
327 value = h264bsdShowBits32(pStrmData); \338 value = h264bsdShowBits32(pStrmData); \359 value = h264bsdShowBits32(pStrmData); \
189 ((h264bsdShowBits32(pStrmData)>>(32-bits)) != (1ul << (bits-1))) ) in h264bsdMoreRbspData()
225 tmp = h264bsdShowBits32(pStrmData); in h264bsdDecodeVuiParameters()232 tmp = h264bsdShowBits32(pStrmData); in h264bsdDecodeVuiParameters()
878 pUserDataUnregistered->uuidIsoIec11578[i] = h264bsdShowBits32(pStrmData); in DecodeUserDataUnregistered()1356 pSubSeqCharacteristics->subSeqDuration = h264bsdShowBits32(pStrmData); in DecodeSubSeqCharacteristics()
400 value = h264bsdShowBits32(pStrmData); in DecodeMbPred()