Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/libraries/cx/src/
DCXUncompression.c509 u16* nodep = huffTable9 + 1; in CXUncompressLH() local
514 u32 offset = (((*nodep & 0x7F) + 1U) << 1) + bit; in CXUncompressLH()
516 if ( *nodep & (0x100 >> bit) ) in CXUncompressLH()
518 nodep = (u16*)((u32)nodep & ~0x3); in CXUncompressLH()
519 val = *(nodep + offset); in CXUncompressLH()
524 nodep = (u16*)((u32)nodep & ~0x3); in CXUncompressLH()
525 nodep += offset; in CXUncompressLH()
538 u16* nodep = huffTable12 + 1; in CXUncompressLH() local
542 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXUncompressLH()
544 if ( *nodep & (LEAF_FLAG >> bit) ) in CXUncompressLH()
[all …]
/RvlSDK-3.2.3/include/revolution/cx/
DCXStreamingUncompression.h132 u16 *nodep; // Node during a Huffman table search: 4B member