HomeSort by relevance Sort by last modified time
    Searched refs:huff_ltab11 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aac_rom.h 75 extern const UWord16 huff_ltab11[17][17];
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 87 bc11 = bc11 + huff_ltab11[t0][t1];
88 bc11 = bc11 + huff_ltab11[t2][t3];
160 bc11 = bc11 + huff_ltab11[t0][t1];
161 bc11 = bc11 + huff_ltab11[t2][t3];
219 bc11 = bc11 + huff_ltab11[t0][t1];
269 bc11 = bc11 + huff_ltab11[t0][t1];
317 bc11 = bc11 + huff_ltab11[t0][t1];
357 bc11 = bc11 + huff_ltab11[t0][t1];
405 bc11 = bc11 + huff_ltab11[t00][t01];
827 codeLength = huff_ltab11[t00][t01]
    [all...]
aac_rom.c 1666 const UWord16 huff_ltab11[17][17]= variable
    [all...]

Completed in 4620 milliseconds