Searched refs:blk_x (Results 1 – 7 of 7) 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() 2229 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt() local 2249 blk_x = (i4_pos_x * wd_p) / (wd_c * blksize_p); in hme_project_coloc_candt() 2253 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk); in hme_project_coloc_candt() 2316 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt_dyadic() local 2340 blk_x = i4_pos_x >> blksize_p; // (2 * blksize_p); in hme_project_coloc_candt_dyadic() 2344 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk); in hme_project_coloc_candt_dyadic() 2376 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 | 95 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 …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | segment_reduction_ops_gpu.cu.h | 294 for (Tindex blk_x = blockIdx.x; blk_x < num_blocks_x; blk_x += gridDim.x) { 295 const Tindex x = threadIdx.x + blk_x * blockDim.x;
|