Lines Matching refs:LO_LTAB

96 #define LO_LTAB(a) (a & 0xffff)  macro
161 bitCount[2]=LO_LTAB(bc1_2); in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
163 bitCount[4]=LO_LTAB(bc3_4)+sc; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
165 bitCount[6]=LO_LTAB(bc5_6); in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
167 bitCount[8]=LO_LTAB(bc7_8)+sc; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
169 bitCount[10]=LO_LTAB(bc9_10)+sc; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
233 bitCount[4]=LO_LTAB(bc3_4)+sc; in FDKaacEnc_count3_4_5_6_7_8_9_10_11()
235 bitCount[6]=LO_LTAB(bc5_6); in FDKaacEnc_count3_4_5_6_7_8_9_10_11()
237 bitCount[8]=LO_LTAB(bc7_8)+sc; in FDKaacEnc_count3_4_5_6_7_8_9_10_11()
239 bitCount[10]=LO_LTAB(bc9_10)+sc; in FDKaacEnc_count3_4_5_6_7_8_9_10_11()
291 bitCount[6]=LO_LTAB(bc5_6); in FDKaacEnc_count5_6_7_8_9_10_11()
293 bitCount[8]=LO_LTAB(bc7_8)+sc; in FDKaacEnc_count5_6_7_8_9_10_11()
295 bitCount[10]=LO_LTAB(bc9_10)+sc; in FDKaacEnc_count5_6_7_8_9_10_11()
342 bitCount[8]=LO_LTAB(bc7_8)+sc; in FDKaacEnc_count7_8_9_10_11()
344 bitCount[10]=LO_LTAB(bc9_10)+sc; in FDKaacEnc_count7_8_9_10_11()
393 bitCount[10]=LO_LTAB(bc9_10)+sc; in FDKaacEnc_count9_10_11()
574 codeLength = LO_LTAB(FDKaacEnc_huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]); in FDKaacEnc_countValues()
631 codeLength = LO_LTAB(FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]); in FDKaacEnc_countValues()
649 codeLength = LO_LTAB(FDKaacEnc_huff_ltab5_6[t0+4][t1+4]); in FDKaacEnc_countValues()
687 codeLength = LO_LTAB(FDKaacEnc_huff_ltab7_8[t0][t1]); in FDKaacEnc_countValues()
724 codeLength = LO_LTAB(FDKaacEnc_huff_ltab9_10[t0][t1]); in FDKaacEnc_countValues()
809 codeLength = LO_LTAB(FDKaacEnc_huff_ltab1_2[t0][t1][t2][t3]); in FDKaacEnc_codeValues()
903 codeLength = LO_LTAB(FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]); in FDKaacEnc_codeValues()
924 codeLength = LO_LTAB(FDKaacEnc_huff_ltab5_6[t0][t1]); in FDKaacEnc_codeValues()
983 codeLength = LO_LTAB(FDKaacEnc_huff_ltab7_8[t0][t1]); in FDKaacEnc_codeValues()
1042 codeLength = LO_LTAB(FDKaacEnc_huff_ltab9_10[t0][t1]); in FDKaacEnc_codeValues()