Searched refs:pCoef (Results 1 – 12 of 12) sorted by relevance
/external/aac/libSBRdec/src/ |
D | psdec.cpp | 361 ScaleR = PScaleFactors[noIidSteps + h_ps_d->specificTo.mpeg.pCoef in initSlotBasedRotation() 363 ScaleL = PScaleFactors[noIidSteps - h_ps_d->specificTo.mpeg.pCoef in initSlotBasedRotation() 367 fMult(Alphas[h_ps_d->specificTo.mpeg.pCoef->aaIccIndexMapped[env][bin]], in initSlotBasedRotation() 371 Alphas[h_ps_d->specificTo.mpeg.pCoef->aaIccIndexMapped[env][bin]] >> 1; in initSlotBasedRotation() 401 h_ps_d->specificTo.mpeg.pCoef->H11r[group] = in initSlotBasedRotation() 403 h_ps_d->specificTo.mpeg.pCoef->H12r[group] = in initSlotBasedRotation() 405 h_ps_d->specificTo.mpeg.pCoef->H21r[group] = in initSlotBasedRotation() 407 h_ps_d->specificTo.mpeg.pCoef->H22r[group] = in initSlotBasedRotation() 410 h_ps_d->specificTo.mpeg.pCoef->DeltaH11r[group] = in initSlotBasedRotation() 411 fMult(h11r - h_ps_d->specificTo.mpeg.pCoef->H11r[group], invL); in initSlotBasedRotation() [all …]
|
D | psbitdec.cpp | 253 h_ps_d->specificTo.mpeg.pCoef = pScratch; in DecodePs() 410 h_ps_d->specificTo.mpeg.pCoef->aaIidIndexMapped[env][i] = in DecodePs() 414 h_ps_d->specificTo.mpeg.pCoef->aaIccIndexMapped[env][i] = in DecodePs() 429 map34IndexTo20(h_ps_d->specificTo.mpeg.pCoef->aaIidIndexMapped[env], in DecodePs() 432 map34IndexTo20(h_ps_d->specificTo.mpeg.pCoef->aaIccIndexMapped[env], in DecodePs()
|
D | psbitdec.h | 114 PS_DEC_COEFFICIENTS *pCoef);
|
D | psdec.h | 304 *pCoef; /*!< temporal coefficients are on reusable scratch memory */ member
|
/external/aac/libDRCdec/src/ |
D | drcGainDec_init.cpp | 110 DRC_INSTRUCTIONS_UNI_DRC* pInst, DRC_COEFFICIENTS_UNI_DRC* pCoef, in _generateDrcInstructionsDerivedData() argument 140 seq >= pCoef->gainSetCount)) { in _generateDrcInstructionsDerivedData() 144 if (seq >= pCoef->gainSetCount) { in _generateDrcInstructionsDerivedData() 165 bandCount = pCoef->gainSet[seq].bandCount; in _generateDrcInstructionsDerivedData() 262 DRC_COEFFICIENTS_UNI_DRC* pCoef = NULL; in initActiveDrc() local 270 pCoef = selectDrcCoefficients(hUniDrcConfig, pInst->drcLocation); in initActiveDrc() 271 if (pCoef == NULL) { in initActiveDrc() 275 if (pCoef->drcFrameSizePresent) { in initActiveDrc() 276 if (pCoef->drcFrameSize != hGainDec->frameSize) { in initActiveDrc() 282 hGainDec, hUniDrcConfig, pInst, pCoef, in initActiveDrc() [all …]
|
D | drcDec_reader.cpp | 488 DRC_COEFFICIENTS_UNI_DRC* pCoef = in drcDec_readUniDrcGain() local 490 if (pCoef == NULL) return DE_OK; in drcDec_readUniDrcGain() 493 gainSequenceCount = fMin(pCoef->gainSequenceCount, (UCHAR)12); in drcDec_readUniDrcGain() 496 UCHAR index = pCoef->gainSetIndexForGainSequence[seq]; in drcDec_readUniDrcGain() 502 if ((index >= pCoef->gainSetCount) || (index >= 12)) return DE_NOT_OK; in drcDec_readUniDrcGain() 503 gainSet = &(pCoef->gainSet[index]); in drcDec_readUniDrcGain() 1105 DRC_COEFFICIENTS_UNI_DRC* pCoef) { in _readDrcCoefficientsUniDrc() argument 1110 pCoef->drcLocation = FDKreadBits(hBs, 4); in _readDrcCoefficientsUniDrc() 1111 pCoef->drcFrameSizePresent = FDKreadBits(hBs, 1); in _readDrcCoefficientsUniDrc() 1113 if (pCoef->drcFrameSizePresent == 1) { in _readDrcCoefficientsUniDrc() [all …]
|
D | drcGainDec_preprocess.cpp | 212 DRC_COEFFICIENTS_UNI_DRC* pCoef, in _prepareDrcCharacteristic() argument 226 pCoef->characteristicLeftFormat[pDChar->custom.left]; in _prepareDrcCharacteristic() 228 &(pCoef->customCharacteristicLeft[pDChar->custom.left]); in _prepareDrcCharacteristic() 231 pCoef->characteristicRightFormat[pDChar->custom.right]; in _prepareDrcCharacteristic() 233 &(pCoef->customCharacteristicRight[pDChar->custom.right]); in _prepareDrcCharacteristic() 242 (CHARACTERISTIC_FORMAT)pCoef->characteristicLeftFormat in _prepareDrcCharacteristic() 245 &(pCoef->customCharacteristicLeft in _prepareDrcCharacteristic() 250 (CHARACTERISTIC_FORMAT)pCoef->characteristicRightFormat in _prepareDrcCharacteristic() 253 &(pCoef->customCharacteristicRight in _prepareDrcCharacteristic() 662 DRC_COEFFICIENTS_UNI_DRC* pCoef = pActiveDrc->pCoef; in prepareDrcGain() local [all …]
|
D | drcDec_tools.cpp | 329 DRC_COEFFICIENTS_UNI_DRC* pCoef = NULL; in bitstreamContainsMultibandDrc() local 332 pCoef = selectDrcCoefficients(hUniDrcConfig, LOCATION_SELECTED); in bitstreamContainsMultibandDrc() 333 if (pCoef == NULL) return 0; in bitstreamContainsMultibandDrc() 341 if (pCoef->gainSet[seq].bandCount > 1) { in bitstreamContainsMultibandDrc()
|
D | drcDec_gainDecoder.cpp | 298 DRC_COEFFICIENTS_UNI_DRC* pCoef = in drcDec_GainDecoder_Conceal() local 300 if (pCoef == NULL) return DE_OK; in drcDec_GainDecoder_Conceal() 302 gainSequenceCount = fMin(pCoef->gainSequenceCount, (UCHAR)12); in drcDec_GainDecoder_Conceal()
|
D | drcDec_selectionProcess.cpp | 962 DRC_COEFFICIENTS_UNI_DRC* pCoef, int* pMatchFound) { in _preSelectionRequirement5() argument 967 if (pCoef == NULL) /* check for parametricDRC */ in _preSelectionRequirement5() 977 if (indexDrcCoeff > pCoef->gainSetCount - 1) /* check for parametricDRC */ in _preSelectionRequirement5() 983 GAIN_SET* gainSet = &(pCoef->gainSet[indexDrcCoeff]); in _preSelectionRequirement5() 1227 DRC_COEFFICIENTS_UNI_DRC* pCoef = in _drcSetPreSelectionSingleInstruction() local 1241 _preSelectionRequirement5(pDrcInstructionUniDrc, pCoef, &matchFound); in _drcSetPreSelectionSingleInstruction() 1531 DRC_COEFFICIENTS_UNI_DRC* pCoef = NULL; in _selectSingleDrcCharacteristic() local 1538 pCoef = selectDrcCoefficients(hUniDrcConfig, LOCATION_SELECTED); in _selectSingleDrcCharacteristic() 1540 if (pCoef == NULL) /* check for parametricDRC */ in _selectSingleDrcCharacteristic() 1558 if (indexDrcCoeff > pCoef->gainSetCount - 1) /* check for parametricDRC */ in _selectSingleDrcCharacteristic() [all …]
|
D | drcDec_gainDecoder.h | 160 DRC_COEFFICIENTS_UNI_DRC* pCoef; member
|
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 1144 WORD32 *pCoef = &coef[size * 2 - 1 - 0]; in ixheaacd_lap1_512_480() local 1157 coeff = *pCoef--; in ixheaacd_lap1_512_480()
|