Home
last modified time | relevance | path

Searched refs:height_in_blocks (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Djdinput.c108 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()
Dtransupp.c103 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 …]
Djcmaster.c153 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()
Djccoefct.c268 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()
Djdcoefct.c302 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()
Djpeglib.h149 JDIMENSION height_in_blocks; member
Dturbojpeg.c1029 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()
Dlibjpeg.txt2757 cinfo->comp_info[i].height_in_blocks*DCTSIZE rows in image
2842 block array can be determined from the width_in_blocks and height_in_blocks
/external/minigbm/
Drockchip.c53 const uint32_t height_in_blocks = DIV_ROUND_UP(height, block_height); in afbc_bo_from_format() local
54 const uint32_t total_blocks = width_in_blocks * height_in_blocks; in afbc_bo_from_format()