Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp586 UINT iQSC; in Hcr_State_BODY_ONLY() local
643 iQSC = iResultPointer[codewordOffset]; /* get position of first line for in Hcr_State_BODY_ONLY()
648 pResultBase[iQSC++] = in Hcr_State_BODY_ONLY()
719 UINT iQSC; in Hcr_State_BODY_SIGN__BODY() local
779 iQSC = iResultPointer[codewordOffset]; /* get position of first line for in Hcr_State_BODY_SIGN__BODY()
789 pResultBase[iQSC++] = in Hcr_State_BODY_SIGN__BODY()
867 UINT iQSC; in Hcr_State_BODY_SIGN__SIGN() local
884 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN__SIGN()
898 while (pResultBase[iQSC] == (FIXP_DBL)0) { in Hcr_State_BODY_SIGN__SIGN()
899 if (++iQSC >= 1024) { /* points to current value different from zero */ in Hcr_State_BODY_SIGN__SIGN()
[all …]