/external/libjpeg-turbo/ |
D | jinclude.h | 64 #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
|
D | jutils.c | 112 MEMCOPY(outptr, inptr, count); in jcopy_sample_rows() 122 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
|
D | jstdhuff.c | 31 MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits)); in add_huff_table() 43 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table()
|
D | jdatadst-tj.c | 101 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
|
D | jdatadst.c | 143 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
|
D | rdswitch.c | 265 MEMCOPY(scanptr, scans, scanno * sizeof(jpeg_scan_info)); in read_scan_script()
|
D | jcprepct.c | 297 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
|
D | jchuff.c | 440 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \ 964 MEMCOPY(htbl->bits, bits, sizeof(htbl->bits)); in jpeg_gen_optimal_table()
|
D | jctrans.c | 102 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
|
D | jdinput.c | 264 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL)); in latch_quant_tables()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jinclude.h | 62 #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
|
D | jutils.c | 152 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
|
D | jcparam.c | 179 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in add_huff_table() 191 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
|
D | jdatadst.c | 136 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
|
D | jcprepct.c | 298 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
|
D | jctrans.c | 101 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
|
D | jdmaster.c | 252 MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE), in prepare_range_limit_table()
|
/external/pdfium/third_party/libjpeg/ |
D | jinclude.h | 74 #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
|
D | fpdfapi_jutils.c | 100 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
|
D | fpdfapi_jcparam.c | 162 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in add_huff_table() 174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
|
D | fpdfapi_jcprepct.c | 295 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
|
D | fpdfapi_jdinput.c | 240 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL)); in latch_quant_tables()
|
D | fpdfapi_jctrans.c | 93 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
|
D | fpdfapi_jdmaster.c | 271 MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE), in prepare_range_limit_table()
|
D | fpdfapi_jdmarker.c | 510 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in get_dht() 511 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval)); in get_dht()
|