Lines Matching refs:ps_cu_tree
1270 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() argument
1274 if(NULL == ps_cu_tree) in ihevce_compute_area_of_valid_cus_in_ctb()
1279 if(ps_cu_tree->is_node_valid) in ihevce_compute_area_of_valid_cus_in_ctb()
1281 i4_area = ps_cu_tree->u1_cu_size * ps_cu_tree->u1_cu_size; in ihevce_compute_area_of_valid_cus_in_ctb()
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()
1341 cur_ctb_cu_tree_t *ps_cu_tree, in ihevce_cu_tree_init() argument
1425 CU_TREE_NODE_FILL(ps_cu_tree, node_validity, cu_pos_x, cu_pos_y, cu_size, 1); in ihevce_cu_tree_init()
1432 ps_cu_tree_root, ps_cu_tree, (*pi4_nodes_created_in_cu_tree)); in ihevce_cu_tree_init()
1435 ps_cu_tree->ps_child_node_tl, in ihevce_cu_tree_init()
1444 ps_cu_tree->ps_child_node_tr, in ihevce_cu_tree_init()
1453 ps_cu_tree->ps_child_node_bl, in ihevce_cu_tree_init()
1462 ps_cu_tree->ps_child_node_br, in ihevce_cu_tree_init()
1472 NULLIFY_THE_CHILDREN_NODES(ps_cu_tree); in ihevce_cu_tree_init()