Lines Matching refs:INT
110 const INT width,
111 INT *bitCount)
114 INT i;
115 INT bc1_2,bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc;
116 INT t0,t1,t2,t3;
154 bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
155 bc11+= (INT) FDKaacEnc_huff_ltab11[t2][t3];
186 const INT width,
187 INT *bitCount)
190 INT i;
191 INT bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc;
192 INT t0,t1,t2,t3;
224 bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
225 bc11+= (INT) FDKaacEnc_huff_ltab11[t2][t3];
257 const INT width,
258 INT *bitCount)
261 INT i;
262 INT bc5_6,bc7_8,bc9_10,bc11,sc;
263 INT t0,t1;
282 bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
312 const INT width,
313 INT *bitCount)
316 INT i;
317 INT bc7_8,bc9_10,bc11,sc;
318 INT t0,t1;
331 bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
362 const INT width,
363 INT *bitCount)
366 INT i;
367 INT bc9_10,bc11,sc;
368 INT t0,t1;
379 bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
409 const INT width,
410 INT *bitCount)
413 INT i;
414 INT bc11,sc;
415 INT t0,t1;
422 bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
450 const INT width,
451 INT *RESTRICT bitCount)
454 INT i;
455 INT bc11,ec,sc;
456 INT t0,t1,t00,t01;
469 bc11+= (INT) FDKaacEnc_huff_ltab11[t00][t01];
492 const INT width,
493 INT *RESTRICT bitCount);
519 INT FDKaacEnc_bitCount(const SHORT *values,
520 const INT width,
521 INT maxVal,
522 INT *bitCount)
534 maxVal = fixMin(maxVal,(INT)CODE_BOOK_ESC_LAV);
545 INT FDKaacEnc_countValues(SHORT *RESTRICT values, INT width, INT codeBook)
548 INT i,t0,t1,t2,t3,t00,t01;
549 INT codeLength;
550 INT signLength;
551 INT bitCnt=0;
745 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01];
748 INT n,p;
758 INT n,p;
779 INT FDKaacEnc_codeValues(SHORT *RESTRICT values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBitstream)
782 INT i,t0,t1,t2,t3,t00,t01;
783 INT codeWord,codeLength;
784 INT sign,signLength;
1074 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01];
1078 INT n,p;
1089 INT n,p;
1108 INT FDKaacEnc_codeScalefactorDelta(INT delta, HANDLE_FDK_BITSTREAM hBitstream)
1110 INT codeWord,codeLength;
1116 codeLength = (INT)FDKaacEnc_huff_ltabscf[delta+CODE_BOOK_SCF_LAV];