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 167 #define TEST_BIT_10 0x400
aacdec_hcrs.cpp 630 if ((branchNode & TEST_BIT_10) ==
631 TEST_BIT_10) { /* test bit 10 ; ==> body is complete */
764 if ((branchNode & TEST_BIT_10) ==
765 TEST_BIT_10) { /* test bit 10 ; if set body complete */
    [all...]
rvlc.cpp 271 if ((branchNode & TEST_BIT_10) ==
272 TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-escape-word is
383 if ((branchNode & TEST_BIT_10) ==
384 TEST_BIT_10) { /* test bit 10 ; if set --> a
    [all...]
aacdec_hcr.cpp     [all...]

Completed in 71 milliseconds