Searched refs:BitstreamRead1Bits_INLINE (Results 1 – 6 of 6) sorted by relevance
66 if (DC_size > 8) BitstreamRead1Bits_INLINE(stream); in PV_DecodePredictedIntraDC()
49 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream);110 __inline uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream) in BitstreamRead1Bits_INLINE() function
937 run_offset = BitstreamRead1Bits_INLINE(stream); in VlcDecTCOEFIntra()1112 run_offset = BitstreamRead1Bits_INLINE(stream); in VlcDecTCOEFInter()1487 pTcoef->last = BitstreamRead1Bits_INLINE(stream); in RvlcDecTCOEFInter()1550 pTcoef->sign = BitstreamRead1Bits_INLINE(stream); in RvlcDecTCOEFInter()1570 pTcoef->last = BitstreamRead1Bits_INLINE(stream); in RvlcDecTCOEFIntra()1633 pTcoef->sign = BitstreamRead1Bits_INLINE(stream); in RvlcDecTCOEFIntra()
364 mb_coded = ((VopType == I_VOP) ? TRUE : !BitstreamRead1Bits_INLINE(stream)); in GetMBheader()448 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream); in GetMBheader()
427 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream); in DecodeDataPart_P_VideoPacket()584 no_dct_flag = BitstreamRead1Bits_INLINE(stream); in GetMBheaderDataPart_P()
286 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream) in BitstreamRead1Bits_INLINE() function