Home
last modified time | relevance | path

Searched refs:ps_tu (Results 1 – 9 of 9) 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
598 ps_tu = ps_proc->ps_tu; in ihevcd_iquant_itrans_recon_ctb()
657 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()
826 ps_proc->s_bs_ctxt.ps_tu = ps_proc->ps_tu; in ihevcd_process()
871 ps_proc->ps_tu += ps_proc->i4_ctb_tu_cnt; in ihevcd_process()
875 ps_proc->ps_tu = ps_proc->ps_pic_tu; in ihevcd_process()
901 ps_proc->ps_tu = ps_tu_cur; in ihevcd_process()
991 ps_proc->ps_tu += ps_proc->i4_ctb_tu_cnt; in ihevcd_process()
995 ps_proc->ps_tu = ps_proc->ps_pic_tu; in ihevcd_process()
1021 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.c1086 ps_codec->s_parse.ps_tu = ps_codec->s_parse.ps_pic_tu; in ihevcd_parse_pic_init()
/external/libhevc/encoder/
Dihevce_enc_loop_utils.c7061 tu_enc_loop_out_t *ps_tu; in ihevce_chroma_cu_prcs_rdopt() local
7131 ps_tu = &ps_best_cu_prms->as_tu_enc_loop[0]; in ihevce_chroma_cu_prcs_rdopt()
7206 ps_tu = &ps_best_cu_prms->as_tu_enc_loop[0]; in ihevce_chroma_cu_prcs_rdopt()
7244 ps_tu->s_tu.b1_cb_cbf = ps_tu->s_tu.b1_cr_cbf = 0; in ihevce_chroma_cu_prcs_rdopt()
7245 ps_tu->s_tu.b1_cb_cbf_subtu1 = ps_tu->s_tu.b1_cr_cbf_subtu1 = 0; in ihevce_chroma_cu_prcs_rdopt()
7246 ps_tu->ai4_cb_coeff_offset[0] = total_bytes_offset + init_bytes_offset; in ihevce_chroma_cu_prcs_rdopt()
7247 ps_tu->ai4_cr_coeff_offset[0] = total_bytes_offset + init_bytes_offset; in ihevce_chroma_cu_prcs_rdopt()
7248 ps_tu->ai4_cb_coeff_offset[1] = total_bytes_offset + init_bytes_offset; in ihevce_chroma_cu_prcs_rdopt()
7249 ps_tu->ai4_cr_coeff_offset[1] = total_bytes_offset + init_bytes_offset; in ihevce_chroma_cu_prcs_rdopt()
7257 if(1 == ps_tu->s_tu.b3_chroma_intra_mode_idx) in ihevce_chroma_cu_prcs_rdopt()
[all …]
Dihevce_memory_init.c2110 tu_enc_loop_out_t *ps_tu; in ihevce_mem_manager_init() local
2138 ps_tu = (tu_enc_loop_out_t *)ps_memtab->pv_base; in ihevce_mem_manager_init()
2173 ps_frmp_ent_bufs->ps_frm_tu_data = ps_tu; in ihevce_mem_manager_init()
2185 ps_tu += num_ctb_in_frm * num_tu_in_ctb; in ihevce_mem_manager_init()
/external/libhevc/common/
Dihevc_structs.h1691 tu_t *ps_tu; member