Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_SecureUncompression.cpp376 u8 end_flags[ FLAGS_ARRAY_NUM ]; in VerifyHuffmanTable() local
381 end_flags[ i ] = 0; in VerifyHuffmanTable()
396 if ( (end_flags[ idx / 8 ] & (1 << (idx % 8) )) == 0 ) in VerifyHuffmanTable()
414 end_flags[ left / 8 ] |= (u8)( 1 << (left % 8) ); in VerifyHuffmanTable()
419 end_flags[ right / 8 ] |= (u8)( 1 << (right % 8) ); in VerifyHuffmanTable()
810 static u8 end_flags[ FLAGS_ARRAY_NUM ]; in LHVerifyTable() local
813 u8 end_flags[ FLAGS_ARRAY_NUM ]; in LHVerifyTable()
827 end_flags[ i ] = 0; in LHVerifyTable()
839 if ( (end_flags[ idx / 8 ] & (1 << (idx % 8) )) == 0 ) in LHVerifyTable()
856 end_flags[ left / 8 ] |= (u8)( 1 << (left % 8) ); in LHVerifyTable()
[all …]