Searched refs:JBLOCK (Results 1 – 16 of 16) sorted by relevance
184 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK)); in compress_data()192 compptr->MCU_width * SIZEOF(JBLOCK)); in compress_data()289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK)); in compress_first_pass()309 (size_t) (blocks_across * SIZEOF(JBLOCK))); in compress_first_pass()443 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_c_coef_controller()
457 ((long) blocksperrow * SIZEOF(JBLOCK)); in alloc_barray()476 * SIZEOF(JBLOCK))); in alloc_barray()611 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays()613 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays()677 (long) SIZEOF(JBLOCK)); in realize_virt_arrays()730 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io()907 size_t bytesperrow = (size_t) ptr->blocksperrow * SIZEOF(JBLOCK); in access_virt_barray()
383 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()384 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()
166 (size_t) (cinfo->blocks_in_MCU * SIZEOF(JBLOCK))); in decompress_onepass()474 JBLOCK workspace; in decompress_smooth_data()728 D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_d_coef_controller()
172 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ typedef173 typedef JBLOCK *JBLOCKROW; /* pointer to one row of coefficient blocks */
183 (compptr->MCU_width - blockcnt) * sizeof(JBLOCK)); in compress_data()191 compptr->MCU_width * sizeof(JBLOCK)); in compress_data()288 jzero_far((void *) thisblockrow, ndummy * sizeof(JBLOCK)); in compress_first_pass()308 (size_t) (blocks_across * sizeof(JBLOCK))); in compress_first_pass()442 C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in jinit_c_coef_controller()
482 if ((sizeof(JBLOCK) % ALIGN_SIZE) != 0) in alloc_barray()487 ((long) blocksperrow * sizeof(JBLOCK)); in alloc_barray()506 * sizeof(JBLOCK))); in alloc_barray()641 (long) bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()643 (long) bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()707 (long) sizeof(JBLOCK)); in realize_virt_arrays()760 bytesperrow = (long) ptr->blocksperrow * sizeof(JBLOCK); in do_barray_io()937 size_t bytesperrow = (size_t) ptr->blocksperrow * sizeof(JBLOCK); in access_virt_barray()
396 C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in transencode_coef_controller()397 jzero_far((void *) buffer, C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in transencode_coef_controller()
72 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ typedef73 typedef JBLOCK *JBLOCKROW; /* pointer to one row of coefficient blocks */
104 (size_t) (cinfo->blocks_in_MCU * sizeof(JBLOCK))); in decompress_onepass()679 D_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in jinit_d_coef_controller()
610 typedef JCOEF JBLOCK[DCTSIZE2]; an 8x8 block of coefficients611 typedef JBLOCK *JBLOCKROW; ptr to one horizontal row of 8x8 blocks
188 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK)); in compress_data()196 compptr->MCU_width * SIZEOF(JBLOCK)); in compress_data()294 FMEMZERO((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK)); in compress_first_pass()314 (size_t) (blocks_across * SIZEOF(JBLOCK))); in compress_first_pass()448 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_c_coef_controller()
456 ((long) blocksperrow * SIZEOF(JBLOCK)); in alloc_barray()475 * SIZEOF(JBLOCK))); in alloc_barray()610 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays()612 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays()676 (long) SIZEOF(JBLOCK)); in realize_virt_arrays()729 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io()906 size_t bytesperrow = (size_t) ptr->blocksperrow * SIZEOF(JBLOCK); in access_virt_barray()
168 (size_t) (cinfo->blocks_in_MCU * SIZEOF(JBLOCK))); in decompress_onepass()476 JBLOCK workspace; in decompress_smooth_data()730 D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_d_coef_controller()736 (size_t) (D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK))); in jinit_d_coef_controller()
380 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()381 FMEMZERO((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()
79 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ typedef80 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */