Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemmgr.c694 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local
696 bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE); in do_sarray_io()
697 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io()
709 byte_count = rows * bytesperrow; in do_sarray_io()
727 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local
729 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io()
730 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io()
742 byte_count = rows * bytesperrow; in do_barray_io()
825 FMEMZERO((void FAR *) ptr->mem_buffer[undef_row], bytesperrow); in access_virt_sarray()
906 size_t bytesperrow = (size_t) ptr->blocksperrow * SIZEOF(JBLOCK); in access_virt_barray() local
[all …]

Completed in 6 milliseconds