Searched defs:pIcsInfo (Results 1 - 7 of 7) sorted by relevance
/external/aac/libAACdec/src/ |
H A D | channelinfo.cpp | 99 CIcsInfo *pIcsInfo, 106 if (IsLongBlock(pIcsInfo)) { 108 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long; 111 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short; 113 pIcsInfo->MaxSfBands = (UCHAR) FDKreadBits(bs, nbits); 115 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands){ 125 CIcsInfo *pIcsInfo, 131 pIcsInfo->Valid = 0; 134 pIcsInfo 97 IcsReadMaxSfb( HANDLE_FDK_BITSTREAM bs, CIcsInfo *pIcsInfo, const SamplingRateInfo *pSamplingRateInfo ) argument 124 IcsRead(HANDLE_FDK_BITSTREAM bs, CIcsInfo *pIcsInfo, const SamplingRateInfo* pSamplingRateInfo, const UINT flags) argument [all...] |
H A D | pulsedata.cpp | 101 const void *pIcsInfo, 106 const UINT MaxSfBands = GetScaleFactorBandsTransmitted((CIcsInfo*)pIcsInfo); 112 if (!IsLongBlock((CIcsInfo*)pIcsInfo)) { 97 CPulseData_Read( HANDLE_FDK_BITSTREAM bs, CPulseData *const PulseData, const SHORT *sfb_startlines, const void *pIcsInfo, const SHORT frame_length ) argument
|
H A D | aacdec_pns.cpp | 333 const CIcsInfo *pIcsInfo, 342 const short *BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); 344 int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(pIcsInfo); 346 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); group++) { 347 for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); groupwin++, window++) { 332 CPns_Apply(const CPnsData *pPnsData, const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectrum, const SHORT *pSpecScale, const SHORT *pScaleFactor, const SamplingRateInfo *pSamplingRateInfo, const INT granuleLength, const int channel) argument
|
H A D | aacdec_tns.cpp | 130 const CIcsInfo *pIcsInfo, 136 UCHAR wins_per_frame = GetWindowsPerFrame(pIcsInfo); 137 UCHAR isLongFlag = IsLongBlock(pIcsInfo); 159 nextstopband = GetScaleFactorBandsTotal(pIcsInfo); 335 const CIcsInfo *pIcsInfo, 348 for (window=0; window < GetWindowsPerFrame(pIcsInfo); window++) 383 tns_max_bands = GetMaximumTnsBands(pIcsInfo, pSamplingRateInfo->samplingRateIndex); 388 GetScaleFactorBandsTransmitted(pIcsInfo) ); 390 start = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[start]; 393 GetScaleFactorBandsTransmitted(pIcsInfo) ); 128 CTns_Read(HANDLE_FDK_BITSTREAM bs, CTnsData *pTnsData, const CIcsInfo *pIcsInfo, const UINT flags) argument 333 CTns_Apply( CTnsData *RESTRICT pTnsData, const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectralCoefficient, const SamplingRateInfo *pSamplingRateInfo, const INT granuleLength ) argument [all...] |
H A D | channelinfo.h | 304 * \param pIcsInfo IcsInfo structure to read the window sequence and store MaxSfBands and TotalSfBands 309 CIcsInfo *pIcsInfo, 315 CIcsInfo *pIcsInfo, 376 inline UCHAR IsValid(const CIcsInfo *pIcsInfo) argument 378 return pIcsInfo->Valid; 381 inline UCHAR IsLongBlock(const CIcsInfo *pIcsInfo) argument 383 return (pIcsInfo->WindowSequence != EightShortSequence); 386 inline UCHAR GetWindowShape(const CIcsInfo *pIcsInfo) argument 388 return pIcsInfo->WindowShape; 391 inline UCHAR GetWindowSequence(const CIcsInfo *pIcsInfo) argument 396 GetScaleFactorBandOffsets(const CIcsInfo *pIcsInfo, const SamplingRateInfo* samplingRateInfo) argument 408 GetWindowsPerFrame(const CIcsInfo *pIcsInfo) argument 413 GetWindowGroups(const CIcsInfo *pIcsInfo) argument 418 GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index) argument 423 GetWindowGroupLengthTable(const CIcsInfo *pIcsInfo) argument 428 GetScaleFactorBandsTransmitted(const CIcsInfo *pIcsInfo) argument 438 GetScaleFactorBandsTotal(const CIcsInfo *pIcsInfo) argument 444 GetMaximumTnsBands(const CIcsInfo *pIcsInfo, const int samplingRateIndex) argument [all...] |
H A D | conceal.cpp | 563 CIcsInfo *pIcsInfo, 573 int windowsPerFrame = GetWindowsPerFrame(pIcsInfo); 583 if (!IsValid(pIcsInfo)) { 584 pIcsInfo->WindowGroups = 1; 585 if (IsLongBlock(pIcsInfo)) { 586 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long; 587 pIcsInfo->WindowGroupLength[0] = 1; 590 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short; 591 pIcsInfo->WindowGroupLength[0] = 8; 593 pIcsInfo 561 CConcealment_fakePnsData( CPnsData *pPnsData, CIcsInfo *pIcsInfo, const SamplingRateInfo *pSamplingRateInfo, SHORT *pSpecScale, SHORT *pScaleFactor, const int level ) argument 661 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; local 838 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; local 1017 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; local [all...] |
H A D | aacdec_hcr.cpp | 285 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; local 326 BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); /* aux */ 327 numOfGroups = GetWindowGroups(pIcsInfo);
|
Completed in 90 milliseconds