Home
last modified time | relevance | path

Searched refs:MEMZERO (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djinclude.h61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) macro
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()
A Djchuff.c230 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()
1410 MEMZERO(did_dc, SIZEOF(did_dc)); in finish_pass_gather()
1411 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather()
1511 MEMZERO(entropy->dc_count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_huff()
1531 MEMZERO(entropy->ac_count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_huff()
A Djdarith.c204 MEMZERO(entropy->dc_stats[compptr->dc_tbl_no], DC_STAT_BINS); in process_restart()
211 MEMZERO(entropy->ac_stats[compptr->ac_tbl_no], AC_STAT_BINS); in process_restart()
721 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass()
734 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
A Djcarith.c335 MEMZERO(entropy->dc_stats[compptr->dc_tbl_no], DC_STAT_BINS); in emit_restart()
342 MEMZERO(entropy->ac_stats[compptr->ac_tbl_no], AC_STAT_BINS); in emit_restart()
883 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass()
896 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
A Djfdctint.c346 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_7x7()
481 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_6x6()
595 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_5x5()
706 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_4x4()
800 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_3x3()
883 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_2x2()
927 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_1x1()
3171 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_6x3()
3272 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_4x2()
3352 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_2x1()
[all …]
A Djcapimin.c52 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
A Djddctmgr.c380 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
A Dwrtarga.c61 MEMZERO(targaheader, SIZEOF(targaheader)); in write_header()
A Djdapimin.c52 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
A Dwrrle.c119 MEMZERO(dest->colormap, cmapsize); in start_output_rle()
A Djdmaster.c244 MEMZERO(table, 2 * (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table()
A Djpegint.h348 #define FMEMZERO(target,size) MEMZERO(target,size)
A Djdhuff.c411 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits)); in jpeg_make_d_derived_tbl()
A Djdmarker.c499 MEMZERO(huffval, SIZEOF(huffval)); /* pre-zero array for later copy */ in get_dht()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngtest.c166 #define MEMZERO(var) ((void)memset(&var, 0, sizeof var)) macro
658 MEMZERO(user_chunk_data); in init_callback_info()

Completed in 32 milliseconds