Searched refs:huffman_index (Results 1 – 10 of 10) sorted by relevance
/external/jpeg/ |
D | 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;
|
D | jpeglib.h | 692 } 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);
|
D | jdtrans.c | 92 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()
|
D | jdapistd.c | 212 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()
|
D | jdinput.c | 33 huffman_index *index, int current_scan)); 301 huffman_index *index, int current_scan) in consume_markers_with_huffman_index()
|
D | jdcoefct.c | 362 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()
|
D | jdhuff.c | 828 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()
|
D | jdphuff.c | 722 huffman_index *index, int scan_no, int offset) in jpeg_configure_huffman_index_scan()
|
D | jdmarker.c | 1250 get_sos_marker_position(j_decompress_ptr cinfo, huffman_index *index) in get_sos_marker_position()
|
/external/skia/src/images/ |
D | SkImageDecoder_libjpeg.cpp | 64 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()
|