Searched refs:blk_y (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/encoder/ |
D | hme_coarse.c | 800 S32 blk_y; in hme_coarsest() local 1221 blk_y = -1; in hme_coarsest() 1229 blk_y = ps_job->s_job_info.s_me_job_info.i4_vert_unit_row_no; in hme_coarsest() 1239 set_dep_pos = blk_y + 1; in hme_coarsest() 1240 if(blk_y > 0) in hme_coarsest() 1243 check_dep_pos = blk_y - 1; in hme_coarsest() 1277 (blk_y - 1) << blk_size_shift, in hme_coarsest() 1291 blk_x + ps_ctxt->ai4_row_index[MAX((blk_y - 2), 0)] * num_blks_in_row; in hme_coarsest() 1294 ps_ctxt->ai4_row_index[MAX((blk_y - 1), 0)] * num_blks_in_row; in hme_coarsest() 1301 s_search_prms_4x4.i4_y_off = blk_y << blk_size_shift; in hme_coarsest() [all …]
|
D | hme_refine.c | 157 WORD32 blk_y) in ihevce_no_wt_copy() argument 174 ref_offset = ((blk_y << 3) + ps_pu->mv.s_l0_mv.i2_mvy) * ref_stride; in ihevce_no_wt_copy() 200 ref_offset = ((blk_y << 3) + ps_pu->mv.s_l1_mv.i2_mvy) * ref_stride; in ihevce_no_wt_copy() 2228 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt() local 2249 blk_y = (i4_pos_y * ht_p) / (ht_c * blksize_p); in hme_project_coloc_candt() 2253 i4_offset += (ps_layer_mvbank->i4_num_mvs_per_row * blk_y); in hme_project_coloc_candt() 2315 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt_dyadic() local 2340 blk_y = i4_pos_y >> blksize_p; // (2 * blksize_p); in hme_project_coloc_candt_dyadic() 2344 i4_offset += (ps_layer_mvbank->i4_num_mvs_per_row * blk_y); in hme_project_coloc_candt_dyadic() 2375 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt_dyadic_implicit() local [all …]
|
D | hme_utils.h | 507 S32 blk_y, 559 S32 blk_y,
|
D | hme_utils.c | 1857 S32 blk_y, in hme_fill_ctb_neighbour_mvs() argument 1875 blk_y <<= 2; in hme_fill_ctb_neighbour_mvs() 1881 blk_y <<= 1; in hme_fill_ctb_neighbour_mvs() 1890 blk_y -= 1; in hme_fill_ctb_neighbour_mvs() 1894 i4_offset += (ps_layer_mvbank->i4_num_mvs_per_row * blk_y); in hme_fill_ctb_neighbour_mvs() 5276 S32 blksize_p, blk_x, blk_y, i4_offset; in ihevce_16x16block_temporal_noise_detect() local 5374 blk_y = posy >> blksize_p; in ihevce_16x16block_temporal_noise_detect() 5378 i4_offset += (ps_layer_mvbank->i4_num_mvs_per_row * blk_y); in ihevce_16x16block_temporal_noise_detect()
|
D | hme_interface.c | 3800 S32 blk, blk_x, blk_y; in hme_set_ctb_boundary_attrs() local 3824 blk_y = gau1_encode_to_raster_y[blk]; in hme_set_ctb_boundary_attrs() 3825 if((blk_x >= num_16x16_horz) || (blk_y >= num_16x16_vert)) in hme_set_ctb_boundary_attrs() 3834 ps_blk_attrs->u1_blk_y = blk_y; in hme_set_ctb_boundary_attrs() 3840 if(((blk_y << 1) + 2) > num_8x8_vert) in hme_set_ctb_boundary_attrs()
|
/external/libjpeg-turbo/ |
D | transupp.c | 136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() local 155 for (blk_y = 0; blk_y < compptr->height_in_blocks; in do_flip_h_no_crop() 156 blk_y += compptr->v_samp_factor) { in do_flip_h_no_crop() 158 ((j_common_ptr)srcinfo, src_coef_arrays[ci], blk_y, in do_flip_h_no_crop()
|