Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djccoefct.c182 (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()
Djmemmgr.c505 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()
Djctrans.c395 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()
Djpeglib.h73 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ typedef
74 typedef JBLOCK *JBLOCKROW; /* pointer to one row of coefficient blocks */
Djdcoefct.c104 (size_t)(cinfo->blocks_in_MCU * sizeof(JBLOCK))); in decompress_onepass()
679 D_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in jinit_d_coef_controller()
Dstructure.txt610 typedef JCOEF JBLOCK[DCTSIZE2]; an 8x8 block of coefficients
611 typedef JBLOCK *JBLOCKROW; ptr to one horizontal row of 8x8 blocks