Searched refs:huffman_index (Results 1 - 10 of 10) sorted by relevance

/external/jpeg/
H A Djdtrans.c92 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)
H A Djpegint.h149 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;
H A Djpeglib.h692 } huffman_index; typedef in typeref:struct:__anon6521
1049 huffman_index *index,
1052 huffman_index *index,
1093 JPP((j_decompress_ptr cinfo, huffman_index *index));
1123 huffman_index *index);
1125 huffman_index *index, int scan_no, int offset);
1126 EXTERN(void) jpeg_destroy_huffman_index(huffman_index *index);
H A Djdapistd.c212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index,
272 jpeg_read_tile_scanline (j_decompress_ptr cinfo, huffman_index *index,
H A Djdinput.c33 huffman_index *index, int current_scan));
301 huffman_index *index, int current_scan)
H A Djdhuff.c828 jpeg_create_huffman_index(j_decompress_ptr cinfo, huffman_index *index)
845 jpeg_destroy_huffman_index(huffman_index *index)
H A Djdcoefct.c362 huffman_index *index = cinfo->entropy->index;
392 huffman_index *index, int current_scan)
452 huffman_index *index, int current_scan)
H A Djdphuff.c720 huffman_index *index, int scan_no, int offset)
H A Djdmarker.c1258 get_sos_marker_position(j_decompress_ptr cinfo, huffman_index *index)
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp176 huffman_index* huffmanIndex() { return &fHuffmanIndex; }
213 huffman_index fHuffmanIndex;
319 huffman_index *index, void* buffer, int count) {

Completed in 153 milliseconds