HomeSort by relevance Sort by last modified time
    Searched full:huff_tables (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/jni/gdx2d/
jpgd.h 160 struct huff_tables struct in class:jpgd::jpeg_decoder
222 huff_tables* m_pHuff_tabs[JPGD_MAX_HUFF_TABLES];
285 void make_huff_table(int index, huff_tables *pH);
310 inline int huff_decode(huff_tables *pH);
311 inline int huff_decode(huff_tables *pH, int& extrabits);
jpgd.cpp 494 inline int jpeg_decoder::huff_decode(huff_tables *pH)
518 inline int jpeg_decoder::huff_decode(huff_tables *pH, int& extra_bits)
    [all...]

Completed in 148 milliseconds