Searched refs:cntSign (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp614 If sign bit counter cntSign is different from zero, switch to next state to
616 If sign bit counter cntSign is zero, no sign bits are needed and codeword is
644 UINT cntSign; local
700 cntSign = 0;
704 cntSign += 1;
708 if ( cntSign == 0 ) {
714 pCntSign[codewordOffset] = cntSign; /* write sign count result into codewordsideinfo of current codeword */
770 UCHAR cntSign; local
785 cntSign = pCntSign[codewordOffset];
796 cntSign
874 UINT cntSign; local
1025 UCHAR cntSign; local
[all...]

Completed in 224 milliseconds