Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djinclude.h62 #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
A Djutils.c152 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
A Djcparam.c179 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in add_huff_table()
191 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
A Djdatadst.c136 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
A Drdswitch.c255 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info)); in read_scan_script()
A Djcprepct.c298 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
A Djctrans.c101 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
A Djdmarker.c519 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in get_dht()
520 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval)); in get_dht()
A Djdinput.c507 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL)); in latch_quant_tables()
A Djchuff.c1368 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)); in jpeg_gen_optimal_table()

Completed in 17 milliseconds