Home
last modified time | relevance | path

Searched refs:ps_parent (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dihevce_recur_bracketing.c527 WORD32 trans_size = ps_cu_node->ps_parent->u1_cu_size >> 1; in ihevce_pu_calc_8x8_blk()
539 WORD32 cu_pos_x = ps_cu_node->ps_parent->u2_x0 << 1; in ihevce_pu_calc_8x8_blk()
540 WORD32 cu_pos_y = ps_cu_node->ps_parent->u2_y0 << 1; in ihevce_pu_calc_8x8_blk()
547 ((ps_cu_node->ps_parent->u2_y0 << 3) * src_strd) + in ihevce_pu_calc_8x8_blk()
548 (ps_cu_node->ps_parent->u2_x0 << 3); in ihevce_pu_calc_8x8_blk()
565 xA = ((ps_cu_node->ps_parent->u2_x0 << 3) >> 2) + j; in ihevce_pu_calc_8x8_blk()
566 yA = ((ps_cu_node->ps_parent->u2_y0 << 3) >> 2) + 1 + i; in ihevce_pu_calc_8x8_blk()
577 ps_cu_node->ps_parent->u2_y0, in ihevce_pu_calc_8x8_blk()
616 xA = ((ps_cu_node->ps_parent->u2_x0 << 3) >> 2) + 1 + j; in ihevce_pu_calc_8x8_blk()
617 yA = ((ps_cu_node->ps_parent->u2_y0 << 3) >> 2) + 1 + i; in ihevce_pu_calc_8x8_blk()
[all …]
Dihevce_tu_tree_selector.c627 tu_tree_node_t *ps_parent = ihevce_tu_node_parent_finder(ps_root, ps_leaf); in ihevce_compute_bits_for_TUSplit_and_cbf() local
631 if(!u1_cur_depth || ps_parent->as_cb_data[0].u1_cbf || ps_parent->as_cb_data[1].u1_cbf) in ihevce_compute_bits_for_TUSplit_and_cbf()
648 if(!u1_cur_depth || ps_parent->as_cr_data[0].u1_cbf || ps_parent->as_cr_data[1].u1_cbf) in ihevce_compute_bits_for_TUSplit_and_cbf()
685 tu_tree_node_t *ps_parent = ihevce_tu_node_parent_finder(ps_root, ps_leaf); in ihevce_compute_bits_for_TUSplit_and_cbf() local
689 if(!u1_cur_depth || ps_parent->as_cb_data[0].u1_cbf || ps_parent->as_cb_data[1].u1_cbf) in ihevce_compute_bits_for_TUSplit_and_cbf()
708 if(!u1_cur_depth || ps_parent->as_cr_data[0].u1_cbf || ps_parent->as_cr_data[1].u1_cbf) in ihevce_compute_bits_for_TUSplit_and_cbf()
Dihevce_ipe_structs.h233 ihevce_ipe_cu_tree_t *ps_parent; member
Dhme_utils.c536 void hme_set_ctb_pred_attr(ctb_node_t *ps_parent, U08 *pu1_pred0, U08 *pu1_pred1, S32 i4_stride) in hme_set_ctb_pred_attr() argument
538 ps_parent->apu1_pred[0] = pu1_pred0; in hme_set_ctb_pred_attr()
539 ps_parent->apu1_pred[1] = pu1_pred1; in hme_set_ctb_pred_attr()
540 ps_parent->i4_pred_stride = i4_stride; in hme_set_ctb_pred_attr()
541 if(ps_parent->ps_tl != NULL) in hme_set_ctb_pred_attr()
543 S32 blk_wd = (S32)ps_parent->ps_tr->u1_x_off; in hme_set_ctb_pred_attr()
544 blk_wd -= (S32)ps_parent->u1_x_off; in hme_set_ctb_pred_attr()
546 hme_set_ctb_pred_attr(ps_parent->ps_tl, pu1_pred0, pu1_pred1, i4_stride >> 1); in hme_set_ctb_pred_attr()
549 ps_parent->ps_tr, pu1_pred0 + blk_wd, pu1_pred1 + blk_wd, i4_stride >> 1); in hme_set_ctb_pred_attr()
552 ps_parent->ps_bl, in hme_set_ctb_pred_attr()
[all …]
Dihevce_ipe_pass.c820 ps_ctb_node->ps_parent = NULL; in ihevce_ipe_process_row()