Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp588 UINT iQSC; in Hcr_State_BODY_ONLY() local
645 iQSC = iResultPointer[codewordOffset]; /* get position of first line for in Hcr_State_BODY_ONLY()
650 pResultBase[iQSC++] = in Hcr_State_BODY_ONLY()
721 UINT iQSC; in Hcr_State_BODY_SIGN__BODY() local
781 iQSC = iResultPointer[codewordOffset]; /* get position of first line for in Hcr_State_BODY_SIGN__BODY()
791 pResultBase[iQSC++] = in Hcr_State_BODY_SIGN__BODY()
869 UINT iQSC; in Hcr_State_BODY_SIGN__SIGN() local
886 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN__SIGN()
900 while (pResultBase[iQSC] == (FIXP_DBL)0) { in Hcr_State_BODY_SIGN__SIGN()
901 if (++iQSC >= 1024) { /* points to current value different from zero */ in Hcr_State_BODY_SIGN__SIGN()
[all …]