• Home
  • Raw
  • Download

Lines Matching refs:iQSC

523   UINT         iQSC;  in Hcr_State_BODY_ONLY()  local
574iQSC = iResultPointer[codewordOffset]; /* get positi… in Hcr_State_BODY_ONLY()
577 …pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal++; … in Hcr_State_BODY_ONLY()
643 UINT iQSC; in Hcr_State_BODY_SIGN__BODY() local
696iQSC = iResultPointer[codewordOffset]; /* get posit… in Hcr_State_BODY_SIGN__BODY()
702 …pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal; … in Hcr_State_BODY_SIGN__BODY()
769 UINT iQSC; in Hcr_State_BODY_SIGN__SIGN() local
784 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN__SIGN()
799 while ( pResultBase[iQSC] == (FIXP_DBL)0 ) { in Hcr_State_BODY_SIGN__SIGN()
800iQSC++; /* points to… in Hcr_State_BODY_SIGN__SIGN()
801 if (iQSC >= 1024) { in Hcr_State_BODY_SIGN__SIGN()
808 …pResultBase[iQSC] = -pResultBase[iQSC]; /* carryBit … in Hcr_State_BODY_SIGN__SIGN()
811iQSC++; /* update … in Hcr_State_BODY_SIGN__SIGN()
822 …iResultPointer[codewordOffset] = iQSC; /* store… in Hcr_State_BODY_SIGN__SIGN()
873 UINT iQSC; in Hcr_State_BODY_SIGN_ESC__BODY() local
928 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__BODY()
935 …pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal; … in Hcr_State_BODY_SIGN_ESC__BODY()
1024 UINT iQSC; in Hcr_State_BODY_SIGN_ESC__SIGN() local
1048 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__SIGN()
1065 while ( pResultBase[iQSC] == (FIXP_DBL)0 ) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1066 iQSC++; in Hcr_State_BODY_SIGN_ESC__SIGN()
1068 iResultPointer[codewordOffset] = iQSC; in Hcr_State_BODY_SIGN_ESC__SIGN()
1072 …pResultBase[iQSC] = - pResultBase[iQSC]; /* carryBit = 1 --> minus */ in Hcr_State_BODY_SIGN_ESC__SIGN()
1074iQSC++; /* update index to next (… in Hcr_State_BODY_SIGN_ESC__SIGN()
1075 iResultPointer[codewordOffset] = iQSC; in Hcr_State_BODY_SIGN_ESC__SIGN()
1085 iQSC = iNode[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__SIGN()
1090 if ( fixp_abs(pResultBase[iQSC++]) == (FIXP_DBL)ESCAPE_VALUE ) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1097 if ( fixp_abs(pResultBase[iQSC]) == (FIXP_DBL)ESCAPE_VALUE ) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1127 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__SIGN()
1128 iQSC++; in Hcr_State_BODY_SIGN_ESC__SIGN()
1129 iResultPointer[codewordOffset] = iQSC; in Hcr_State_BODY_SIGN_ESC__SIGN()
1286 UINT iQSC; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local
1344 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1345 …sign = (pResultBase[iQSC] >= (FIXP_DBL)0) ? 1 : -1; /* get… in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1353 pResultBase[iQSC] = (FIXP_DBL)(sign * (((INT) 1 << escapePrefixUp) + escapeWord)); in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1377 iQSC++; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1378 iResultPointer[codewordOffset] = iQSC; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()