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

/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_tables.h112 extern const uint16 huffTable_32[];
H A Dpvmp3_decode_huff_cw.cpp734 uint32 tmp = getUpTo9bits(pMainData, 6); /* huffTable_32 */
742 uint16 cw = *(huffTable_32 + (tmp & 0x1f));
H A Dpvmp3_tables.cpp2756 const uint16 huffTable_32[33] = variable

Completed in 9 milliseconds