Searched refs:LO_LTAB (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c27 #define LO_LTAB(a) (a & 0xff) macro
526 codeLength = LO_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
634 codeLength = LO_LTAB(huff_ltab3_4[t0][t1][t2][t3]);
655 codeLength = LO_LTAB(huff_ltab5_6[t0+4][t1+4]);
722 codeLength = LO_LTAB(huff_ltab7_8[t0][t1]);
790 codeLength = LO_LTAB(huff_ltab9_10[t0][t1]);

Completed in 26 milliseconds