Searched refs:height_in_blocks (Results 1 – 9 of 9) sorted by relevance
108 compptr->height_in_blocks = (JDIMENSION) in initial_setup()161 cinfo->MCU_rows_in_scan = compptr->height_in_blocks; in per_scan_setup()172 tmp = (int)(compptr->height_in_blocks % compptr->v_samp_factor); in per_scan_setup()209 tmp = (int)(compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
110 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_crop()155 for (blk_y = 0; blk_y < compptr->height_in_blocks; in do_flip_h_no_crop()221 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_flip_h()286 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_flip_v()358 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_transpose()415 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_rot_90()496 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_rot_270()567 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_rot_180()681 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_transverse()901 JDIMENSION width_in_blocks, height_in_blocks; in jtransform_request_workspace() local[all …]
153 compptr->height_in_blocks = (JDIMENSION) in initial_setup()370 cinfo->MCU_rows_in_scan = compptr->height_in_blocks; in per_scan_setup()381 tmp = (int)(compptr->height_in_blocks % compptr->v_samp_factor); in per_scan_setup()417 tmp = (int)(compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
268 block_rows = (int)(compptr->height_in_blocks % compptr->v_samp_factor); in compress_first_pass()429 (JDIMENSION)jround_up((long)compptr->height_in_blocks, in jinit_c_coef_controller()
298 block_rows = (int)(compptr->height_in_blocks % compptr->v_samp_factor); in decompress_data()461 block_rows = (int)(compptr->height_in_blocks % compptr->v_samp_factor); in decompress_smooth_data()662 (JDIMENSION)jround_up((long)compptr->height_in_blocks, in jinit_d_coef_controller()
987 ih = compptr->height_in_blocks * DCTSIZE; in tjCompressFromYUVPlanes()1636 ih = compptr->height_in_blocks * dctsize; in tjDecompressToYUVPlanes()1943 compptr->height_in_blocks * DCTSIZE in tjTransform()1946 for (by = 0; by < compptr->height_in_blocks; in tjTransform()
143 JDIMENSION height_in_blocks; member
2739 cinfo->comp_info[i].height_in_blocks*DCTSIZE rows in image2824 block array can be determined from the width_in_blocks and height_in_blocks
53 const uint32_t height_in_blocks = DIV_ROUND_UP(height, block_height); in afbc_bo_from_format() local54 const uint32_t total_blocks = width_in_blocks * height_in_blocks; in afbc_bo_from_format()