/external/libjpeg-turbo/ |
D | jinclude.h | 65 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) macro 71 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) macro
|
D | jutils.c | 113 MEMCOPY(outptr, inptr, count); in jcopy_sample_rows() 123 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
|
D | jstdhuff.c | 32 MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits)); in add_huff_table() 44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table()
|
D | jdatadst-tj.c | 102 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
|
D | jdatadst.c | 144 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
|
D | rdswitch.c | 267 MEMCOPY(scanptr, scans, scanno * sizeof(jpeg_scan_info)); in read_scan_script()
|
D | jcprepct.c | 298 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
|
D | jdinput.c | 264 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL)); in latch_quant_tables()
|
D | jctrans.c | 103 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
|
D | jchuff.c | 447 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \ 1002 MEMCOPY(htbl->bits, bits, sizeof(htbl->bits)); in jpeg_gen_optimal_table()
|
D | jdmarker.c | 494 MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits)); in get_dht() 495 MEMCOPY((*htblptr)->huffval, huffval, sizeof((*htblptr)->huffval)); in get_dht()
|
D | jdmaster.c | 443 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()
|
D | fpdfapi_jchuff.c | 819 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)); in jpeg_gen_optimal_table()
|