Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djinclude.h65 #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
Djutils.c113 MEMCOPY(outptr, inptr, count); in jcopy_sample_rows()
123 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
Djstdhuff.c32 MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits)); in add_huff_table()
44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table()
Djdatadst-tj.c102 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
Djdatadst.c144 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
Djcprepct.c298 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
Drdswitch.c267 MEMCOPY(scanptr, scans, scanno * sizeof(jpeg_scan_info)); in read_scan_script()
Djctrans.c103 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
Djdinput.c264 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL)); in latch_quant_tables()
Djchuff.c447 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \
1002 MEMCOPY(htbl->bits, bits, sizeof(htbl->bits)); in jpeg_gen_optimal_table()
Djdmarker.c494 MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits)); in get_dht()
495 MEMCOPY((*htblptr)->huffval, huffval, sizeof((*htblptr)->huffval)); in get_dht()
Djdmaster.c443 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_jctrans.c93 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
Dfpdfapi_jdinput.c240 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL)); in latch_quant_tables()
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()
Dfpdfapi_jchuff.c819 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)); in jpeg_gen_optimal_table()