Home
last modified time | relevance | path

Searched refs:ps_child_node_bl (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/encoder/
Dihevce_me_common_defs.h220 (ps_parent_node)->ps_child_node_bl->is_node_valid = 0; \
228 (ps_parent_node)->ps_child_node_bl = NULL; \
237 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_bl); \
241 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_tl->ps_child_node_bl); \
245 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_tr->ps_child_node_bl); \
247 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_bl->ps_child_node_tl); \
248 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_bl->ps_child_node_tr); \
249 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_bl->ps_child_node_bl); \
250 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_bl->ps_child_node_br); \
253 DISABLE_THE_CHILDREN_NODES((ps_tree_root)->ps_child_node_br->ps_child_node_bl); \
[all …]
Dihevce_tu_tree_selector.c127 if(NULL != ps_node->ps_child_node_bl) in ihevce_tu_tree_coverage_in_cu()
129 i4_tu_tree_area += ihevce_tu_tree_coverage_in_cu(ps_node->ps_child_node_bl); in ihevce_tu_tree_coverage_in_cu()
389 ps_node->ps_child_node_bl = ps_childNodeBL; in ihevce_tu_node_init()
444 ps_node->ps_child_node_bl = NULL; in ihevce_tu_node_init()
538 ASSERT(NULL != ps_root->ps_child_node_bl); in ihevce_tu_node_parent_finder()
553 return ihevce_tu_node_parent_finder(ps_root->ps_child_node_bl, ps_leaf); in ihevce_tu_node_parent_finder()
1319 ps_node->ps_child_node_bl = NULL; in ihevce_debriefer_when_parent_wins()
1362 u4_num_bytes += ps_node->ps_child_node_bl->s_luma_data.i4_num_bytes_used_for_ecd; in ihevce_ecd_buffer_pointer_updater()
1373 u4_num_bytes += ps_node->ps_child_node_bl->as_cb_data[i].i4_num_bytes_used_for_ecd; in ihevce_ecd_buffer_pointer_updater()
1374 u4_num_bytes += ps_node->ps_child_node_bl->as_cr_data[i].i4_num_bytes_used_for_ecd; in ihevce_ecd_buffer_pointer_updater()
[all …]
Dihevce_enc_cu_recursion.c822 ps_cu_tree_cur_node->ps_child_node_bl = ps_bl; in ihevce_create_child_nodes_cu_tree()
1077 ps_cu_tree->ps_child_node_bl, in ihevce_populate_cu_tree()
1097 ps_cu_tree->ps_child_node_bl = NULL; in ihevce_populate_cu_tree()
1165 if((ps_cu_tree_data->ps_child_node_bl != NULL) && in ihevce_intra_mode_populator()
1166 (ps_cu_tree_data->ps_child_node_bl->is_node_valid)) in ihevce_intra_mode_populator()
1207 if((ps_cu_tree_data->ps_child_node_bl != NULL) && in ihevce_intra_mode_populator()
1208 (ps_cu_tree_data->ps_child_node_bl->is_node_valid)) in ihevce_intra_mode_populator()
2357 ps_cu_tree_analyse_child[2] = ps_cu_tree_analyse->ps_child_node_bl; in ihevce_cu_recurse_decide()
3085 ((NULL == ps_intra_tree->ps_child_node_bl) << 1) | in ihevce_intra_and_inter_cuTree_merger()
3086 (NULL == ps_inter_tree->ps_child_node_bl); in ihevce_intra_and_inter_cuTree_merger()
[all …]
Dihevce_common_utils.c1287 ihevce_compute_area_of_valid_cus_in_ctb(ps_cu_tree->ps_child_node_bl) + in ihevce_compute_area_of_valid_cus_in_ctb()
1325 ps_cu_tree_cur_node->ps_child_node_bl = ps_bl; in ihevce_create_cuNode_children()
1453 ps_cu_tree->ps_child_node_bl, in ihevce_cu_tree_init()
Dhme_refine.c1166 i4_intra_parts = (!ps_merge_prms->ps_cluster_info->ps_cu_tree_root->ps_child_node_bl in hme_try_merge_high_speed()
1170 ->ps_child_node_bl->u1_intra_eval_enable); in hme_try_merge_high_speed()
5149 ps_32x32_root = ps_ctb_cluster_info->ps_cu_tree_root->ps_child_node_bl; in hme_populate_cu_tree()
5241 ps_32x32_root = ps_ctb_cluster_info->ps_cu_tree_root->ps_child_node_bl; in hme_populate_cu_tree()
5269 ps_16x16_root = ps_32x32_root->ps_child_node_bl; in hme_populate_cu_tree()
5323 ps_cu_tree->ps_child_node_bl, in hme_populate_cu_tree()
5641 cur_ctb_cu_tree_t *ps_bl = ps_tree_root->ps_child_node_bl; in hme_analyse_mv_clustering()
8122 ps_tree_node = ps_tree_node->ps_child_node_bl; in hme_refine()
8150 ps_tree_node = ps_tree_node->ps_child_node_bl; in hme_refine()
8199 ps_tree_child = ps_tree_node->ps_child_node_bl; in hme_refine()
[all …]
Dihevce_me_pass.c634 ps_cu_tree->ps_child_node_bl, in ihevce_populate_me_ctb_data()
673 ps_cu_tree->ps_child_node_bl, in ihevce_populate_me_ctb_data()
Dihevce_enc_structs.h870 struct cur_ctb_cu_tree_t *ps_child_node_bl; member
Dihevce_enc_loop_structs.h3099 struct tu_tree_node_t *ps_child_node_bl; member