/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmemmgr.c | 364 SIZEOF(large_pool_hdr)); in alloc_large() 408 ((long) samplesperrow * SIZEOF(JSAMPLE)); in alloc_sarray() 427 * SIZEOF(JSAMPLE))); in alloc_sarray() 456 ((long) blocksperrow * SIZEOF(JBLOCK)); in alloc_barray() 475 * SIZEOF(JBLOCK))); in alloc_barray() 538 SIZEOF(struct jvirt_sarray_control)); in request_virt_sarray() 652 (long) SIZEOF(JSAMPLE)); in realize_virt_arrays() 676 (long) SIZEOF(JBLOCK)); in realize_virt_arrays() 975 SIZEOF(large_pool_hdr); in free_pool() 989 SIZEOF(small_pool_hdr); in free_pool() [all …]
|
A D | jdmerge.c | 94 (MAXJSAMPLE+1) * SIZEOF(int)); in build_ycc_rgb_table() 97 (MAXJSAMPLE+1) * SIZEOF(int)); in build_ycc_rgb_table() 100 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_ycc_rgb_table() 103 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_ycc_rgb_table() 134 (MAXJSAMPLE+1) * SIZEOF(int)); in build_bg_ycc_rgb_table() 137 (MAXJSAMPLE+1) * SIZEOF(int)); in build_bg_ycc_rgb_table() 140 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_bg_ycc_rgb_table() 143 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_bg_ycc_rgb_table() 418 SIZEOF(my_upsampler)); in jinit_merged_upsampler() 431 (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE))); in jinit_merged_upsampler()
|
A D | rdppm.c | 361 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) { in start_input_ppm() 376 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) { in start_input_ppm() 389 ((maxval<=255) ? SIZEOF(U_CHAR) : (2*SIZEOF(U_CHAR))); in start_input_ppm() 418 (size_t) (((long) maxval + 1L) * SIZEOF(JSAMPLE))); in start_input_ppm() 451 SIZEOF(ppm_source_struct)); in jinit_read_ppm()
|
A D | jdcolor.c | 123 (MAXJSAMPLE+1) * SIZEOF(int)); in build_ycc_rgb_table() 126 (MAXJSAMPLE+1) * SIZEOF(int)); in build_ycc_rgb_table() 129 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_ycc_rgb_table() 132 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_ycc_rgb_table() 163 (MAXJSAMPLE+1) * SIZEOF(int)); in build_bg_ycc_rgb_table() 166 (MAXJSAMPLE+1) * SIZEOF(int)); in build_bg_ycc_rgb_table() 169 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_bg_ycc_rgb_table() 172 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_bg_ycc_rgb_table() 263 (TABLE_SIZE * SIZEOF(INT32))); in build_rgb_y_table() 576 SIZEOF(my_color_deconverter)); in jinit_color_deconverter()
|
A D | jcomapi.c | 91 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL)); in jpeg_alloc_quant_table() 103 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL)); in jpeg_alloc_huff_table()
|
A D | wrppm.c | 227 SIZEOF(ppm_dest_struct)); in jinit_write_ppm() 236 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); in jinit_write_ppm() 241 SIZEOF(JSAMPLE) != SIZEOF(char)) { in jinit_write_ppm()
|
A D | jccoefct.c | 188 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK)); in compress_data() 196 compptr->MCU_width * SIZEOF(JBLOCK)); in compress_data() 294 FMEMZERO((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK)); in compress_first_pass() 314 (size_t) (blocks_across * SIZEOF(JBLOCK))); in compress_first_pass() 416 SIZEOF(my_coef_controller)); in jinit_c_coef_controller() 448 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_c_coef_controller()
|
A D | jdatasrc.c | 224 SIZEOF(my_source_mgr)); in jpeg_stdio_src() 228 INPUT_BUF_SIZE * SIZEOF(JOCTET)); in jpeg_stdio_src() 264 SIZEOF(struct jpeg_source_mgr)); in jpeg_mem_src()
|
A D | jutils.c | 188 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE)); in jcopy_sample_rows() 216 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF))); in jcopy_block_row()
|
A D | jdatadst.c | 71 OUTPUT_BUF_SIZE * SIZEOF(JOCTET)); in init_destination() 209 SIZEOF(my_destination_mgr)); in jpeg_stdio_dest() 249 SIZEOF(my_mem_destination_mgr)); in jpeg_mem_dest()
|
A D | jchuff.c | 187 SIZEOF(c_derived_tbl)); in jpeg_make_c_derived_tbl() 230 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 1265 MEMZERO(bits, SIZEOF(bits)); in jpeg_gen_optimal_table() 1266 MEMZERO(codesize, SIZEOF(codesize)); in jpeg_gen_optimal_table() 1368 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)); in jpeg_gen_optimal_table() 1410 MEMZERO(did_dc, SIZEOF(did_dc)); in finish_pass_gather() 1411 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather() 1480 MAX_CORR_BITS * SIZEOF(char)); in start_pass_huff() 1510 257 * SIZEOF(long)); in start_pass_huff() 1530 257 * SIZEOF(long)); in start_pass_huff() [all …]
|
A D | wrbmp.c | 194 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader)); in write_bmp_header() 195 MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader)); in write_bmp_header() 259 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader)); in write_os2_header() 260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader)); in write_os2_header() 398 SIZEOF(bmp_dest_struct)); in jinit_write_bmp()
|
A D | jcapimin.c | 39 if (structsize != SIZEOF(struct jpeg_compress_struct)) in jpeg_CreateCompress() 41 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize); in jpeg_CreateCompress() 52 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
|
A D | jddctmgr.c | 370 SIZEOF(my_idct_controller)); in jinit_inverse_dct() 379 SIZEOF(multiplier_table)); in jinit_inverse_dct() 380 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
A D | wrtarga.c | 61 MEMZERO(targaheader, SIZEOF(targaheader)); in write_header() 233 SIZEOF(tga_dest_struct)); in jinit_write_targa() 244 (size_t) (dest->buffer_width * SIZEOF(char))); in jinit_write_targa()
|
A D | jctrans.c | 103 SIZEOF((*qtblptr)->quantval)); in jpeg_copy_critical_parameters() 369 SIZEOF(my_coef_controller)); in transencode_coef_controller() 380 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller() 381 FMEMZERO((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()
|
A D | jquant1.c | 405 SIZEOF(ODITHER_MATRIX)); in make_odither_array() 535 (size_t) (width * SIZEOF(JSAMPLE))); in quantize_ord_dither() 640 (size_t) (width * SIZEOF(JSAMPLE))); in quantize_fs_dither() 729 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR)); in alloc_fs_workspace() 783 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR)); in start_pass_1_quant() 828 SIZEOF(my_cquantizer)); in jinit_1pass_quantizer()
|
A D | jdapimin.c | 39 if (structsize != SIZEOF(struct jpeg_decompress_struct)) in jpeg_CreateDecompress() 41 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize); in jpeg_CreateDecompress() 52 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
|
A D | jcparam.c | 179 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in add_huff_table() 191 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table() 300 MAX_COMPONENTS * SIZEOF(jpeg_component_info)); in jpeg_set_defaults() 633 cinfo->script_space_size * SIZEOF(jpeg_scan_info)); in jpeg_simple_progression()
|
A D | jcprepct.c | 283 SIZEOF(JSAMPROW)); in create_context_buffer() 299 3 * rgroup_height * SIZEOF(JSAMPROW)); in create_context_buffer() 329 SIZEOF(my_prep_controller)); in jinit_c_prep_controller()
|
A D | jinclude.h | 80 #define SIZEOF(object) ((size_t) sizeof(object)) macro
|
A D | jquant2.c | 549 ((j_common_ptr) cinfo, JPOOL_IMAGE, desired_colors * SIZEOF(box)); in select_colors() 1117 ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int)); in init_error_limit() 1201 (3 * SIZEOF(FSERROR))); in start_pass_2_quant() 1219 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell)); in start_pass_2_quant() 1252 SIZEOF(my_cquantizer)); in jinit_2pass_quantizer() 1265 ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF(hist2d)); in jinit_2pass_quantizer() 1269 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell)); in jinit_2pass_quantizer() 1305 (size_t) ((cinfo->output_width + 2) * (3 * SIZEOF(FSERROR)))); in jinit_2pass_quantizer()
|
A D | jdcoefct.c | 168 (size_t) (cinfo->blocks_in_MCU * SIZEOF(JBLOCK))); in decompress_onepass() 425 (SAVED_COEFS * SIZEOF(int))); in smoothing_ok() 684 SIZEOF(my_coef_controller)); in jinit_d_coef_controller() 730 D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_d_coef_controller() 736 (size_t) (D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK))); in jinit_d_coef_controller()
|
/AliOS-Things-master/hardware/chip/haas1000/ |
A D | _haas1000_alios_sec_b.lds | 177 SIZEOF(.boot_text_sram) + SIZEOF(.boot_data_sram); 421 SIZEOF(.sram_text) + SIZEOF(.sram_data) + 422 SIZEOF(.core_driver_entry) + SIZEOF(.bus_driver_entry) + 423 SIZEOF(.early_driver_entry) + SIZEOF(.vfs_driver_entry) + 424 SIZEOF(.level0_driver_entry) + SIZEOF(.level1_driver_entry) + 425 SIZEOF(.level2_driver_entry) + SIZEOF(.level3_driver_entry) + 426 SIZEOF(.post_driver_entry); 1144 …__psram_text_data_end_flash__ = __psram_text_data_start_flash__ + SIZEOF(.psram_text)+ SIZEOF(.psr… 1321 __got_start_flash__ = __etext + SIZEOF(.data); 1399 /*. = __etext + SIZEOF(.data) + SIZEOF(.got_info);*/ [all …]
|
A D | _haas1000_alios_sec_b_a7.lds | 177 SIZEOF(.boot_text_sram) + SIZEOF(.boot_data_sram); 419 SIZEOF(.sram_text) + SIZEOF(.sram_data) + 420 SIZEOF(.core_driver_entry) + SIZEOF(.bus_driver_entry) + 421 SIZEOF(.early_driver_entry) + SIZEOF(.vfs_driver_entry) + 422 SIZEOF(.level0_driver_entry) + SIZEOF(.level1_driver_entry) + 423 SIZEOF(.level2_driver_entry) + SIZEOF(.level3_driver_entry) + 424 SIZEOF(.post_driver_entry); 1141 …__psram_text_data_end_flash__ = __psram_text_data_start_flash__ + SIZEOF(.psram_text)+ SIZEOF(.psr… 1318 __got_start_flash__ = __etext + SIZEOF(.data); 1396 /*. = __etext + SIZEOF(.data) + SIZEOF(.got_info);*/ [all …]
|