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

  /external/aac/libAACdec/src/
aacdec_hcr.h 114 UINT *branchNode
aacdec_hcrs.cpp 521 UINT branchNode;
567 &branchNode);
570 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; ==> body is complete */
650 UINT branchNode;
    [all...]
rvlc.cpp 233 UINT branchNode;
250 &branchNode);
252 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-escape-word is completely decoded */
253 value = (SCHAR) branchNode & CLR_BIT_10;
350 UINT branchNode;
365 &branchNode);
367 if ((branchNode & TEST_BIT_10) == TEST_BIT_10) { /* test bit 10 ; if set --> a RVLC-codeword is completely decoded */
368 value = (SCHAR) (branchNode & CLR_BIT_10);
    [all...]
aacdec_hcr.cpp     [all...]

Completed in 341 milliseconds