Searched refs:ps_tu (Results 1 – 7 of 7) sorted by relevance
341 tu_t *ps_tu, in ihevcd_get_intra_nbr_flag() argument363 cur_x = ps_tu->b4_pos_x; in ihevcd_get_intra_nbr_flag()364 cur_y = ps_tu->b4_pos_y; in ihevcd_get_intra_nbr_flag()496 - (ps_tu->b4_pos_x * MIN_TU_SIZE) in ihevcd_get_intra_nbr_flag()497 - (1 << (ps_tu->b3_size + 2)); in ihevcd_get_intra_nbr_flag()504 - (ps_tu->b4_pos_y * MIN_TU_SIZE) in ihevcd_get_intra_nbr_flag()505 - (1 << (ps_tu->b3_size + 2)); in ihevcd_get_intra_nbr_flag()538 tu_t *ps_tu; in ihevcd_iquant_itrans_recon_ctb() local595 ps_tu = ps_proc->ps_tu; in ihevcd_iquant_itrans_recon_ctb()654 for(tu_cnt = 0; tu_cnt < ps_proc->i4_ctb_tu_cnt; tu_cnt++, ps_tu++) in ihevcd_iquant_itrans_recon_ctb()[all …]
237 tu_t *ps_tu = ps_codec->s_parse.ps_tu; in ihevcd_parse_transform_tree() local263 ps_tu->b1_cb_cbf = 0; in ihevcd_parse_transform_tree()264 ps_tu->b1_cr_cbf = 0; in ihevcd_parse_transform_tree()265 ps_tu->b1_y_cbf = 0; in ihevcd_parse_transform_tree()266 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_transform_tree()267 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2); in ihevcd_parse_transform_tree()268 ps_tu->b1_transquant_bypass = ps_codec->s_parse.s_cu.i4_cu_transquant_bypass; in ihevcd_parse_transform_tree()269 ps_tu->b3_size = (log2_trafo_size - 2); in ihevcd_parse_transform_tree()270 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_transform_tree()272 ps_tu->b6_luma_intra_mode = intra_pred_mode; in ihevcd_parse_transform_tree()[all …]
213 tu_t *ps_tu; in ihevcd_ctb_boundary_strength_islice() local287 ps_tu = ps_bs_ctxt->ps_tu; in ihevcd_ctb_boundary_strength_islice()291 pu1_qp[0] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_islice()301 ps_tu = ps_bs_ctxt->ps_tu + i; in ihevcd_ctb_boundary_strength_islice()304 start_pos_x = ps_tu->b4_pos_x; in ihevcd_ctb_boundary_strength_islice()305 start_pos_y = ps_tu->b4_pos_y; in ihevcd_ctb_boundary_strength_islice()307 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_ctb_boundary_strength_islice()349 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_islice()463 tu_t *ps_tu; in ihevcd_ctb_boundary_strength_pbslice() local503 ps_tu = ps_bs_ctxt->ps_tu; in ihevcd_ctb_boundary_strength_pbslice()[all …]
556 ps_tu_nxt = ps_proc->ps_tu; in ihevcd_process()563 ps_proc->ps_tu = ps_tu_nxt; in ihevcd_process()570 ps_tu_cur = ps_proc->ps_tu; in ihevcd_process()804 ps_proc->s_bs_ctxt.ps_tu = ps_proc->ps_tu; in ihevcd_process()848 ps_proc->ps_tu += ps_proc->i4_ctb_tu_cnt; in ihevcd_process()852 ps_proc->ps_tu = ps_proc->ps_pic_tu; in ihevcd_process()878 ps_proc->ps_tu = ps_tu_cur; in ihevcd_process()968 ps_proc->ps_tu += ps_proc->i4_ctb_tu_cnt; in ihevcd_process()972 ps_proc->ps_tu = ps_proc->ps_pic_tu; in ihevcd_process()998 ps_tu_nxt = ps_proc->ps_tu; in ihevcd_process()[all …]
409 tu_t *ps_tu; member891 tu_t *ps_tu; member1268 tu_t *ps_tu; member
972 ps_codec->s_parse.ps_tu = ps_codec->s_parse.ps_pic_tu; in ihevcd_parse_pic_init()
790 tu_t *ps_tu; member