Searched refs:blksize_p (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
D | hme_utils.c | 3778 S32 blksize_p, blksize_c; in hme_populate_search_candidates() local 3820 blksize_p = gau1_blk_size_to_wd_shift[ps_coarse_layer_mvbank->e_blk_size]; in hme_populate_search_candidates() 3824 ASSERT((blksize_p == 3) || (blksize_p == 4) || (blksize_p == 5)); in hme_populate_search_candidates() 4020 x = CLIP3(x, 0, (wd_c - blksize_p)); in hme_populate_search_candidates() 4021 y = CLIP3(y, 0, (ht_c - blksize_p)); in hme_populate_search_candidates() 4024 x = x >> blksize_p; in hme_populate_search_candidates() 4025 y = y >> blksize_p; in hme_populate_search_candidates() 5276 S32 blksize_p, blk_x, blk_y, i4_offset; in ihevce_16x16block_temporal_noise_detect() local 5331 blksize_p = gau1_blk_size_to_wd_shift[ps_layer_mvbank->e_blk_size]; in ihevce_16x16block_temporal_noise_detect() 5334 ASSERT((blksize_p == 3) || (blksize_p == 4) || (blksize_p == 5)); in ihevce_16x16block_temporal_noise_detect() [all …]
|
D | hme_refine.c | 2228 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt() local 2240 blksize_p = (S32)gau1_blk_size_to_wd[ps_layer_mvbank->e_blk_size]; in hme_project_coloc_candt() 2243 i4_pos_x = CLIP3(i4_pos_x, 0, (wd_c - blksize_p)); in hme_project_coloc_candt() 2244 i4_pos_y = CLIP3(i4_pos_y, 0, (ht_c - blksize_p)); in hme_project_coloc_candt() 2248 blk_x = (i4_pos_x * wd_p) / (wd_c * blksize_p); in hme_project_coloc_candt() 2249 blk_y = (i4_pos_y * ht_p) / (ht_c * blksize_p); in hme_project_coloc_candt() 2315 S32 blksize_p, blk_x, blk_y, i4_offset; in hme_project_coloc_candt_dyadic() local 2328 blksize_p = (S32)gau1_blk_size_to_wd_shift[ps_layer_mvbank->e_blk_size]; in hme_project_coloc_candt_dyadic() 2331 ASSERT((blksize_p == 3) || (blksize_p == 4) || (blksize_p == 5)); in hme_project_coloc_candt_dyadic() 2334 i4_pos_x = CLIP3(i4_pos_x, 0, (wd_c - blksize_p)); in hme_project_coloc_candt_dyadic() [all …]
|