Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djinclude.h66 #define MEMCOPY(dest, src, size) \ macro
74 #define MEMCOPY(dest, src, 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.c104 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
Dwrbmp.c124 MEMCOPY(outptr, inptr, dest->row_width); in put_pixel_rows()
194 MEMCOPY(outptr, inptr, cinfo->output_width); in put_gray_rows()
Djdatadst.c144 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
Dwrtarga.c124 MEMCOPY(outptr, inptr, cinfo->output_width); in put_gray_rows()
Drdbmp.c248 MEMCOPY(outptr, inptr, source->row_width); in get_24bit_row()
312 MEMCOPY(outptr, inptr, source->row_width); in get_32bit_row()
Drdswitch.c266 MEMCOPY(scanptr, scans, scanno * sizeof(jpeg_scan_info)); in read_scan_script()
Djcprepct.c292 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
Djctrans.c103 MEMCOPY((*qtblptr)->quantval, srcinfo->quant_tbl_ptrs[tblno]->quantval, in jpeg_copy_critical_parameters()
Djdinput.c267 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL)); in latch_quant_tables()
Dwrppm.c118 MEMCOPY(bufferptr, ptr, dest->samples_per_row); in copy_pixel_rows()
Djchuff.c480 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \
1046 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.c431 MEMCOPY(table + (4 * (MAXJSAMPLE + 1) - CENTERJSAMPLE), in prepare_range_limit_table()