HomeSort by relevance Sort by last modified time
    Searched refs:TEST_BIT_10 (Results 1 - 4 of 4) sorted by null

  /external/aac/libAACdec/src/
aacdec_hcr_types.h 153 #define TEST_BIT_10 0x400
aacdec_hcrs.cpp 570 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; ==> body is complete */
    [all...]
rvlc.cpp 252 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-escape-word is completely decoded */
367 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-codeword is completely decoded */
    [all...]
aacdec_hcr.cpp     [all...]

Completed in 51 milliseconds