Home
last modified time | relevance | path

Searched refs:ps_tu (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c341 tu_t *ps_tu, in ihevcd_get_intra_nbr_flag() argument
363 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() local
597 ps_tu = ps_proc->ps_tu; in ihevcd_iquant_itrans_recon_ctb()
656 for(tu_cnt = 0; tu_cnt < ps_proc->i4_ctb_tu_cnt; tu_cnt++, ps_tu++) in ihevcd_iquant_itrans_recon_ctb()
[all …]
Dihevcd_parse_slice.c244 tu_t *ps_tu = ps_codec->s_parse.ps_tu; in ihevcd_parse_transform_tree() local
270 ps_tu->b1_cb_cbf = 0; in ihevcd_parse_transform_tree()
271 ps_tu->b1_cr_cbf = 0; in ihevcd_parse_transform_tree()
272 ps_tu->b1_y_cbf = 0; in ihevcd_parse_transform_tree()
273 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_transform_tree()
274 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2); in ihevcd_parse_transform_tree()
275 ps_tu->b1_transquant_bypass = ps_codec->s_parse.s_cu.i4_cu_transquant_bypass; in ihevcd_parse_transform_tree()
276 ps_tu->b3_size = (log2_trafo_size - 2); in ihevcd_parse_transform_tree()
277 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_transform_tree()
279 ps_tu->b6_luma_intra_mode = intra_pred_mode; in ihevcd_parse_transform_tree()
[all …]
Dihevcd_boundary_strength.c213 tu_t *ps_tu; in ihevcd_ctb_boundary_strength_islice() local
287 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()
465 tu_t *ps_tu; in ihevcd_ctb_boundary_strength_pbslice() local
505 ps_tu = ps_bs_ctxt->ps_tu; in ihevcd_ctb_boundary_strength_pbslice()
[all …]
Dihevcd_process_slice.c558 ps_tu_nxt = ps_proc->ps_tu; in ihevcd_process()
565 ps_proc->ps_tu = ps_tu_nxt; in ihevcd_process()
572 ps_tu_cur = ps_proc->ps_tu; in ihevcd_process()
807 ps_proc->s_bs_ctxt.ps_tu = ps_proc->ps_tu; in ihevcd_process()
852 ps_proc->ps_tu += ps_proc->i4_ctb_tu_cnt; in ihevcd_process()
856 ps_proc->ps_tu = ps_proc->ps_pic_tu; in ihevcd_process()
882 ps_proc->ps_tu = ps_tu_cur; in ihevcd_process()
972 ps_proc->ps_tu += ps_proc->i4_ctb_tu_cnt; in ihevcd_process()
976 ps_proc->ps_tu = ps_proc->ps_pic_tu; in ihevcd_process()
1002 ps_tu_nxt = ps_proc->ps_tu; in ihevcd_process()
[all …]
Dihevcd_structs.h409 tu_t *ps_tu; member
891 tu_t *ps_tu; member
1271 tu_t *ps_tu; member
Dihevcd_utils.c1083 ps_codec->s_parse.ps_tu = ps_codec->s_parse.ps_pic_tu; in ihevcd_parse_pic_init()
/external/libhevc/common/
Dihevc_structs.h1660 tu_t *ps_tu; member