Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_common_utils.c1270 WORD32 ihevce_compute_area_of_valid_cus_in_ctb(cur_ctb_cu_tree_t *ps_cu_tree) in ihevce_compute_area_of_valid_cus_in_ctb() function
1285 i4_area = ihevce_compute_area_of_valid_cus_in_ctb(ps_cu_tree->ps_child_node_tl) + in ihevce_compute_area_of_valid_cus_in_ctb()
1286 ihevce_compute_area_of_valid_cus_in_ctb(ps_cu_tree->ps_child_node_tr) + in ihevce_compute_area_of_valid_cus_in_ctb()
1287 ihevce_compute_area_of_valid_cus_in_ctb(ps_cu_tree->ps_child_node_bl) + in ihevce_compute_area_of_valid_cus_in_ctb()
1288 ihevce_compute_area_of_valid_cus_in_ctb(ps_cu_tree->ps_child_node_br); in ihevce_compute_area_of_valid_cus_in_ctb()
Dihevce_common_utils.h206 WORD32 ihevce_compute_area_of_valid_cus_in_ctb(cur_ctb_cu_tree_t *ps_cu_tree);
Dihevce_enc_loop_pass.c2262 ihevce_compute_area_of_valid_cus_in_ctb(ps_cu_tree_analyse)); in ihevce_enc_loop_process_row()
Dhme_refine.c8784 ihevce_compute_area_of_valid_cus_in_ctb( in hme_refine()