Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.c396 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()
Dtransupp.c266 comp_width * sizeof(JBLOCK)); in do_drop()
349 compptr->width_in_blocks * sizeof(JBLOCK)); in do_crop_ext_zero()
366 MEMZERO(dst_buffer[offset_y], x_crop_blocks * sizeof(JBLOCK)); in do_crop_ext_zero()
373 sizeof(JBLOCK)); in do_crop_ext_zero()
425 compptr->width_in_blocks * sizeof(JBLOCK)); in do_crop_ext_flat()
441 MEMZERO(dst_buffer[offset_y], x_crop_blocks * sizeof(JBLOCK)); in do_crop_ext_flat()
452 sizeof(JBLOCK)); in do_crop_ext_flat()
506 compptr->width_in_blocks * sizeof(JBLOCK)); in do_crop_ext_reflect()
594 MEMZERO(buffer[offset_y] + x_wipe_blocks, wipe_width * sizeof(JBLOCK)); in do_wipe()
629 MEMZERO(buffer[offset_y] + x_wipe_blocks, wipe_width * sizeof(JBLOCK)); in do_flatten()
[all …]
Djpeglib.h79 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ typedef
80 typedef JBLOCK *JBLOCKROW; /* pointer to one row of coefficient blocks */
Djdcoefct.c104 (size_t)(cinfo->blocks_in_MCU * sizeof(JBLOCK))); in decompress_onepass()
865 D_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in jinit_d_coef_controller()
Dstructure.txt606 typedef JCOEF JBLOCK[DCTSIZE2]; an 8x8 block of coefficients
607 typedef JBLOCK *JBLOCKROW; ptr to one horizontal row of 8x8 blocks