Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/mp3/dec/src/
Dpvmp3_tables.h112 extern const uint16 huffTable_32[];
Dpvmp3_tables.cpp2756 const uint16 huffTable_32[33] = variable
Dpvmp3_decode_huff_cw.cpp742 uint16 cw = *(huffTable_32 + (tmp & 0x1f)); in pvmp3_decode_huff_cw_tab32()