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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_tables.h 112 extern const uint16 huffTable_32[];
pvmp3_decode_huff_cw.cpp 734 uint32 tmp = getUpTo9bits(pMainData, 6); /* huffTable_32 */
742 uint16 cw = *(huffTable_32 + (tmp & 0x1f));
pvmp3_tables.cpp     [all...]

Completed in 220 milliseconds