Searched refs:pQuantVal (Results 1 – 2 of 2) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_hcr.cpp | 143 UINT codebookDim, const SCHAR *pQuantVal, 1005 const SCHAR *pQuantVal; in DecodePCWs() local 1073 pQuantVal = DecodePCW_Body( in DecodePCWs() 1080 (FIXP_DBL)*pQuantVal++; /* write quant. spec. coef. into in DecodePCWs() 1117 pQuantVal = DecodePCW_Body( in DecodePCWs() 1122 bs, pHcr->decInOut.bitstreamAnchor, dimension, pQuantVal, in DecodePCWs() 1159 pQuantVal = DecodePCW_Body( in DecodePCWs() 1164 bs, pHcr->decInOut.bitstreamAnchor, dimension, pQuantVal, in DecodePCWs() 1343 const SCHAR *pQuantVal; in DecodePCW_Body() local 1370 pQuantVal = in DecodePCW_Body() [all …]
|
D | aacdec_hcrs.cpp | 597 const SCHAR *pQuantVal; in Hcr_State_BODY_ONLY() local 639 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid in Hcr_State_BODY_ONLY() 649 (FIXP_DBL)*pQuantVal++; /* write out 2 or 4 lines into in Hcr_State_BODY_ONLY() 730 const SCHAR *pQuantVal; in Hcr_State_BODY_SIGN__BODY() local 775 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid in Hcr_State_BODY_SIGN__BODY() 790 (FIXP_DBL)*pQuantVal; /* write quant. spec. coef. into spectrum */ in Hcr_State_BODY_SIGN__BODY() 791 if (*pQuantVal++ != 0) { in Hcr_State_BODY_SIGN__BODY() 981 const SCHAR *pQuantVal; in Hcr_State_BODY_SIGN_ESC__BODY() local 1022 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid in Hcr_State_BODY_SIGN_ESC__BODY() 1041 (FIXP_DBL)*pQuantVal; /* write quant. spec. coef. into spectrum */ in Hcr_State_BODY_SIGN_ESC__BODY() [all …]
|