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

  /external/jpeg/
jdtrans.c 92 huffman_index *index)
157 jpeg_build_huffman_index_baseline(j_decompress_ptr cinfo, huffman_index *index)
208 jpeg_build_huffman_index(j_decompress_ptr cinfo, huffman_index *index)
jpegint.h 149 huffman_index *index, int scan_count));
151 huffman_index *index, int scan_count));
174 huffman_index* index, int scan_count));
217 huffman_index *index));
246 huffman_index *index;
jpeglib.h 692 } huffman_index; typedef in typeref:struct:__anon4448
    [all...]
jdapistd.c 212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index,
272 jpeg_read_tile_scanline (j_decompress_ptr cinfo, huffman_index *index,
jdinput.c 33 huffman_index *index, int current_scan));
301 huffman_index *index, int current_scan)
jdhuff.c 828 jpeg_create_huffman_index(j_decompress_ptr cinfo, huffman_index *index)
845 jpeg_destroy_huffman_index(huffman_index *index)
jdcoefct.c 362 huffman_index *index = cinfo->entropy->index;
392 huffman_index *index, int current_scan)
452 huffman_index *index, int current_scan)
    [all...]
jdphuff.c 722 huffman_index *index, int scan_no, int offset)
jdmarker.c     [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 64 huffman_index *index;
173 huffman_index *index, void* buffer,
469 index->index = (huffman_index*)malloc(sizeof(huffman_index));

Completed in 997 milliseconds