/external/libjpeg-turbo/ |
D | jinclude.h | 63 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro 69 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) macro
|
D | jchuff.c | 178 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * sizeof(long)); in start_pass_huff() 183 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * sizeof(long)); in start_pass_huff() 284 MEMZERO(dtbl->ehufsi, sizeof(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 861 MEMZERO(bits, sizeof(bits)); in jpeg_gen_optimal_table() 862 MEMZERO(codesize, sizeof(codesize)); in jpeg_gen_optimal_table() 1002 MEMZERO(did_dc, sizeof(did_dc)); in finish_pass_gather() 1003 MEMZERO(did_ac, sizeof(did_ac)); in finish_pass_gather()
|
D | wrbmp.c | 229 MEMZERO(bmpfileheader, sizeof(bmpfileheader)); in write_bmp_header() 230 MEMZERO(bmpinfoheader, sizeof(bmpinfoheader)); in write_bmp_header() 297 MEMZERO(bmpfileheader, sizeof(bmpfileheader)); in write_os2_header() 298 MEMZERO(bmpcoreheader, sizeof(bmpcoreheader)); in write_os2_header()
|
D | jdarith.c | 206 MEMZERO(entropy->dc_stats[compptr->dc_tbl_no], DC_STAT_BINS); in process_restart() 212 MEMZERO(entropy->ac_stats[compptr->ac_tbl_no], AC_STAT_BINS); in process_restart() 703 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass() 715 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
|
D | jutils.c | 131 MEMZERO(target, bytestozero); in jzero_far()
|
D | jdapimin.c | 55 MEMZERO(cinfo, sizeof(struct jpeg_decompress_struct)); in jpeg_CreateDecompress() 94 MEMZERO(cinfo->master, sizeof(my_decomp_master)); in jpeg_CreateDecompress()
|
D | jstdhuff.c | 44 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table()
|
D | jcarith.c | 337 MEMZERO(entropy->dc_stats[compptr->dc_tbl_no], DC_STAT_BINS); in emit_restart() 344 MEMZERO(entropy->ac_stats[compptr->ac_tbl_no], AC_STAT_BINS); in emit_restart() 866 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass() 879 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
|
D | jddctmgr.c | 347 MEMZERO(compptr->dct_table, sizeof(multiplier_table)); in jinit_inverse_dct()
|
D | jcapimin.c | 54 MEMZERO(cinfo, sizeof(struct jpeg_compress_struct)); in jpeg_CreateCompress()
|
D | wrtarga.c | 53 MEMZERO(targaheader, sizeof(targaheader)); in write_header()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jinclude.h | 61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro 67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) macro
|
D | jchuff.c | 230 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 1268 MEMZERO(bits, SIZEOF(bits)); in jpeg_gen_optimal_table() 1269 MEMZERO(codesize, SIZEOF(codesize)); in jpeg_gen_optimal_table() 1413 MEMZERO(did_dc, SIZEOF(did_dc)); in finish_pass_gather() 1414 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather() 1514 MEMZERO(entropy->dc_count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_huff() 1534 MEMZERO(entropy->ac_count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_huff()
|
D | jdarith.c | 204 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() 719 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass() 732 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
|
D | jcarith.c | 335 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() 882 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass() 895 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
|
D | jfdctint.c | 339 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_7x7() 473 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_6x6() 586 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_5x5() 696 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_4x4() 788 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_3x3() 870 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_2x2() 911 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2); in jpeg_fdct_1x1() 2565 MEMZERO(&data[DCTSIZE*7], SIZEOF(DCTELEM) * DCTSIZE); in jpeg_fdct_14x7() 2728 MEMZERO(&data[DCTSIZE*6], SIZEOF(DCTELEM) * DCTSIZE * 2); in jpeg_fdct_12x6() 2867 MEMZERO(&data[DCTSIZE*5], SIZEOF(DCTELEM) * DCTSIZE * 3); in jpeg_fdct_10x5() [all …]
|
D | jdmaster.c | 241 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table() 250 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
|
D | jddctmgr.c | 380 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
/external/pdfium/third_party/libjpeg/ |
D | jinclude.h | 73 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro 79 #define MEMZERO(target,size) FXSYS_memset((void *)(target), 0, (size_t)(size)) macro
|
D | fpdfapi_jchuff.c | 145 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long)); in start_pass_huff() 150 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long)); in start_pass_huff() 251 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 720 MEMZERO(bits, SIZEOF(bits)); in jpeg_gen_optimal_table() 721 MEMZERO(codesize, SIZEOF(codesize)); in jpeg_gen_optimal_table() 861 MEMZERO(did_dc, SIZEOF(did_dc)); in finish_pass_gather() 862 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather()
|
D | fpdfapi_jutils.c | 101 #define FMEMZERO(target,size) MEMZERO(target,size)
|
D | fpdfapi_jdmaster.c | 260 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table() 269 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
|
D | fpdfapi_jddctmgr.c | 265 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
D | fpdfapi_jcapimin.c | 51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
|
/external/libvncserver/common/ |
D | turbojpeg.c | 46 #define MEMZERO(ptr, size) memset(ptr, 0, size) macro 493 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress() 679 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()
|