Searched refs:blk_x (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/encoder/ |
D | hme_coarse.c | 798 S32 blk_x, num_blks_in_pic, num_blks_in_row, num_4x4_blks_in_row; in hme_coarsest() local 1254 for(blk_x = 0; blk_x < (num_blks_in_row + 1); blk_x++) in hme_coarsest() 1258 if(blk_x < (num_blks_in_row)) in hme_coarsest() 1262 blk_x, in hme_coarsest() 1276 blk_x << 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() 1293 MAX((blk_x - 1), 0) + in hme_coarsest() 1300 s_search_prms_4x4.i4_x_off = blk_x << blk_size_shift; in hme_coarsest() 1303 s_search_prms_4x8.i4_x_off = s_search_prms_8x4.i4_x_off = blk_x << blk_size_shift; in hme_coarsest() 1311 sad_top_offset = (blk_x * ai4_sad_4x4_block_size[i1_ref_idx]) + in hme_coarsest() [all …]
|
D | hme_refine.c | 156 WORD32 blk_x, in ihevce_no_wt_copy() argument 175 ref_offset += (blk_x << 3) + ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_no_wt_copy() 201 ref_offset += (blk_x << 3) + ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_no_wt_copy() 2228 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt() local 2248 blk_x = (i4_pos_x * wd_p) / (wd_c * blksize_p); in hme_project_coloc_candt() 2252 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk); in hme_project_coloc_candt() 2315 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt_dyadic() local 2339 blk_x = i4_pos_x >> blksize_p; // (2 * blksize_p); in hme_project_coloc_candt_dyadic() 2343 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk); 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 | 506 S32 blk_x, 558 S32 blk_x,
|
D | hme_utils.c | 1856 S32 blk_x, in hme_fill_ctb_neighbour_mvs() argument 1874 blk_x <<= 2; in hme_fill_ctb_neighbour_mvs() 1880 blk_x <<= 1; in hme_fill_ctb_neighbour_mvs() 1889 blk_x -= 1; in hme_fill_ctb_neighbour_mvs() 1893 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk); in hme_fill_ctb_neighbour_mvs() 5276 S32 blksize_p, blk_x, blk_y, i4_offset; in ihevce_16x16block_temporal_noise_detect() local 5373 blk_x = posx >> blksize_p; in ihevce_16x16block_temporal_noise_detect() 5377 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk); in ihevce_16x16block_temporal_noise_detect()
|
D | hme_interface.c | 3800 S32 blk, blk_x, blk_y; in hme_set_ctb_boundary_attrs() local 3823 blk_x = gau1_encode_to_raster_x[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() 3833 ps_blk_attrs->u1_blk_x = blk_x; in hme_set_ctb_boundary_attrs() 3837 if(((blk_x << 1) + 2) > num_8x8_horz) 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 162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h_no_crop() 163 ptr1 = buffer[offset_y][blk_x]; in do_flip_h_no_crop() 164 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop() 183 for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) { in do_flip_h_no_crop() 184 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop() 185 buffer[offset_y] + blk_x, (JDIMENSION)1); in do_flip_h_no_crop()
|