Home
last modified time | relevance | path

Searched refs:blk_x (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dhme_coarse.c798 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 …]
Dhme_refine.c156 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 …]
Dhme_utils.h506 S32 blk_x,
558 S32 blk_x,
Dhme_utils.c1856 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()
Dhme_interface.c3800 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/
Dtransupp.c95 JDIMENSION blk_x, blk_y; in dequant_comp() local
110 for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) { in dequant_comp()
111 ptr = block[blk_x]; in dequant_comp()
125 JDIMENSION blk_x, blk_y; in requant_comp() local
141 for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) { in requant_comp()
142 ptr = block[blk_x]; in requant_comp()
611 JDIMENSION y_wipe_blocks, wipe_bottom, blk_x; in do_flatten() local
641 for (blk_x = x_wipe_blocks; blk_x < wipe_right; blk_x++) { in do_flatten()
642 buffer[offset_y][blk_x][0] = (JCOEF)average; in do_flatten()
728 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() local
[all …]