Home
last modified time | relevance | path

Searched refs:MEMCOPY (Results 1 – 25 of 31) sorted by relevance

12

/external/libjpeg-turbo/
Djinclude.h64 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) macro
70 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) macro
Djutils.c112 MEMCOPY(outptr, inptr, count); in jcopy_sample_rows()
122 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
Djstdhuff.c31 MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits)); in add_huff_table()
43 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table()
Djdatadst-tj.c101 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
Djdatadst.c143 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
Drdswitch.c265 MEMCOPY(scanptr, scans, scanno * sizeof(jpeg_scan_info)); in read_scan_script()
Djcprepct.c297 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
Djchuff.c440 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \
964 MEMCOPY(htbl->bits, bits, sizeof(htbl->bits)); in jpeg_gen_optimal_table()
Djctrans.c102 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
Djdinput.c264 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL)); in latch_quant_tables()
/external/opencv3/3rdparty/libjpeg/
Djinclude.h62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) macro
68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) macro
Djutils.c152 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
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()
Djdatadst.c136 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
Djcprepct.c298 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
Djctrans.c101 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
Djdmaster.c252 MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE), in prepare_range_limit_table()
/external/pdfium/third_party/libjpeg/
Djinclude.h74 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) macro
80 #define MEMCOPY(dest,src,size) FXSYS_memcpy((void *)(dest), (const void *)(src), (size_t)(size)) macro
Dfpdfapi_jutils.c100 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
Dfpdfapi_jcparam.c162 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in add_huff_table()
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
Dfpdfapi_jcprepct.c295 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
Dfpdfapi_jdinput.c240 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL)); in latch_quant_tables()
Dfpdfapi_jctrans.c93 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
Dfpdfapi_jdmaster.c271 MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE), in prepare_range_limit_table()
Dfpdfapi_jdmarker.c510 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in get_dht()
511 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval)); in get_dht()

12