HomeSort by relevance Sort by last modified time
    Searched defs:pCoef (Results 1 - 11 of 11) sorted by null

  /external/aac/libDRCdec/src/
drcGainDec_init.cpp 110 DRC_INSTRUCTIONS_UNI_DRC* pInst, DRC_COEFFICIENTS_UNI_DRC* pCoef,
140 seq >= pCoef->gainSetCount)) {
144 if (seq >= pCoef->gainSetCount) {
165 bandCount = pCoef->gainSet[seq].bandCount;
275 DRC_COEFFICIENTS_UNI_DRC* pCoef = NULL;
283 pCoef = selectDrcCoefficients(hUniDrcConfig, pInst->drcLocation);
284 if (pCoef == NULL) {
288 if (pCoef->drcFrameSizePresent) {
289 if (pCoef->drcFrameSize != hGainDec->frameSize) {
295 hGainDec, hUniDrcConfig, pInst, pCoef,
    [all...]
drcDec_gainDecoder.cpp 280 DRC_COEFFICIENTS_UNI_DRC* pCoef =
282 if (pCoef == NULL) return DE_OK;
284 gainSequenceCount = fMin(pCoef->gainSequenceCount, (UCHAR)12);
drcDec_tools.cpp 329 DRC_COEFFICIENTS_UNI_DRC* pCoef = NULL;
332 pCoef = selectDrcCoefficients(hUniDrcConfig, LOCATION_SELECTED);
333 if (pCoef == NULL) return 0;
341 if (pCoef->gainSet[seq].bandCount > 1) {
drcDec_gainDecoder.h 158 DRC_COEFFICIENTS_UNI_DRC* pCoef;
drcGainDec_preprocess.cpp 212 DRC_COEFFICIENTS_UNI_DRC* pCoef,
226 pCoef->characteristicLeftFormat[pDChar->custom.left];
228 &(pCoef->customCharacteristicLeft[pDChar->custom.left]);
231 pCoef->characteristicRightFormat[pDChar->custom.right];
233 &(pCoef->customCharacteristicRight[pDChar->custom.right]);
242 (CHARACTERISTIC_FORMAT)pCoef->characteristicLeftFormat
245 &(pCoef->customCharacteristicLeft
250 (CHARACTERISTIC_FORMAT)pCoef->characteristicRightFormat
253 &(pCoef->customCharacteristicRight
661 DRC_COEFFICIENTS_UNI_DRC* pCoef = pActiveDrc->pCoef
    [all...]
drcDec_reader.cpp 480 DRC_COEFFICIENTS_UNI_DRC* pCoef =
482 if (pCoef == NULL) return DE_OK;
485 gainSequenceCount = fMin(pCoef->gainSequenceCount, (UCHAR)12);
488 UCHAR index = pCoef->gainSetIndexForGainSequence[seq];
494 if ((index >= pCoef->gainSetCount) || (index >= 12)) return DE_NOT_OK;
495 gainSet = &(pCoef->gainSet[index]);
    [all...]
drcDec_selectionProcess.cpp     [all...]
  /external/aac/libSBRdec/src/
psdec.cpp 361 ScaleR = PScaleFactors[noIidSteps + h_ps_d->specificTo.mpeg.pCoef
363 ScaleL = PScaleFactors[noIidSteps - h_ps_d->specificTo.mpeg.pCoef
367 fMult(Alphas[h_ps_d->specificTo.mpeg.pCoef->aaIccIndexMapped[env][bin]],
371 Alphas[h_ps_d->specificTo.mpeg.pCoef->aaIccIndexMapped[env][bin]] >> 1;
401 h_ps_d->specificTo.mpeg.pCoef->H11r[group] =
403 h_ps_d->specificTo.mpeg.pCoef->H12r[group] =
405 h_ps_d->specificTo.mpeg.pCoef->H21r[group] =
407 h_ps_d->specificTo.mpeg.pCoef->H22r[group] =
410 h_ps_d->specificTo.mpeg.pCoef->DeltaH11r[group] =
411 fMult(h11r - h_ps_d->specificTo.mpeg.pCoef->H11r[group], invL)
    [all...]
psdec.h 300 *pCoef; /*!< temporal coefficients are on reusable scratch memory */
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 136 LVDBE_Coef_t *pCoef; /* Instance coefficients */
139 LVDBE_Coef_FLOAT_t *pCoef; /* Instance coefficients */
  /external/libxaac/decoder/
ixheaacd_block.c 1098 WORD32 *pCoef = &coef[size * 2 - 1 - 0];
1111 coeff = *pCoef--;
    [all...]

Completed in 304 milliseconds