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

/frameworks/base/media/libstagefright/codecs/aacenc/inc/
H A Daac_rom.h70 extern const UWord16 huff_ltab1_2[3][3][3][3];
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c67 bc1_2 = bc1_2 + EXPAND(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
514 codeLength = HI_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
526 codeLength = LO_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
H A Daac_rom.c1513 const UWord16 huff_ltab1_2[3][3][3][3]= variable

Completed in 56 milliseconds