Searched refs:bytesperrow (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/libjpeg/ |
D | jmemmgr.c | 694 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() 821 size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE); in access_virt_sarray() local 825 FMEMZERO((void FAR *) ptr->mem_buffer[undef_row], bytesperrow); in access_virt_sarray() [all …]
|
/external/libjpeg-turbo/ |
D | jmemmgr.c | 725 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local 727 bytesperrow = (long) ptr->samplesperrow * sizeof(JSAMPLE); in do_sarray_io() 728 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io() 740 byte_count = rows * bytesperrow; in do_sarray_io() 758 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local 760 bytesperrow = (long) ptr->blocksperrow * sizeof(JBLOCK); in do_barray_io() 761 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io() 773 byte_count = rows * bytesperrow; in do_barray_io() 852 size_t bytesperrow = (size_t) ptr->samplesperrow * sizeof(JSAMPLE); in access_virt_sarray() local 856 jzero_far((void *) ptr->mem_buffer[undef_row], bytesperrow); in access_virt_sarray() [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jmemmgr.c | 695 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local 697 bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE); in do_sarray_io() 698 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io() 710 byte_count = rows * bytesperrow; in do_sarray_io() 728 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local 730 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io() 731 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io() 743 byte_count = rows * bytesperrow; in do_barray_io() 822 size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE); in access_virt_sarray() local 826 jzero_far((void FAR *) ptr->mem_buffer[undef_row], bytesperrow); in access_virt_sarray() [all …]
|