• Home
  • Raw
  • Download

Lines Matching refs:mpeg

159   FDKhybridAnalysisOpen(&h_ps_d->specificTo.mpeg.hybridAnalysis,  in CreatePsDec()
160 h_ps_d->specificTo.mpeg.pHybridAnaStatesLFdmx, in CreatePsDec()
161 sizeof(h_ps_d->specificTo.mpeg.pHybridAnaStatesLFdmx), in CreatePsDec()
189 error = FDKdecorrelateOpen(&(h_ps_d->specificTo.mpeg.apDecor), in CreatePsDec()
190 h_ps_d->specificTo.mpeg.decorrBufferCplx, in CreatePsDec()
196 FDKmemclear(&h_ps_d->bsData[i].mpeg, sizeof(MPEG_PS_BS_DATA)); in CreatePsDec()
230 FDKdecorrelateClose(&(h_ps_d->specificTo.mpeg.apDecor)); in DeletePsDec()
253 h_ps_d->specificTo.mpeg.lastUsb = 0; in ResetPsDec()
258 FDKhybridAnalysisInit(&h_ps_d->specificTo.mpeg.hybridAnalysis, THREE_TO_TEN, in ResetPsDec()
265 FDKhybridSynthesisInit(&h_ps_d->specificTo.mpeg.hybridSynthesis[i], in ResetPsDec()
270 error = FDKdecorrelateInit(&h_ps_d->specificTo.mpeg.apDecor, 71, DECORR_PS, in ResetPsDec()
277 h_ps_d->specificTo.mpeg.h11rPrev[i] = FL2FXCONST_DBL(0.5f); in ResetPsDec()
278 h_ps_d->specificTo.mpeg.h12rPrev[i] = FL2FXCONST_DBL(0.5f); in ResetPsDec()
281 FDKmemclear(h_ps_d->specificTo.mpeg.h21rPrev, in ResetPsDec()
282 sizeof(h_ps_d->specificTo.mpeg.h21rPrev)); in ResetPsDec()
283 FDKmemclear(h_ps_d->specificTo.mpeg.h22rPrev, in ResetPsDec()
284 sizeof(h_ps_d->specificTo.mpeg.h22rPrev)); in ResetPsDec()
314 FDKhybridAnalysisApply(&h_ps_d->specificTo.mpeg.hybridAnalysis, in PreparePsProcessing()
337 if (h_ps_d->bsData[h_ps_d->processSlot].mpeg.bFineIidQ) { in initSlotBasedRotation()
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()
398 h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env + 1] - in initSlotBasedRotation()
399 h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env])); in initSlotBasedRotation()
401 h_ps_d->specificTo.mpeg.pCoef->H11r[group] = in initSlotBasedRotation()
402 h_ps_d->specificTo.mpeg.h11rPrev[group]; in initSlotBasedRotation()
403 h_ps_d->specificTo.mpeg.pCoef->H12r[group] = in initSlotBasedRotation()
404 h_ps_d->specificTo.mpeg.h12rPrev[group]; in initSlotBasedRotation()
405 h_ps_d->specificTo.mpeg.pCoef->H21r[group] = in initSlotBasedRotation()
406 h_ps_d->specificTo.mpeg.h21rPrev[group]; in initSlotBasedRotation()
407 h_ps_d->specificTo.mpeg.pCoef->H22r[group] = in initSlotBasedRotation()
408 h_ps_d->specificTo.mpeg.h22rPrev[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()
412 h_ps_d->specificTo.mpeg.pCoef->DeltaH12r[group] = in initSlotBasedRotation()
413 fMult(h12r - h_ps_d->specificTo.mpeg.pCoef->H12r[group], invL); in initSlotBasedRotation()
414 h_ps_d->specificTo.mpeg.pCoef->DeltaH21r[group] = in initSlotBasedRotation()
415 fMult(h21r - h_ps_d->specificTo.mpeg.pCoef->H21r[group], invL); in initSlotBasedRotation()
416 h_ps_d->specificTo.mpeg.pCoef->DeltaH22r[group] = in initSlotBasedRotation()
417 fMult(h22r - h_ps_d->specificTo.mpeg.pCoef->H22r[group], invL); in initSlotBasedRotation()
421 h_ps_d->specificTo.mpeg.h11rPrev[group] = h11r; in initSlotBasedRotation()
422 h_ps_d->specificTo.mpeg.h12rPrev[group] = h12r; in initSlotBasedRotation()
423 h_ps_d->specificTo.mpeg.h21rPrev[group] = h21r; in initSlotBasedRotation()
424 h_ps_d->specificTo.mpeg.h22rPrev[group] = h22r; in initSlotBasedRotation()
507 PS_DEC_COEFFICIENTS *pCoef = h_ps_d->specificTo.mpeg.pCoef; in applySlotBasedRotation()
625 FDKhybridAnalysisApply(&h_ps_d->specificTo.mpeg.hybridAnalysis, in ApplyPsSlot()
665 FDKdecorrelateApply(&h_ps_d->specificTo.mpeg.apDecor, in ApplyPsSlot()
701 &h_ps_d->specificTo.mpeg.hybridSynthesis[i], in ApplyPsSlot()