Home
last modified time | relevance | path

Searched refs:pSpectralCoefficient (Results 1 – 13 of 13) sorted by relevance

/external/aac/libArithCoding/src/
Dac_arith_coder.cpp614 FIXP_DBL *RESTRICT pSpectralCoefficient, in decode2() argument
689 pSpectralCoefficient[2 * i] = (FIXP_DBL)a; in decode2()
690 pSpectralCoefficient[2 * i + 1] = (FIXP_DBL)b; in decode2()
714 if (pSpectralCoefficient[2 * i] != (FIXP_DBL)0) bits++; in decode2()
715 if (pSpectralCoefficient[2 * i + 1] != (FIXP_DBL)0) bits++; in decode2()
719 if (pSpectralCoefficient[2 * i] != (FIXP_DBL)0 && !(r >> (bits - 1))) { in decode2()
720 pSpectralCoefficient[2 * i] = -pSpectralCoefficient[2 * i]; in decode2()
722 if (pSpectralCoefficient[2 * i + 1] != (FIXP_DBL)0 && !(r & 1)) { in decode2()
723 pSpectralCoefficient[2 * i + 1] = -pSpectralCoefficient[2 * i + 1]; in decode2()
/external/aac/libAACdec/src/
Dblock.cpp227 SPECTRAL_PTR RESTRICT pSpectralCoefficient = in CBlock_ScaleSpectralData() local
228 pAacDecoderChannelInfo->pSpectralCoefficient; in CBlock_ScaleSpectralData()
238 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, in CBlock_ScaleSpectralData()
471 static inline FIXP_DBL maxabs_D(const FIXP_DBL *pSpectralCoefficient, in maxabs_D() argument
477 DWORD_ALIGNED(pSpectralCoefficient); in maxabs_D()
481 locMax = fMax(fixp_abs(pSpectralCoefficient[i]), locMax); in maxabs_D()
512 FIXP_DBL *pSpectralCoefficient = in CBlock_InverseQuantizeSpectralData() local
513 SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, in CBlock_InverseQuantizeSpectralData()
534 locMax = maxabs_D(pSpectralCoefficient, noLines); in CBlock_InverseQuantizeSpectralData()
592 InverseQuantizeBand(pSpectralCoefficient, InverseQuantTable, in CBlock_InverseQuantizeSpectralData()
[all …]
Dconceal.cpp556 FIXP_DBL *pSpectralCoefficient = in CConcealment_Store() local
557 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_Store()
584 FDKmemcpy(hConcealmentInfo->spectralCoefficient, pSpectralCoefficient, in CConcealment_Store()
589 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024 - 1]; in CConcealment_Store()
599 FDKmemcpy(pSpecTmp, pSpectralCoefficient, 1024 * sizeof(FIXP_DBL)); in CConcealment_Store()
600 FDKmemcpy(pSpectralCoefficient, hConcealmentInfo->spectralCoefficient, in CConcealment_Store()
608 FIXP_DBL *RESTRICT pSpec = &pSpectralCoefficient[1024 - 1]; in CConcealment_Store()
721 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, in CConcealment_Apply()
748 FIXP_DBL *pSpectralCoefficient = in CConcealment_Apply() local
749 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in CConcealment_Apply()
[all …]
Daacdec_tns.cpp275 const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectralCoefficient, in CTns_Apply() argument
292 { pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength); } in CTns_Apply()
Daacdec_drc.cpp855 FIXP_DBL *pSpectralCoefficient = in aacDecoder_drcApply() local
856 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in aacDecoder_drcApply()
1037 pSpectralCoefficient[bin] = in aacDecoder_drcApply()
1038 fMult(pSpectralCoefficient[bin], fact_mantissa[band]); in aacDecoder_drcApply()
1048 pSpectralCoefficient[bin] >>= max_exponent; in aacDecoder_drcApply()
Dchannel.cpp205 pAacDecoderChannelInfo[L]->pSpectralCoefficient, in CChannelElement_Decode()
206 pAacDecoderChannelInfo[R]->pSpectralCoefficient, in CChannelElement_Decode()
351 pAacDecoderChannelInfo[L]->pSpectralCoefficient, in CChannelElement_Decode()
352 pAacDecoderChannelInfo[R]->pSpectralCoefficient, in CChannelElement_Decode()
Dblock.h146 const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectralCoefficient,
Dusacdec_lpd.cpp950 SPEC_TCX(pAacDecoderChannelInfo->pSpectralCoefficient, frame, in CLpd_TcxDecode()
1030 SPEC_TCX(pAacDecoderChannelInfo->pSpectralCoefficient, frame, in CLpd_TcxDecode()
1060 pSpec = SPEC_TCX(pAacDecoderChannelInfo->pSpectralCoefficient, frame, in CLpd_TCX_Read()
1876 SPEC_TCX(pAacDecoderChannelInfo->pSpectralCoefficient, k, in CLpd_RenderTimeSignal()
1912 SPEC_TCX(pAacDecoderChannelInfo->pSpectralCoefficient, k, in CLpd_RenderTimeSignal()
Dchannelinfo.h403 SPECTRAL_PTR pSpectralCoefficient; /* Spectral coefficients of each window */ member
Dstereo.cpp1202 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, in CJointStereo_ApplyIS()
1204 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, in CJointStereo_ApplyIS()
Daacdec_hcr.cpp282 pAacDecoderChannelInfo->pSpectralCoefficient; in HcrInit()
292 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient); in HcrInit()
Daacdecoder.cpp2107 self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = in CAacDecoder_Init()
2125 self->pAacDecoderChannelInfo[ch + 1]->pSpectralCoefficient = in CAacDecoder_Init()
2700 tmpAacDecoderChannelInfo.pSpectralCoefficient = in CAacDecoder_DecodeFrame()
3244 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, in CAacDecoder_DecodeFrame()
Dusacdec_fac.cpp138 ptr = SPEC_FAC(pAacDecoderChannelInfo->pSpectralCoefficient, i, in CLpd_FAC_GetMemory()