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()
103 for (blk_y = 0; blk_y < compptr->height_in_blocks; in dequant_comp()134 for (blk_y = 0; blk_y < compptr->height_in_blocks; in requant_comp()293 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_crop()339 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_crop_ext_zero()415 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_crop_ext_flat()496 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_crop_ext_reflect()747 for (blk_y = 0; blk_y < compptr->height_in_blocks; in do_flip_h_no_crop()813 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_flip_h()878 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_flip_v()949 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_transpose()[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()
302 block_rows = (int)(compptr->height_in_blocks % compptr->v_samp_factor); in decompress_data()486 block_rows = (int)(compptr->height_in_blocks % compptr->v_samp_factor); in decompress_smooth_data()848 (JDIMENSION)jround_up((long)compptr->height_in_blocks, in jinit_d_coef_controller()
149 JDIMENSION height_in_blocks; member
1029 ih = compptr->height_in_blocks * DCTSIZE; in tjCompressFromYUVPlanes()1702 ih = compptr->height_in_blocks * dctsize; in tjDecompressToYUVPlanes()2017 compptr->height_in_blocks * DCTSIZE in tjTransform()2020 for (by = 0; by < compptr->height_in_blocks; in tjTransform()
2757 cinfo->comp_info[i].height_in_blocks*DCTSIZE rows in image2842 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()