Home
last modified time | relevance | path

Searched refs:height_in_blocks (Results 1 – 10 of 10) 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()
749 for (blk_y = 0; blk_y < compptr->height_in_blocks; in do_flip_h_no_crop()
815 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_flip_h()
880 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_flip_v()
951 for (dst_blk_y = 0; dst_blk_y < compptr->height_in_blocks; in do_transpose()
[all …]
Djcmaster.c152 compptr->height_in_blocks = (JDIMENSION) in initial_setup()
369 cinfo->MCU_rows_in_scan = compptr->height_in_blocks; in per_scan_setup()
380 tmp = (int)(compptr->height_in_blocks % compptr->v_samp_factor); in per_scan_setup()
416 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.c1073 ih = compptr->height_in_blocks * DCTSIZE;
1759 ih = compptr->height_in_blocks * dctsize;
2083 planeRegion.h = compptr->height_in_blocks * DCTSIZE;
2085 for (by = 0; by < compptr->height_in_blocks;
Dlibjpeg.txt2746 cinfo->comp_info[i].height_in_blocks*DCTSIZE rows in image
2831 block array can be determined from the width_in_blocks and height_in_blocks
/external/minigbm/
Drockchip.c59 const uint32_t height_in_blocks = DIV_ROUND_UP(height, block_height); in afbc_bo_from_format() local
60 const uint32_t total_blocks = width_in_blocks * height_in_blocks; in afbc_bo_from_format()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c1350 ((compptr->height_in_blocks + compptr->v_samp_factor - 1) / in JPEGPreDecode()