Searched refs:JBLOCK (Results 1 – 6 of 6) sorted by relevance
182 (compptr->MCU_width - blockcnt) * sizeof(JBLOCK)); in compress_data()191 compptr->MCU_width * sizeof(JBLOCK)); in compress_data()289 jzero_far((void *)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()
505 if ((sizeof(JBLOCK) % ALIGN_SIZE) != 0) in alloc_barray()510 ((long)blocksperrow * sizeof(JBLOCK)); in alloc_barray()529 sizeof(JBLOCK))); in alloc_barray()668 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()671 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()738 (long)sizeof(JBLOCK)); in realize_virt_arrays()791 bytesperrow = (long)ptr->blocksperrow * sizeof(JBLOCK); in do_barray_io()966 size_t bytesperrow = (size_t)ptr->blocksperrow * sizeof(JBLOCK); in access_virt_barray()
395 C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in transencode_coef_controller()396 jzero_far((void *)buffer, C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in transencode_coef_controller()
73 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ typedef74 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