Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpsdec.cpp361 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 …]
Dpsbitdec.cpp253 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()
Dpsbitdec.h114 PS_DEC_COEFFICIENTS *pCoef);
Dpsdec.h304 *pCoef; /*!< temporal coefficients are on reusable scratch memory */ member
/external/aac/libDRCdec/src/
DdrcGainDec_init.cpp110 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 …]
DdrcDec_reader.cpp488 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 …]
DdrcGainDec_preprocess.cpp212 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 …]
DdrcDec_tools.cpp329 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()
DdrcDec_gainDecoder.cpp298 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()
DdrcDec_selectionProcess.cpp962 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 …]
DdrcDec_gainDecoder.h160 DRC_COEFFICIENTS_UNI_DRC* pCoef; member
/external/libxaac/decoder/
Dixheaacd_block.c1144 WORD32 *pCoef = &coef[size * 2 - 1 - 0]; in ixheaacd_lap1_512_480() local
1157 coeff = *pCoef--; in ixheaacd_lap1_512_480()