Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: win/jpeg62.def

Issue 1934113002: Update libjpeg_turbo to 1.4.90 from https://github.com/libjpeg-turbo/ (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 EXPORTS
2 jcopy_block_row @ 1 ;
3 jcopy_sample_rows @ 2 ;
4 jdiv_round_up @ 3 ;
5 jinit_1pass_quantizer @ 4 ;
6 jinit_2pass_quantizer @ 5 ;
7 jinit_c_coef_controller @ 6 ;
8 jinit_c_main_controller @ 7 ;
9 jinit_c_master_control @ 8 ;
10 jinit_c_prep_controller @ 9 ;
11 jinit_color_converter @ 10 ;
12 jinit_color_deconverter @ 11 ;
13 jinit_compress_master @ 12 ;
14 jinit_d_coef_controller @ 13 ;
15 jinit_d_main_controller @ 14 ;
16 jinit_d_post_controller @ 15 ;
17 jinit_downsampler @ 16 ;
18 jinit_forward_dct @ 17 ;
19 jinit_huff_decoder @ 18 ;
20 jinit_huff_encoder @ 19 ;
21 jinit_input_controller @ 20 ;
22 jinit_inverse_dct @ 21 ;
23 jinit_marker_reader @ 22 ;
24 jinit_marker_writer @ 23 ;
25 jinit_master_decompress @ 24 ;
26 jinit_memory_mgr @ 25 ;
27 jinit_merged_upsampler @ 26 ;
28 jinit_phuff_decoder @ 27 ;
29 jinit_phuff_encoder @ 28 ;
30 jinit_upsampler @ 29 ;
31 jpeg_CreateCompress @ 30 ;
32 jpeg_CreateDecompress @ 31 ;
33 jpeg_abort @ 32 ;
34 jpeg_abort_compress @ 33 ;
35 jpeg_abort_decompress @ 34 ;
36 jpeg_add_quant_table @ 35 ;
37 jpeg_alloc_huff_table @ 36 ;
38 jpeg_alloc_quant_table @ 37 ;
39 jpeg_calc_output_dimensions @ 38 ;
40 jpeg_consume_input @ 39 ;
41 jpeg_copy_critical_parameters @ 40 ;
42 jpeg_default_colorspace @ 41 ;
43 jpeg_destroy @ 42 ;
44 jpeg_destroy_compress @ 43 ;
45 jpeg_destroy_decompress @ 44 ;
46 jpeg_fdct_float @ 45 ;
47 jpeg_fdct_ifast @ 46 ;
48 jpeg_fdct_islow @ 47 ;
49 jpeg_fill_bit_buffer @ 48 ;
50 jpeg_finish_compress @ 49 ;
51 jpeg_finish_decompress @ 50 ;
52 jpeg_finish_output @ 51 ;
53 jpeg_free_large @ 52 ;
54 jpeg_free_small @ 53 ;
55 jpeg_gen_optimal_table @ 54 ;
56 jpeg_get_large @ 55 ;
57 jpeg_get_small @ 56 ;
58 jpeg_has_multiple_scans @ 57 ;
59 jpeg_huff_decode @ 58 ;
60 jpeg_idct_1x1 @ 59 ;
61 jpeg_idct_2x2 @ 60 ;
62 jpeg_idct_4x4 @ 61 ;
63 jpeg_idct_float @ 62 ;
64 jpeg_idct_ifast @ 63 ;
65 jpeg_idct_islow @ 64 ;
66 jpeg_input_complete @ 65 ;
67 jpeg_make_c_derived_tbl @ 66 ;
68 jpeg_make_d_derived_tbl @ 67 ;
69 jpeg_mem_available @ 68 ;
70 jpeg_mem_init @ 69 ;
71 jpeg_mem_term @ 70 ;
72 jpeg_new_colormap @ 71 ;
73 jpeg_open_backing_store @ 72 ;
74 jpeg_quality_scaling @ 73 ;
75 jpeg_read_coefficients @ 74 ;
76 jpeg_read_header @ 75 ;
77 jpeg_read_raw_data @ 76 ;
78 jpeg_read_scanlines @ 77 ;
79 jpeg_resync_to_restart @ 78 ;
80 jpeg_save_markers @ 79 ;
81 jpeg_set_colorspace @ 80 ;
82 jpeg_set_defaults @ 81 ;
83 jpeg_set_linear_quality @ 82 ;
84 jpeg_set_marker_processor @ 83 ;
85 jpeg_set_quality @ 84 ;
86 jpeg_simple_progression @ 85 ;
87 jpeg_start_compress @ 86 ;
88 jpeg_start_decompress @ 87 ;
89 jpeg_start_output @ 88 ;
90 jpeg_std_error @ 89 ;
91 jpeg_stdio_dest @ 90 ;
92 jpeg_stdio_src @ 91 ;
93 jpeg_suppress_tables @ 92 ;
94 jpeg_write_coefficients @ 93 ;
95 jpeg_write_m_byte @ 94 ;
96 jpeg_write_m_header @ 95 ;
97 jpeg_write_marker @ 96 ;
98 jpeg_write_raw_data @ 97 ;
99 jpeg_write_scanlines @ 98 ;
100 jpeg_write_tables @ 99 ;
101 jround_up @ 100 ;
102 jzero_far @ 101 ;
103 jpeg_skip_scanlines @ 102 ;
104 jpeg_crop_scanline @ 103 ;
OLDNEW
« simd/jccolext-sse2-64.asm ('K') | « win/jconfigint.h.in ('k') | win/jpeg62-memsrcdst.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698