Searched refs:b3_size (Results 1 – 4 of 4) sorted by relevance
497 - (1 << (ps_tu->b3_size + 2)); in ihevcd_get_intra_nbr_flag()505 - (1 << (ps_tu->b3_size + 2)); in ihevcd_get_intra_nbr_flag()725 WORD32 cb_size = 1 << (ps_tu->b3_size + 2); in ihevcd_iquant_itrans_recon_ctb()795 log2_y_trans_size_minus_2 = ps_tu->b3_size; in ihevcd_iquant_itrans_recon_ctb()849 if(ps_tu->b3_size == 0) in ihevcd_iquant_itrans_recon_ctb()852 log2_uv_trans_size_minus_2 = ps_tu->b3_size; in ihevcd_iquant_itrans_recon_ctb()857 log2_uv_trans_size_minus_2 = ps_tu->b3_size - 1; in ihevcd_iquant_itrans_recon_ctb()1001 if(ps_tu->b3_size == 0) in ihevcd_iquant_itrans_recon_ctb()
307 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_ctb_boundary_strength_islice()575 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_ctb_boundary_strength_pbslice()
269 ps_tu->b3_size = (log2_trafo_size - 2); in ihevcd_parse_transform_tree()1011 ps_tu->b3_size = (log2_cb_size - 2); in ihevcd_parse_coding_unit_intra()1323 ps_tu->b3_size = (log2_cb_size - 2); in ihevcd_parse_coding_unit()1616 ps_tu->b3_size = (log2_cb_size - 2); in ihevcd_parse_coding_unit()2593 ps_tu->b3_size = (ps_sps->i1_log2_ctb_size - 2); in ihevcd_parse_slice_data()2812 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_parse_slice_data()
1328 UWORD32 b3_size : 3; //To be changed. member