Home
last modified time | relevance | path

Searched refs:pIcsInfo (Results 1 – 22 of 22) sorted by relevance

/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACdec/src/
H A Dchannelinfo.cpp113 if (IsLongBlock(pIcsInfo)) { in IcsReadMaxSfb()
122 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands) { in IcsReadMaxSfb()
134 pIcsInfo->Valid = 0; in IcsRead()
138 pIcsInfo->WindowShape = 0; in IcsRead()
146 if (pIcsInfo->WindowShape) { in IcsRead()
164 if (IsLongBlock(pIcsInfo)) { in IcsRead()
176 pIcsInfo->WindowGroups = 1; in IcsRead()
184 pIcsInfo->WindowGroups = 0; in IcsRead()
191 pIcsInfo->WindowGroupLength[pIcsInfo->WindowGroups]++; in IcsRead()
193 pIcsInfo->WindowGroups++; in IcsRead()
[all …]
H A Dchannelinfo.h497 inline UCHAR IsValid(const CIcsInfo *pIcsInfo) { return pIcsInfo->Valid; } in IsValid() argument
500 return (pIcsInfo->WindowSequence != BLOCK_SHORT); in IsLongBlock()
504 return pIcsInfo->WindowShape; in GetWindowShape()
508 return pIcsInfo->WindowSequence; in GetWindowSequence()
513 if (IsLongBlock(pIcsInfo)) { in GetScaleFactorBandOffsets()
522 if (IsLongBlock(pIcsInfo)) { in GetNumberOfScaleFactorBands()
534 return pIcsInfo->WindowGroups; in GetWindowGroups()
538 return pIcsInfo->WindowGroupLength[index]; in GetWindowGroupLength()
542 return pIcsInfo->WindowGroupLength; in GetWindowGroupLengthTable()
546 return pIcsInfo->MaxSfBands; in GetScaleFactorBandsTransmitted()
[all …]
H A Daacdec_tns.cpp144 const CIcsInfo *pIcsInfo, const UINT flags) { in CTns_Read() argument
159 wins_per_frame = GetWindowsPerFrame(pIcsInfo); in CTns_Read()
160 isLongFlag = IsLongBlock(pIcsInfo); in CTns_Read()
175 nextstopband = GetScaleFactorBandsTotal(pIcsInfo); in CTns_Read()
238 const CIcsInfo *pIcsInfo, const UINT flags, in CTns_ReadDataPresentUsac() argument
248 CTns_Read(hBs, pTnsData0, pIcsInfo, flags); in CTns_ReadDataPresentUsac()
275 const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectralCoefficient, in CTns_Apply() argument
286 wins_per_frame = GetWindowsPerFrame(pIcsInfo); in CTns_Apply()
323 pIcsInfo, pSamplingRateInfo->samplingRateIndex); in CTns_Apply()
334 start = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[start]; in CTns_Apply()
[all …]
H A Dconceal.cpp578 *(GetWindowGroupLengthTable(pIcsInfo) + GetWindowGroups(pIcsInfo) - 1); in CConcealment_Store()
621 pIcsInfo->WindowSequence = tWindowSequence; in CConcealment_Store()
622 pIcsInfo->WindowShape = tWindowShape; in CConcealment_Store()
830 pIcsInfo->WindowShape = in CConcealment_ApplyNoise()
833 pIcsInfo->WindowSequence = in CConcealment_ApplyNoise()
978 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
979 pIcsInfo->WindowSequence = BLOCK_STOP; in CConcealment_ApplyInter()
1033 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
1034 pIcsInfo->WindowSequence = BLOCK_LONG; in CConcealment_ApplyInter()
1092 pIcsInfo->WindowShape = in CConcealment_ApplyInter()
[all …]
H A Dpulsedata.cpp108 const SHORT *sfb_startlines, const void *pIcsInfo, in CPulseData_Read() argument
112 GetScaleFactorBandsTransmitted((const CIcsInfo *)pIcsInfo); in CPulseData_Read()
118 if (!IsLongBlock((const CIcsInfo *)pIcsInfo)) { in CPulseData_Read()
H A Daacdec_pns.cpp314 void CPns_Apply(const CPnsData *pPnsData, const CIcsInfo *pIcsInfo, in CPns_Apply() argument
321 GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); in CPns_Apply()
323 int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(pIcsInfo); in CPns_Apply()
325 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); in CPns_Apply()
327 for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); in CPns_Apply()
H A Dblock.h116 void CPns_Apply(const CPnsData *pPnsData, const CIcsInfo *pIcsInfo,
139 const CIcsInfo *pIcsInfo, const UINT flags,
143 const CIcsInfo *pIcsInfo, const UINT flags);
146 const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectralCoefficient,
H A Dpulsedata.h132 const SHORT *sfb_startlines, const void *pIcsInfo,
H A Daacdec_hcr.cpp268 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in HcrInit() local
317 GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); /* aux */ in HcrInit()
318 numOfGroups = GetWindowGroups(pIcsInfo); in HcrInit()
H A Daacdec_drc.cpp859 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in aacDecoder_drcApply() local
862 int winSeq = pIcsInfo->WindowSequence; in aacDecoder_drcApply()
H A Daacdecoder.cpp3278 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CAacDecoder_DecodeFrame() local
3286 const int icsIsInvalid = (GetScaleFactorBandsTransmitted(pIcsInfo) > in CAacDecoder_DecodeFrame()
3287 GetScaleFactorBandsTotal(pIcsInfo)); in CAacDecoder_DecodeFrame()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACdec/src/
H A Dchannelinfo.cpp113 if (IsLongBlock(pIcsInfo)) { in IcsReadMaxSfb()
122 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands) { in IcsReadMaxSfb()
134 pIcsInfo->Valid = 0; in IcsRead()
138 pIcsInfo->WindowShape = 0; in IcsRead()
146 if (pIcsInfo->WindowShape) { in IcsRead()
164 if (IsLongBlock(pIcsInfo)) { in IcsRead()
176 pIcsInfo->WindowGroups = 1; in IcsRead()
184 pIcsInfo->WindowGroups = 0; in IcsRead()
191 pIcsInfo->WindowGroupLength[pIcsInfo->WindowGroups]++; in IcsRead()
193 pIcsInfo->WindowGroups++; in IcsRead()
[all …]
H A Dchannelinfo.h497 inline UCHAR IsValid(const CIcsInfo *pIcsInfo) { return pIcsInfo->Valid; } in IsValid() argument
500 return (pIcsInfo->WindowSequence != BLOCK_SHORT); in IsLongBlock()
504 return pIcsInfo->WindowShape; in GetWindowShape()
508 return pIcsInfo->WindowSequence; in GetWindowSequence()
513 if (IsLongBlock(pIcsInfo)) { in GetScaleFactorBandOffsets()
522 if (IsLongBlock(pIcsInfo)) { in GetNumberOfScaleFactorBands()
534 return pIcsInfo->WindowGroups; in GetWindowGroups()
538 return pIcsInfo->WindowGroupLength[index]; in GetWindowGroupLength()
542 return pIcsInfo->WindowGroupLength; in GetWindowGroupLengthTable()
546 return pIcsInfo->MaxSfBands; in GetScaleFactorBandsTransmitted()
[all …]
H A Daacdec_tns.cpp144 const CIcsInfo *pIcsInfo, const UINT flags) { in CTns_Read() argument
159 wins_per_frame = GetWindowsPerFrame(pIcsInfo); in CTns_Read()
160 isLongFlag = IsLongBlock(pIcsInfo); in CTns_Read()
175 nextstopband = GetScaleFactorBandsTotal(pIcsInfo); in CTns_Read()
238 const CIcsInfo *pIcsInfo, const UINT flags, in CTns_ReadDataPresentUsac() argument
248 CTns_Read(hBs, pTnsData0, pIcsInfo, flags); in CTns_ReadDataPresentUsac()
275 const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectralCoefficient, in CTns_Apply() argument
286 wins_per_frame = GetWindowsPerFrame(pIcsInfo); in CTns_Apply()
323 pIcsInfo, pSamplingRateInfo->samplingRateIndex); in CTns_Apply()
334 start = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[start]; in CTns_Apply()
[all …]
H A Dconceal.cpp576 *(GetWindowGroupLengthTable(pIcsInfo) + GetWindowGroups(pIcsInfo) - 1); in CConcealment_Store()
619 pIcsInfo->WindowSequence = tWindowSequence; in CConcealment_Store()
620 pIcsInfo->WindowShape = tWindowShape; in CConcealment_Store()
828 pIcsInfo->WindowShape = in CConcealment_ApplyNoise()
831 pIcsInfo->WindowSequence = in CConcealment_ApplyNoise()
976 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
977 pIcsInfo->WindowSequence = BLOCK_STOP; in CConcealment_ApplyInter()
1031 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
1032 pIcsInfo->WindowSequence = BLOCK_LONG; in CConcealment_ApplyInter()
1090 pIcsInfo->WindowShape = in CConcealment_ApplyInter()
[all …]
H A Dpulsedata.cpp108 const SHORT *sfb_startlines, const void *pIcsInfo, in CPulseData_Read() argument
112 GetScaleFactorBandsTransmitted((const CIcsInfo *)pIcsInfo); in CPulseData_Read()
118 if (!IsLongBlock((const CIcsInfo *)pIcsInfo)) { in CPulseData_Read()
H A Daacdec_pns.cpp314 void CPns_Apply(const CPnsData *pPnsData, const CIcsInfo *pIcsInfo, in CPns_Apply() argument
321 GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); in CPns_Apply()
323 int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(pIcsInfo); in CPns_Apply()
325 for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); in CPns_Apply()
327 for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); in CPns_Apply()
H A Dblock.h116 void CPns_Apply(const CPnsData *pPnsData, const CIcsInfo *pIcsInfo,
139 const CIcsInfo *pIcsInfo, const UINT flags,
143 const CIcsInfo *pIcsInfo, const UINT flags);
146 const CIcsInfo *pIcsInfo, SPECTRAL_PTR pSpectralCoefficient,
H A Dpulsedata.h132 const SHORT *sfb_startlines, const void *pIcsInfo,
H A Daacdec_hcr.cpp268 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in HcrInit() local
317 GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); /* aux */ in HcrInit()
318 numOfGroups = GetWindowGroups(pIcsInfo); in HcrInit()
H A Daacdec_drc.cpp857 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in aacDecoder_drcApply() local
860 int winSeq = pIcsInfo->WindowSequence; in aacDecoder_drcApply()
H A Daacdecoder.cpp3248 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CAacDecoder_DecodeFrame() local
3256 const int icsIsInvalid = (GetScaleFactorBandsTransmitted(pIcsInfo) > in CAacDecoder_DecodeFrame()
3257 GetScaleFactorBandsTotal(pIcsInfo)); in CAacDecoder_DecodeFrame()