Home | History | Annotate | Download | only in src

Lines Matching refs:INT

109   INT codeBook;
110 INT sfbStart;
111 INT sfbCnt;
112 INT sectionBits; /* huff + si ! */
118 INT blockType;
119 INT noOfGroups;
120 INT sfbCnt;
121 INT maxSfbPerGroup;
122 INT sfbPerGroup;
123 INT noOfSections;
125 INT sideInfoBits; /* sectioning bits */
126 INT huffmanBits; /* huffman coded bits */
127 INT scalefacBits; /* scalefac coded bits */
128 INT noiseNrgBits; /* noiseEnergy coded bits */
129 INT firstScf; /* first scf to be coded */
135 INT *bitLookUp;
136 INT *mergeGainLookUp;
140 INT FDKaacEnc_BCNew(BITCNTR_STATE **phBC
147 INT noisePreCount(const INT *noiseNrg, INT maxSfb);
150 INT FDKaacEnc_dynBitCount(
154 const INT* const scalefac,
155 const INT blockType,
156 const INT sfbCnt,
157 const INT maxSfbPerGroup,
158 const INT sfbPerGroup,
159 const INT* const sfbOffset,
161 const INT* const noiseNrg,
162 const INT* const isBook,
163 const INT* const isScale,