Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.3/build/libraries/cx/src/
DCXUncompression.c442 u8 bit; in BitReader_Read() local
448 bit = (u8)( (context->stream >> (context->stream_len - 1)) & 0x1 ); in BitReader_Read()
450 return bit; in BitReader_Read()
513 u8 bit = BitReader_Read( &stream ); in CXUncompressLH() local
514 u32 offset = (((*nodep & 0x7F) + 1U) << 1) + bit; in CXUncompressLH()
516 if ( *nodep & (0x100 >> bit) ) in CXUncompressLH()
541 u8 bit = BitReader_Read( &stream ); in CXUncompressLH() local
542 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXUncompressLH()
544 if ( *nodep & (LEAF_FLAG >> bit) ) in CXUncompressLH()