• Home
  • Raw
  • Download

Lines Matching refs:UCHAR

142   UCHAR NumberOfScaleFactorBands_Long;
143 UCHAR NumberOfScaleFactorBands_Short;
150 UCHAR CommonWindow;
151 UCHAR GlobalGain;
157 UCHAR WindowGroupLength[8];
158 UCHAR WindowGroups;
159 UCHAR Valid;
161 UCHAR WindowShape; /* 0: sine window, 1: KBD, 2: low overlap */
162 UCHAR WindowSequence; /* See enum above, 0: long, 1: start, 2: short, 3: stop */
163 UCHAR MaxSfBands;
164 UCHAR ScaleFactorGrouping;
166 UCHAR TotalSfBands;
209 UCHAR aCodeBook[(8*16)]; /* section data: codebook for each window and sfb. */
218UCHAR aCodeBooks4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for Drm synt…
278 UCHAR ElementInstanceTag;
338 const UCHAR *pWindowGroupLength,
358 const UCHAR *pWindowGroupLength,
376 inline UCHAR IsValid(const CIcsInfo *pIcsInfo) in IsValid()
381 inline UCHAR IsLongBlock(const CIcsInfo *pIcsInfo) in IsLongBlock()
386 inline UCHAR GetWindowShape(const CIcsInfo *pIcsInfo) in GetWindowShape()
391 inline UCHAR GetWindowSequence(const CIcsInfo *pIcsInfo) in GetWindowSequence()
413 inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo) in GetWindowGroups()
418 inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index) in GetWindowGroupLength()
423 inline const UCHAR *GetWindowGroupLengthTable(const CIcsInfo *pIcsInfo) in GetWindowGroupLengthTable()
428 inline UCHAR GetScaleFactorBandsTransmitted(const CIcsInfo *pIcsInfo) in GetScaleFactorBandsTransmitted()
433 inline UCHAR GetScaleMaxFactorBandsTransmitted(const CIcsInfo *pIcsInfo0, const CIcsInfo *pIcsInfo1) in GetScaleMaxFactorBandsTransmitted()
438 inline UCHAR GetScaleFactorBandsTotal(const CIcsInfo *pIcsInfo) in GetScaleFactorBandsTotal()
444 inline UCHAR GetMaximumTnsBands(const CIcsInfo *pIcsInfo, const int samplingRateIndex) in GetMaximumTnsBands()