Home
last modified time | relevance | path

Searched refs:wd_c (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dhme_refine.c2227 S32 wd_c, ht_c, wd_p, ht_p; in hme_project_coloc_candt() local
2234 wd_c = ps_curr_layer->i4_wd; in hme_project_coloc_candt()
2243 i4_pos_x = CLIP3(i4_pos_x, 0, (wd_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()
2261 ps_search_node->s_mv.i2_mvx = SCALE_MV_COMP_RES(ps_mv[i4_result_id].i2_mv_x, wd_c, wd_p); in hme_project_coloc_candt()
2314 S32 wd_c, ht_c, wd_p, ht_p; in hme_project_coloc_candt_dyadic() local
2321 wd_c = ps_curr_layer->i4_wd; 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()
2374 S32 wd_c, ht_c, wd_p, ht_p; in hme_project_coloc_candt_dyadic_implicit() local
2381 wd_c = ps_curr_layer->i4_wd; in hme_project_coloc_candt_dyadic_implicit()
[all …]
Dhme_utils.c3777 S32 wd_c, ht_c, wd_p, ht_p; in hme_populate_search_candidates() local
3815 wd_c = ps_curr_layer->i4_wd; in hme_populate_search_candidates()
4020 x = CLIP3(x, 0, (wd_c - blksize_p)); in hme_populate_search_candidates()
5275 S32 wd_c, ht_c, wd_p, ht_p; in ihevce_16x16block_temporal_noise_detect() local
5316 wd_c = ps_curr_layer->i4_wd; in ihevce_16x16block_temporal_noise_detect()
5369 posx = CLIP3(posx, 0, (wd_c - blksize_p)); /* block position withing frAME */ in ihevce_16x16block_temporal_noise_detect()