Searched refs:JBLOCK (Results 1 – 12 of 12) 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()
455 ((long) blocksperrow * SIZEOF(JBLOCK)); in alloc_barray()474 * SIZEOF(JBLOCK))); in alloc_barray()609 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays()611 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays()675 (long) SIZEOF(JBLOCK)); in realize_virt_arrays()728 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io()905 size_t bytesperrow = (size_t) ptr->blocksperrow * SIZEOF(JBLOCK); in access_virt_barray()
178 (size_t) (cinfo->blocks_in_MCU * SIZEOF(JBLOCK))); in decompress_onepass()325 (size_t) (SIZEOF(JBLOCK))); in consume_data()511 (size_t) (SIZEOF(JBLOCK))); in consume_data_build_huffman_index_progressive()727 JBLOCK workspace; in decompress_smooth_data()978 D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_d_coef_controller()1030 D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_d_coef_controller()
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()
70 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ typedef71 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
641 typedef JCOEF JBLOCK[DCTSIZE2]; an 8x8 block of coefficients642 typedef JBLOCK *JBLOCKROW; ptr to one horizontal row of 8x8 blocks
185 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK)); in compress_data()193 compptr->MCU_width * SIZEOF(JBLOCK)); in compress_data()290 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK)); in compress_first_pass()310 (size_t) (blocks_across * SIZEOF(JBLOCK))); in compress_first_pass()444 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_c_coef_controller()
458 ((long) blocksperrow * SIZEOF(JBLOCK)); in alloc_barray()477 * SIZEOF(JBLOCK))); in alloc_barray()612 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays()614 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays()678 (long) SIZEOF(JBLOCK)); in realize_virt_arrays()731 bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK); in do_barray_io()908 size_t bytesperrow = (size_t) ptr->blocksperrow * SIZEOF(JBLOCK); in access_virt_barray()
384 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()385 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()
167 (size_t) (cinfo->blocks_in_MCU * SIZEOF(JBLOCK))); in decompress_onepass()475 JBLOCK workspace; in decompress_smooth_data()729 D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_d_coef_controller()
137 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ typedef138 typedef JBLOCK *JBLOCKROW; /* pointer to one row of coefficient blocks */