Searched refs:ps_leaf (Results 1 – 1 of 1) sorted by relevance
515 ihevce_tu_node_parent_finder(tu_tree_node_t *ps_root, tu_tree_node_t *ps_leaf) in ihevce_tu_node_parent_finder() argument519 GETRANGE(u1_depth_of_leaf, ps_root->s_luma_data.u1_size / ps_leaf->s_luma_data.u1_size); in ihevce_tu_node_parent_finder()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()545 return ihevce_tu_node_parent_finder(ps_root->ps_child_node_tl, ps_leaf); in ihevce_tu_node_parent_finder()549 return ihevce_tu_node_parent_finder(ps_root->ps_child_node_tr, ps_leaf); 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()557 return ihevce_tu_node_parent_finder(ps_root->ps_child_node_br, ps_leaf); in ihevce_tu_node_parent_finder()589 tu_tree_node_t *ps_leaf, in ihevce_compute_bits_for_TUSplit_and_cbf() argument604 UWORD8 u1_tu_size = ps_leaf->s_luma_data.u1_size; in ihevce_compute_bits_for_TUSplit_and_cbf()[all …]