Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXSecureUncompression.c754 extern BOOL CXiLHVerifyTable( const void* pTable, u8 bit );
767 CXiLHVerifyTable( const void* pTable, u8 bit ) in CXiLHVerifyTable() function
901 if ( ! CXiLHVerifyTable( huffTable9, LENGTH_BITS ) ) in CXSecureUncompressLH()
910 if ( ! CXiLHVerifyTable( huffTable12, OFFSET_BITS ) ) in CXSecureUncompressLH()
DCXStreamingUncompression.c674 extern BOOL CXiLHVerifyTable( const void* pTable, u8 bit );
784 if ( ! CXiLHVerifyTable( context->huffTable9, LENGTH_BITS ) ) in CXReadUncompLH()
823 if ( ! CXiLHVerifyTable( context->huffTable12, OFFSET_BITS ) ) in CXReadUncompLH()