Home
last modified time | relevance | path

Searched refs:SIZEOF (Results 1 – 25 of 49) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemmgr.c364 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 Djdmerge.c94 (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 Drdppm.c361 } 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 Djdcolor.c123 (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 Djcomapi.c91 (*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 Dwrppm.c227 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 Djccoefct.c188 (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 Djdatasrc.c224 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 Djutils.c188 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 Djdatadst.c71 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 Djchuff.c187 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 Dwrbmp.c194 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 Djcapimin.c39 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 Djddctmgr.c370 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 Dwrtarga.c61 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 Djctrans.c103 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 Djquant1.c405 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 Djdapimin.c39 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 Djcparam.c179 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 Djcprepct.c283 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 Djinclude.h80 #define SIZEOF(object) ((size_t) sizeof(object)) macro
A Djquant2.c549 ((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 Djdcoefct.c168 (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.lds177 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.lds177 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 …]

Completed in 35 milliseconds

12