Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/libraries/cx/src/
DCXUncompression.c474 #define OFFSET_MASK 0x07 in CXUncompressLH() macro
479 #define OFFSET_MASK 0x3FF in CXUncompressLH()
542 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXUncompressLH()
586 #undef OFFSET_MASK in CXUncompressLH()