Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c644 aps_child_results[1] = ps_merge_prms->ps_results_tr; in hme_pick_eval_merge_candts()
985 search_results_t *ps_results_tl, *ps_results_tr; in hme_try_merge_high_speed() local
1012 ps_results_tr = ps_merge_prms->ps_results_tr; in hme_try_merge_high_speed()
1068 if(ps_results_tr->u1_split_flag) in hme_try_merge_high_speed()
1079 i4_part_type = ps_results_tr->ps_cu_results->ps_best_results[0].u1_part_type; in hme_try_merge_high_speed()
1081 i4_cost_children += ps_results_tr->ps_cu_results->ps_best_results[0].i4_tot_cost; in hme_try_merge_high_speed()
1193 : ((i == 1) ? ps_results_tr : ((i == 2) ? ps_results_bl : ps_results_br)); in hme_try_merge_high_speed()
5801 ps_prms->ps_results_tr = &ps_me_ctxt->as_search_results_16x16[i4_cu_16x16 + 1]; in hme_merge_prms_init()
5817 ps_prms->ps_results_tr = &ps_me_ctxt->as_search_results_32x32[1]; in hme_merge_prms_init()
Dhme_defs.h2350 search_results_t *ps_results_tr; member