/Modules/ThirdParty/JPEG/src/itkjpeg/itk_jpeg_mangle.h

https://github.com/crtc/ITK-PBNRR-GITHUB · C Header · 186 lines · 169 code · 3 blank · 14 comment · 0 complexity · 43956ec312cbeb6ec9efa884e9f220c7 MD5 · raw file

  1. #ifndef itk_jpeg_mangle_h
  2. #define itk_jpeg_mangle_h
  3. /*
  4. This header file mangles all symbols exported from the jpeg library.
  5. It is included in all files while building the jpeg library. Due to
  6. namespace pollution, no jpeg headers should be included in .h files in
  7. itk.
  8. The following command was used to obtain the symbol list:
  9. nm libitkjpeg.a |grep " [TRD] "
  10. nm libitkjpeg.a |grep " [TRD] " | awk '{ print "#define "$3" itk_jpeg_"$3 }'
  11. */
  12. #define jcopy_block_row itk_jpeg_jcopy_block_row
  13. #define jcopy_sample_rows itk_jpeg_jcopy_sample_rows
  14. #define jdiv_round_up itk_jpeg_jdiv_round_up
  15. #define jinit_1pass_quantizer itk_jpeg_jinit_1pass_quantizer
  16. #define jinit_2pass_quantizer itk_jpeg_jinit_2pass_quantizer
  17. #define jinit_c_coef_controller itk_jpeg_jinit_c_coef_controller
  18. #define jinit_c_main_controller itk_jpeg_jinit_c_main_controller
  19. #define jinit_c_master_control itk_jpeg_jinit_c_master_control
  20. #define jinit_c_prep_controller itk_jpeg_jinit_c_prep_controller
  21. #define jinit_color_converter itk_jpeg_jinit_color_converter
  22. #define jinit_color_deconverter itk_jpeg_jinit_color_deconverter
  23. #define jinit_compress_master itk_jpeg_jinit_compress_master
  24. #define jinit_d_coef_controller itk_jpeg_jinit_d_coef_controller
  25. #define jinit_d_main_controller itk_jpeg_jinit_d_main_controller
  26. #define jinit_d_post_controller itk_jpeg_jinit_d_post_controller
  27. #define jinit_downsampler itk_jpeg_jinit_downsampler
  28. #define jinit_forward_dct itk_jpeg_jinit_forward_dct
  29. #define jinit_huff_decoder itk_jpeg_jinit_huff_decoder
  30. #define jinit_huff_encoder itk_jpeg_jinit_huff_encoder
  31. #define jinit_input_controller itk_jpeg_jinit_input_controller
  32. #define jinit_inverse_dct itk_jpeg_jinit_inverse_dct
  33. #define jinit_marker_reader itk_jpeg_jinit_marker_reader
  34. #define jinit_marker_writer itk_jpeg_jinit_marker_writer
  35. #define jinit_master_decompress itk_jpeg_jinit_master_decompress
  36. #define jinit_memory_mgr itk_jpeg_jinit_memory_mgr
  37. #define jinit_merged_upsampler itk_jpeg_jinit_merged_upsampler
  38. #define jinit_upsampler itk_jpeg_jinit_upsampler
  39. #define jpeg_CreateCompress itk_jpeg_jpeg_CreateCompress
  40. #define jpeg_CreateDecompress itk_jpeg_jpeg_CreateDecompress
  41. #define jpeg_abort itk_jpeg_jpeg_abort
  42. #define jpeg_abort_compress itk_jpeg_jpeg_abort_compress
  43. #define jpeg_abort_decompress itk_jpeg_jpeg_abort_decompress
  44. #define jpeg_add_quant_table itk_jpeg_jpeg_add_quant_table
  45. #define jpeg_alloc_huff_table itk_jpeg_jpeg_alloc_huff_table
  46. #define jpeg_alloc_quant_table itk_jpeg_jpeg_alloc_quant_table
  47. #define jpeg_calc_jpeg_dimensions itk_jpeg_jpeg_calc_jpeg_dimensions
  48. #define jpeg_calc_output_dimensions itk_jpeg_jpeg_calc_output_dimensions
  49. #define jpeg_consume_input itk_jpeg_jpeg_consume_input
  50. #define jpeg_copy_critical_parametersitk_jpeg_jpeg_copy_critical_parameters
  51. #define jpeg_core_output_dimensions itk_jpeg_jpeg_core_output_dimensions
  52. #define jpeg_default_colorspace itk_jpeg_jpeg_default_colorspace
  53. #define jpeg_default_qtables itk_jpeg_jpeg_default_qtables
  54. #define jpeg_destroy itk_jpeg_jpeg_destroy
  55. #define jpeg_destroy_compress itk_jpeg_jpeg_destroy_compress
  56. #define jpeg_destroy_decompress itk_jpeg_jpeg_destroy_decompress
  57. #define jpeg_fdct_10x10 itk_jpeg_jpeg_fdct_10x10
  58. #define jpeg_fdct_10x5 itk_jpeg_jpeg_fdct_10x5
  59. #define jpeg_fdct_11x11 itk_jpeg_jpeg_fdct_11x11
  60. #define jpeg_fdct_12x12 itk_jpeg_jpeg_fdct_12x12
  61. #define jpeg_fdct_12x6 itk_jpeg_jpeg_fdct_12x6
  62. #define jpeg_fdct_13x13 itk_jpeg_jpeg_fdct_13x13
  63. #define jpeg_fdct_14x14 itk_jpeg_jpeg_fdct_14x14
  64. #define jpeg_fdct_14x7 itk_jpeg_jpeg_fdct_14x7
  65. #define jpeg_fdct_15x15 itk_jpeg_jpeg_fdct_15x15
  66. #define jpeg_fdct_16x16 itk_jpeg_jpeg_fdct_16x16
  67. #define jpeg_fdct_16x8 itk_jpeg_jpeg_fdct_16x8
  68. #define jpeg_fdct_1x1 itk_jpeg_jpeg_fdct_1x1
  69. #define jpeg_fdct_1x2 itk_jpeg_jpeg_fdct_1x2
  70. #define jpeg_fdct_2x1 itk_jpeg_jpeg_fdct_2x1
  71. #define jpeg_fdct_2x2 itk_jpeg_jpeg_fdct_2x2
  72. #define jpeg_fdct_2x4 itk_jpeg_jpeg_fdct_2x4
  73. #define jpeg_fdct_3x3 itk_jpeg_jpeg_fdct_3x3
  74. #define jpeg_fdct_3x6 itk_jpeg_jpeg_fdct_3x6
  75. #define jpeg_fdct_4x2 itk_jpeg_jpeg_fdct_4x2
  76. #define jpeg_fdct_4x4 itk_jpeg_jpeg_fdct_4x4
  77. #define jpeg_fdct_4x8 itk_jpeg_jpeg_fdct_4x8
  78. #define jpeg_fdct_5x10 itk_jpeg_jpeg_fdct_5x10
  79. #define jpeg_fdct_5x5 itk_jpeg_jpeg_fdct_5x5
  80. #define jpeg_fdct_6x12 itk_jpeg_jpeg_fdct_6x12
  81. #define jpeg_fdct_6x3 itk_jpeg_jpeg_fdct_6x3
  82. #define jpeg_fdct_6x6 itk_jpeg_jpeg_fdct_6x6
  83. #define jpeg_fdct_7x14 itk_jpeg_jpeg_fdct_7x14
  84. #define jpeg_fdct_7x7 itk_jpeg_jpeg_fdct_7x7
  85. #define jpeg_fdct_8x16 itk_jpeg_jpeg_fdct_8x16
  86. #define jpeg_fdct_8x4 itk_jpeg_jpeg_fdct_8x4
  87. #define jpeg_fdct_9x9 itk_jpeg_jpeg_fdct_9x9
  88. #define jpeg_fdct_float itk_jpeg_jpeg_fdct_float
  89. #define jpeg_fdct_ifast itk_jpeg_jpeg_fdct_ifast
  90. #define jpeg_fdct_islow itk_jpeg_jpeg_fdct_islow
  91. #define jpeg_finish_compress itk_jpeg_jpeg_finish_compress
  92. #define jpeg_finish_decompress itk_jpeg_jpeg_finish_decompress
  93. #define jpeg_finish_output itk_jpeg_jpeg_finish_output
  94. #define jpeg_free_large itk_jpeg_jpeg_free_large
  95. #define jpeg_free_small itk_jpeg_jpeg_free_small
  96. #define jpeg_get_large itk_jpeg_jpeg_get_large
  97. #define jpeg_get_small itk_jpeg_jpeg_get_small
  98. #define jpeg_has_multiple_scans itk_jpeg_jpeg_has_multiple_scans
  99. #define jpeg_idct_10x10 itk_jpeg_jpeg_idct_10x10
  100. #define jpeg_idct_10x5 itk_jpeg_jpeg_idct_10x5
  101. #define jpeg_idct_11x11 itk_jpeg_jpeg_idct_11x11
  102. #define jpeg_idct_12x12 itk_jpeg_jpeg_idct_12x12
  103. #define jpeg_idct_12x6 itk_jpeg_jpeg_idct_12x6
  104. #define jpeg_idct_13x13 itk_jpeg_jpeg_idct_13x13
  105. #define jpeg_idct_14x14 itk_jpeg_jpeg_idct_14x14
  106. #define jpeg_idct_14x7 itk_jpeg_jpeg_idct_14x7
  107. #define jpeg_idct_15x15 itk_jpeg_jpeg_idct_15x15
  108. #define jpeg_idct_16x16 itk_jpeg_jpeg_idct_16x16
  109. #define jpeg_idct_16x8 itk_jpeg_jpeg_idct_16x8
  110. #define jpeg_idct_1x1 itk_jpeg_jpeg_idct_1x1
  111. #define jpeg_idct_1x2 itk_jpeg_jpeg_idct_1x2
  112. #define jpeg_idct_2x1 itk_jpeg_jpeg_idct_2x1
  113. #define jpeg_idct_2x2 itk_jpeg_jpeg_idct_2x2
  114. #define jpeg_idct_2x4 itk_jpeg_jpeg_idct_2x4
  115. #define jpeg_idct_3x3 itk_jpeg_jpeg_idct_3x3
  116. #define jpeg_idct_3x6 itk_jpeg_jpeg_idct_3x6
  117. #define jpeg_idct_4x2 itk_jpeg_jpeg_idct_4x2
  118. #define jpeg_idct_4x4 itk_jpeg_jpeg_idct_4x4
  119. #define jpeg_idct_4x8 itk_jpeg_jpeg_idct_4x8
  120. #define jpeg_idct_5x10 itk_jpeg_jpeg_idct_5x10
  121. #define jpeg_idct_5x5 itk_jpeg_jpeg_idct_5x5
  122. #define jpeg_idct_6x12 itk_jpeg_jpeg_idct_6x12
  123. #define jpeg_idct_6x3 itk_jpeg_jpeg_idct_6x3
  124. #define jpeg_idct_6x6 itk_jpeg_jpeg_idct_6x6
  125. #define jpeg_idct_7x14 itk_jpeg_jpeg_idct_7x14
  126. #define jpeg_idct_7x7 itk_jpeg_jpeg_idct_7x7
  127. #define jpeg_idct_8x16 itk_jpeg_jpeg_idct_8x16
  128. #define jpeg_idct_8x4 itk_jpeg_jpeg_idct_8x4
  129. #define jpeg_idct_9x9 itk_jpeg_jpeg_idct_9x9
  130. #define jpeg_idct_float itk_jpeg_jpeg_idct_float
  131. #define jpeg_idct_ifast itk_jpeg_jpeg_idct_ifast
  132. #define jpeg_idct_islow itk_jpeg_jpeg_idct_islow
  133. #define jpeg_input_complete itk_jpeg_jpeg_input_complete
  134. #define jpeg_mem_available itk_jpeg_jpeg_mem_available
  135. #define jpeg_mem_dest itk_jpeg_jpeg_mem_dest
  136. #define jpeg_mem_init itk_jpeg_jpeg_mem_init
  137. #define jpeg_mem_src itk_jpeg_jpeg_mem_src
  138. #define jpeg_mem_term itk_jpeg_jpeg_mem_term
  139. #define jpeg_natural_order itk_jpeg_jpeg_natural_order
  140. #define jpeg_natural_order2 itk_jpeg_jpeg_natural_order2
  141. #define jpeg_natural_order3 itk_jpeg_jpeg_natural_order3
  142. #define jpeg_natural_order4 itk_jpeg_jpeg_natural_order4
  143. #define jpeg_natural_order5 itk_jpeg_jpeg_natural_order5
  144. #define jpeg_natural_order6 itk_jpeg_jpeg_natural_order6
  145. #define jpeg_natural_order7 itk_jpeg_jpeg_natural_order7
  146. #define jpeg_new_colormap itk_jpeg_jpeg_new_colormap
  147. #define jpeg_open_backing_store itk_jpeg_jpeg_open_backing_store
  148. #define jpeg_quality_scaling itk_jpeg_jpeg_quality_scaling
  149. #define jpeg_read_coefficients itk_jpeg_jpeg_read_coefficients
  150. #define jpeg_read_header itk_jpeg_jpeg_read_header
  151. #define jpeg_read_raw_data itk_jpeg_jpeg_read_raw_data
  152. #define jpeg_read_scanlines itk_jpeg_jpeg_read_scanlines
  153. #define jpeg_resync_to_restart itk_jpeg_jpeg_resync_to_restart
  154. #define jpeg_save_markers itk_jpeg_jpeg_save_markers
  155. #define jpeg_set_colorspace itk_jpeg_jpeg_set_colorspace
  156. #define jpeg_set_defaults itk_jpeg_jpeg_set_defaults
  157. #define jpeg_set_linear_quality itk_jpeg_jpeg_set_linear_quality
  158. #define jpeg_set_marker_processor itk_jpeg_jpeg_set_marker_processor
  159. #define jpeg_set_quality itk_jpeg_jpeg_set_quality
  160. #define jpeg_simple_progression itk_jpeg_jpeg_simple_progression
  161. #define jpeg_start_compress itk_jpeg_jpeg_start_compress
  162. #define jpeg_start_decompress itk_jpeg_jpeg_start_decompress
  163. #define jpeg_start_output itk_jpeg_jpeg_start_output
  164. #define jpeg_std_error itk_jpeg_jpeg_std_error
  165. #define jpeg_std_message_table itk_jpeg_jpeg_std_message_table
  166. #define jpeg_stdio_dest itk_jpeg_jpeg_stdio_dest
  167. #define jpeg_stdio_src itk_jpeg_jpeg_stdio_src
  168. #define jpeg_suppress_tables itk_jpeg_jpeg_suppress_tables
  169. #define jpeg_write_coefficients itk_jpeg_jpeg_write_coefficients
  170. #define jpeg_write_m_byte itk_jpeg_jpeg_write_m_byte
  171. #define jpeg_write_m_header itk_jpeg_jpeg_write_m_header
  172. #define jpeg_write_marker itk_jpeg_jpeg_write_marker
  173. #define jpeg_write_raw_data itk_jpeg_jpeg_write_raw_data
  174. #define jpeg_write_scanlines itk_jpeg_jpeg_write_scanlines
  175. #define jpeg_write_tables itk_jpeg_jpeg_write_tables
  176. #define jround_up itk_jpeg_jround_up
  177. #define jzero_far itk_jpeg_jzero_far
  178. #endif