Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/cx/src/
DCXSecureUncompression.c364 u8 end_flags[ FLAGS_ARRAY_NUM ]; in CXiVerifyHuffmanTable_() local
369 end_flags[ i ] = 0; in CXiVerifyHuffmanTable_()
384 if ( (end_flags[ idx / 8 ] & (1 << (idx % 8) )) == 0 ) in CXiVerifyHuffmanTable_()
402 end_flags[ left / 8 ] |= (u8)( 1 << (left % 8) ); in CXiVerifyHuffmanTable_()
407 end_flags[ right / 8 ] |= (u8)( 1 << (right % 8) ); in CXiVerifyHuffmanTable_()
771 static u8 end_flags[ FLAGS_ARRAY_NUM ]; in CXiLHVerifyTable() local
774 u8 end_flags[ FLAGS_ARRAY_NUM ]; in CXiLHVerifyTable()
788 end_flags[ i ] = 0; in CXiLHVerifyTable()
800 if ( (end_flags[ idx / 8 ] & (1 << (idx % 8) )) == 0 ) in CXiLHVerifyTable()
817 end_flags[ left / 8 ] |= (u8)( 1 << (left % 8) ); in CXiLHVerifyTable()
[all …]