Home
last modified time | relevance | path

Searched refs:ht_c (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_coarse_me_pass.c1208 S32 ht_c, ht_n; in ihevce_coarse_me_get_lyr_prms_job_que() local
1232 ht_c = ps_ctxt->a_ht[num_layers - 1]; in ihevce_coarse_me_get_lyr_prms_job_que()
1246 num_vert_c = (ht_c + unit_ht_c - 1) / unit_ht_c; in ihevce_coarse_me_get_lyr_prms_job_que()
1292 v1 /= (ht_c * unit_ht_n); in ihevce_coarse_me_get_lyr_prms_job_que()
1299 v2 /= (ht_c * unit_ht_n); in ihevce_coarse_me_get_lyr_prms_job_que()
1329 ht_c = ht_n; in ihevce_coarse_me_get_lyr_prms_job_que()
Dhme_refine.c2227 S32 wd_c, ht_c, wd_p, ht_p; in hme_project_coloc_candt() local
2235 ht_c = ps_curr_layer->i4_ht; in hme_project_coloc_candt()
2244 i4_pos_y = CLIP3(i4_pos_y, 0, (ht_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()
2262 ps_search_node->s_mv.i2_mvy = SCALE_MV_COMP_RES(ps_mv[i4_result_id].i2_mv_y, ht_c, ht_p); in hme_project_coloc_candt()
2314 S32 wd_c, ht_c, wd_p, ht_p; in hme_project_coloc_candt_dyadic() local
2322 ht_c = ps_curr_layer->i4_ht; in hme_project_coloc_candt_dyadic()
2335 i4_pos_y = CLIP3(i4_pos_y, 0, (ht_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
2382 ht_c = ps_curr_layer->i4_ht; 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
3816 ht_c = ps_curr_layer->i4_ht; in hme_populate_search_candidates()
4021 y = CLIP3(y, 0, (ht_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
5317 ht_c = ps_curr_layer->i4_ht; in ihevce_16x16block_temporal_noise_detect()
5370 posy = CLIP3(posy, 0, (ht_c - blksize_p)); in ihevce_16x16block_temporal_noise_detect()
Dhme_interface.c2206 WORD32 ht_c, ht_n; in ihevce_coarse_me_get_lyr_prms_dep_mngr() local
2219 ht_c = pai4_ht[num_layers - 1]; in ihevce_coarse_me_get_lyr_prms_dep_mngr()
2233 num_vert_c = (ht_c + unit_ht_c - 1) / unit_ht_c; in ihevce_coarse_me_get_lyr_prms_dep_mngr()
2258 ht_c = ht_n; in ihevce_coarse_me_get_lyr_prms_dep_mngr()