Searched refs:ps_child_node_tl (Results 1 – 8 of 8) sorted by relevance
218 (ps_parent_node)->ps_child_node_tl->is_node_valid = 0; \226 (ps_parent_node)->ps_child_node_tl = NULL; \235 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_tl); \239 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_tl->ps_child_node_tl); \240 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_tl->ps_child_node_tr); \241 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_tl->ps_child_node_bl); \242 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_tl->ps_child_node_br); \243 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_tr->ps_child_node_tl); \247 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_bl->ps_child_node_tl); \251 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_br->ps_child_node_tl); \[all …]
117 if(NULL != ps_node->ps_child_node_tl) in ihevce_tu_tree_coverage_in_cu()119 i4_tu_tree_area += ihevce_tu_tree_coverage_in_cu(ps_node->ps_child_node_tl); in ihevce_tu_tree_coverage_in_cu()387 ps_node->ps_child_node_tl = ps_childNodeTL; in ihevce_tu_node_init()442 ps_node->ps_child_node_tl = NULL; in ihevce_tu_node_init()533 (ps_leaf->s_luma_data.u1_posx >= ps_root->ps_child_node_tl->s_luma_data.u1_size) + in ihevce_tu_node_parent_finder()534 (ps_leaf->s_luma_data.u1_posy >= ps_root->ps_child_node_tl->s_luma_data.u1_size) * 2; in ihevce_tu_node_parent_finder()536 ASSERT(NULL != ps_root->ps_child_node_tl); in ihevce_tu_node_parent_finder()545 return ihevce_tu_node_parent_finder(ps_root->ps_child_node_tl, ps_leaf); in ihevce_tu_node_parent_finder()1317 ps_node->ps_child_node_tl = NULL; in ihevce_debriefer_when_parent_wins()1360 u4_num_bytes += ps_node->ps_child_node_tl->s_luma_data.i4_num_bytes_used_for_ecd; in ihevce_ecd_buffer_pointer_updater()[all …]
820 ps_cu_tree_cur_node->ps_child_node_tl = ps_tl; in ihevce_create_child_nodes_cu_tree()1059 ps_cu_tree->ps_child_node_tl, in ihevce_populate_cu_tree()1095 ps_cu_tree->ps_child_node_tl = NULL; in ihevce_populate_cu_tree()2355 ps_cu_tree_analyse_child[0] = ps_cu_tree_analyse->ps_child_node_tl; in ihevce_cu_recurse_decide()3079 ((NULL == ps_intra_tree->ps_child_node_tl) << 1) | in ihevce_intra_and_inter_cuTree_merger()3080 (NULL == ps_inter_tree->ps_child_node_tl); in ihevce_intra_and_inter_cuTree_merger()3100 ((NULL == ps_intra_tree->ps_child_node_tl) << 1) + 1; in ihevce_intra_and_inter_cuTree_merger()3116 au1_children_recursive_call_type[POS_TL] = 2 + (NULL == ps_inter_tree->ps_child_node_tl); in ihevce_intra_and_inter_cuTree_merger()3137 ps_merged_tree->ps_child_node_tl, in ihevce_intra_and_inter_cuTree_merger()3138 ps_intra_tree->ps_child_node_tl, in ihevce_intra_and_inter_cuTree_merger()[all …]
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()1323 ps_cu_tree_cur_node->ps_child_node_tl = ps_tl; in ihevce_create_cuNode_children()1435 ps_cu_tree->ps_child_node_tl, in ihevce_cu_tree_init()
1146 i4_intra_parts = (!ps_merge_prms->ps_cluster_info->ps_cu_tree_root->ps_child_node_tl in hme_try_merge_high_speed()1150 ->ps_child_node_tl->u1_intra_eval_enable); in hme_try_merge_high_speed()5137 ps_32x32_root = ps_ctb_cluster_info->ps_cu_tree_root->ps_child_node_tl; in hme_populate_cu_tree()5229 ps_32x32_root = ps_ctb_cluster_info->ps_cu_tree_root->ps_child_node_tl; in hme_populate_cu_tree()5257 ps_16x16_root = ps_32x32_root->ps_child_node_tl; in hme_populate_cu_tree()5305 ps_cu_tree->ps_child_node_tl, in hme_populate_cu_tree()5639 cur_ctb_cu_tree_t *ps_tl = ps_tree_root->ps_child_node_tl; in hme_analyse_mv_clustering()8110 ps_tree_node = ps_tree_node->ps_child_node_tl; in hme_refine()8138 ps_tree_node = ps_tree_node->ps_child_node_tl; in hme_refine()8187 ps_tree_child = ps_tree_node->ps_child_node_tl; in hme_refine()[all …]
616 ps_cu_tree->ps_child_node_tl, in ihevce_populate_me_ctb_data()655 ps_cu_tree->ps_child_node_tl, in ihevce_populate_me_ctb_data()
866 struct cur_ctb_cu_tree_t *ps_child_node_tl; member
3095 struct tu_tree_node_t *ps_child_node_tl; member