Home
last modified time | relevance | path

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

/external/jpeg/
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;
Djpeglib.h692 } huffman_index; typedef
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);
Djdtrans.c92 huffman_index *index) in jpeg_build_huffman_index_progressive()
157 jpeg_build_huffman_index_baseline(j_decompress_ptr cinfo, huffman_index *index) in jpeg_build_huffman_index_baseline()
208 jpeg_build_huffman_index(j_decompress_ptr cinfo, huffman_index *index) in jpeg_build_huffman_index()
Djdapistd.c212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index, in jpeg_init_read_tile_scanline()
272 jpeg_read_tile_scanline (j_decompress_ptr cinfo, huffman_index *index, in jpeg_read_tile_scanline()
Djdinput.c33 huffman_index *index, int current_scan));
301 huffman_index *index, int current_scan) in consume_markers_with_huffman_index()
Djdcoefct.c362 huffman_index *index = cinfo->entropy->index; in consume_data_multi_scan()
392 huffman_index *index, int current_scan) in consume_data_build_huffman_index_baseline()
452 huffman_index *index, int current_scan) in consume_data_build_huffman_index_progressive()
Djdhuff.c828 jpeg_create_huffman_index(j_decompress_ptr cinfo, huffman_index *index) in jpeg_create_huffman_index()
845 jpeg_destroy_huffman_index(huffman_index *index) in jpeg_destroy_huffman_index()
Djdphuff.c722 huffman_index *index, int scan_no, int offset) in jpeg_configure_huffman_index_scan()
Djdmarker.c1250 get_sos_marker_position(j_decompress_ptr cinfo, huffman_index *index) in get_sos_marker_position()
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp64 huffman_index *index;
173 huffman_index *index, void* buffer, in skip_src_rows_tile()
469 index->index = (huffman_index*)malloc(sizeof(huffman_index)); in onBuildTileIndex()