Lines Matching refs:CIcsInfo

180 } CIcsInfo;  typedef
405 CIcsInfo icsInfo;
437 AAC_DECODER_ERROR IcsReadMaxSfb(HANDLE_FDK_BITSTREAM hBs, CIcsInfo *pIcsInfo,
440 AAC_DECODER_ERROR IcsRead(HANDLE_FDK_BITSTREAM bs, CIcsInfo *pIcsInfo,
497 inline UCHAR IsValid(const CIcsInfo *pIcsInfo) { return pIcsInfo->Valid; } in IsValid()
499 inline UCHAR IsLongBlock(const CIcsInfo *pIcsInfo) { in IsLongBlock()
503 inline UCHAR GetWindowShape(const CIcsInfo *pIcsInfo) { in GetWindowShape()
507 inline BLOCK_TYPE GetWindowSequence(const CIcsInfo *pIcsInfo) { in GetWindowSequence()
512 const CIcsInfo *pIcsInfo, const SamplingRateInfo *samplingRateInfo) { in GetScaleFactorBandOffsets()
521 const CIcsInfo *pIcsInfo, const SamplingRateInfo *samplingRateInfo) { in GetNumberOfScaleFactorBands()
529 inline int GetWindowsPerFrame(const CIcsInfo *pIcsInfo) { in GetWindowsPerFrame()
533 inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo) { in GetWindowGroups()
537 inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index) { in GetWindowGroupLength()
541 inline const UCHAR *GetWindowGroupLengthTable(const CIcsInfo *pIcsInfo) { in GetWindowGroupLengthTable()
545 inline UCHAR GetScaleFactorBandsTransmitted(const CIcsInfo *pIcsInfo) { in GetScaleFactorBandsTransmitted()
549 inline UCHAR GetScaleMaxFactorBandsTransmitted(const CIcsInfo *pIcsInfo0, in GetScaleMaxFactorBandsTransmitted()
550 const CIcsInfo *pIcsInfo1) { in GetScaleMaxFactorBandsTransmitted()
554 inline UCHAR GetScaleFactorBandsTotal(const CIcsInfo *pIcsInfo) { in GetScaleFactorBandsTotal()
559 inline UCHAR GetMaximumTnsBands(const CIcsInfo *pIcsInfo, in GetMaximumTnsBands()