Lines Matching refs:pIcsInfo

309         CIcsInfo *pIcsInfo,
315 CIcsInfo *pIcsInfo,
376 inline UCHAR IsValid(const CIcsInfo *pIcsInfo) in IsValid() argument
378 return pIcsInfo->Valid; in IsValid()
381 inline UCHAR IsLongBlock(const CIcsInfo *pIcsInfo) in IsLongBlock() argument
383 return (pIcsInfo->WindowSequence != EightShortSequence); in IsLongBlock()
386 inline UCHAR GetWindowShape(const CIcsInfo *pIcsInfo) in GetWindowShape() argument
388 return pIcsInfo->WindowShape; in GetWindowShape()
391 inline UCHAR GetWindowSequence(const CIcsInfo *pIcsInfo) in GetWindowSequence() argument
393 return pIcsInfo->WindowSequence; in GetWindowSequence()
396 inline const SHORT *GetScaleFactorBandOffsets(const CIcsInfo *pIcsInfo, const SamplingRateInfo* sam… in GetScaleFactorBandOffsets() argument
398 if (IsLongBlock(pIcsInfo)) in GetScaleFactorBandOffsets()
408 inline int GetWindowsPerFrame(const CIcsInfo *pIcsInfo) in GetWindowsPerFrame() argument
410 return (pIcsInfo->WindowSequence == EightShortSequence) ? 8 : 1; in GetWindowsPerFrame()
413 inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo) in GetWindowGroups() argument
415 return pIcsInfo->WindowGroups; in GetWindowGroups()
418 inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index) in GetWindowGroupLength() argument
420 return pIcsInfo->WindowGroupLength[index]; in GetWindowGroupLength()
423 inline const UCHAR *GetWindowGroupLengthTable(const CIcsInfo *pIcsInfo) in GetWindowGroupLengthTable() argument
425 return pIcsInfo->WindowGroupLength; in GetWindowGroupLengthTable()
428 inline UCHAR GetScaleFactorBandsTransmitted(const CIcsInfo *pIcsInfo) in GetScaleFactorBandsTransmitted() argument
430 return pIcsInfo->MaxSfBands; in GetScaleFactorBandsTransmitted()
438 inline UCHAR GetScaleFactorBandsTotal(const CIcsInfo *pIcsInfo) in GetScaleFactorBandsTotal() argument
440 return pIcsInfo->TotalSfBands; in GetScaleFactorBandsTotal()
444 inline UCHAR GetMaximumTnsBands(const CIcsInfo *pIcsInfo, const int samplingRateIndex) in GetMaximumTnsBands() argument
446 return tns_max_bands_tbl[samplingRateIndex][!IsLongBlock(pIcsInfo)]; in GetMaximumTnsBands()