Searched refs:MEMCOPY (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jinclude.h | 66 #define MEMCOPY(dest, src, size) \ macro 74 #define MEMCOPY(dest, src, 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 | 104 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
|
D | wrbmp.c | 124 MEMCOPY(outptr, inptr, dest->row_width); in put_pixel_rows() 194 MEMCOPY(outptr, inptr, cinfo->output_width); in put_gray_rows()
|
D | jdatadst.c | 144 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
|
D | wrtarga.c | 124 MEMCOPY(outptr, inptr, cinfo->output_width); in put_gray_rows()
|
D | rdbmp.c | 248 MEMCOPY(outptr, inptr, source->row_width); in get_24bit_row() 312 MEMCOPY(outptr, inptr, source->row_width); in get_32bit_row()
|
D | rdswitch.c | 266 MEMCOPY(scanptr, scans, scanno * sizeof(jpeg_scan_info)); in read_scan_script()
|
D | jcprepct.c | 292 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
|
D | jctrans.c | 103 MEMCOPY((*qtblptr)->quantval, srcinfo->quant_tbl_ptrs[tblno]->quantval, in jpeg_copy_critical_parameters()
|
D | jdinput.c | 267 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL)); in latch_quant_tables()
|
D | wrppm.c | 118 MEMCOPY(bufferptr, ptr, dest->samples_per_row); in copy_pixel_rows()
|
D | jchuff.c | 480 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \ 1046 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 | 431 MEMCOPY(table + (4 * (MAXJSAMPLE + 1) - CENTERJSAMPLE), in prepare_range_limit_table()
|