Home
last modified time | relevance | path

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

12

/external/libjpeg-turbo/
Djinclude.h63 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro
69 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) macro
Djchuff.c178 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()
Dwrbmp.c229 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()
Djdarith.c206 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()
Djutils.c131 MEMZERO(target, bytestozero); in jzero_far()
Djdapimin.c55 MEMZERO(cinfo, sizeof(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
94 MEMZERO(cinfo->master, sizeof(my_decomp_master)); in jpeg_CreateDecompress()
Djstdhuff.c44 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table()
Djcarith.c337 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()
Djddctmgr.c347 MEMZERO(compptr->dct_table, sizeof(multiplier_table)); in jinit_inverse_dct()
Djcapimin.c54 MEMZERO(cinfo, sizeof(struct jpeg_compress_struct)); in jpeg_CreateCompress()
Dwrtarga.c53 MEMZERO(targaheader, sizeof(targaheader)); in write_header()
/external/opencv3/3rdparty/libjpeg/
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
Djchuff.c230 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()
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()
719 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass()
732 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
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()
882 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass()
895 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
Djfdctint.c339 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 …]
Djdmaster.c241 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table()
250 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
Djddctmgr.c380 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
/external/pdfium/third_party/libjpeg/
Djinclude.h73 #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
Dfpdfapi_jchuff.c145 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()
Dfpdfapi_jutils.c101 #define FMEMZERO(target,size) MEMZERO(target,size)
Dfpdfapi_jdmaster.c260 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table()
269 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
Dfpdfapi_jddctmgr.c265 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
Dfpdfapi_jcapimin.c51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
/external/libvncserver/common/
Dturbojpeg.c46 #define MEMZERO(ptr, size) memset(ptr, 0, size) macro
493 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress()
679 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()

12