Searched refs:b3_size (Results 1 – 8 of 8) 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()727 WORD32 cb_size = 1 << (ps_tu->b3_size + 2); in ihevcd_iquant_itrans_recon_ctb()797 log2_y_trans_size_minus_2 = ps_tu->b3_size; in ihevcd_iquant_itrans_recon_ctb()851 if(ps_tu->b3_size == 0) in ihevcd_iquant_itrans_recon_ctb()854 log2_uv_trans_size_minus_2 = ps_tu->b3_size; in ihevcd_iquant_itrans_recon_ctb()859 log2_uv_trans_size_minus_2 = ps_tu->b3_size - 1; in ihevcd_iquant_itrans_recon_ctb()1011 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()
276 ps_tu->b3_size = (log2_trafo_size - 2); in ihevcd_parse_transform_tree()1024 ps_tu->b3_size = (log2_cb_size - 2); in ihevcd_parse_coding_unit_intra()1336 ps_tu->b3_size = (log2_cb_size - 2); in ihevcd_parse_coding_unit()1630 ps_tu->b3_size = (log2_cb_size - 2); in ihevcd_parse_coding_unit()2232 ps_tu->b3_size = 1; in ihevcd_set_ctb_skip()2956 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_parse_slice_data()
3759 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b3_size = tx_size - 3; in ihevce_intra_rdopt_cu_ntu()4747 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b3_size = tx_size - 3; in ihevce_inter_rdopt_cu_ntu()5066 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b3_size = tx_size - 3; in ihevce_inter_rdopt_cu_ntu()5774 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b3_size = tx_size - 3; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()7232 (!ps_best_cu_prms->as_tu_enc_loop[0].s_tu.b3_size && ps_best_cu_prms->u1_intra_flag) in ihevce_chroma_cu_prcs_rdopt()7409 trans_size = ps_tu->s_tu.b3_size; in ihevce_chroma_cu_prcs_rdopt()8279 trans_size = ps_tu->s_tu.b3_size; in ihevce_chroma_cu_prcs_rdopt()8847 trans_size = 1 << (ps_tu->b3_size + 2); in ihevce_final_rdopt_mode_prcs()10178 (ps_enc_loop_bestprms->as_tu_enc_loop[count].s_tu.b3_size >= 2)) in ihevce_set_eval_flags()10272 WORD32 parent_tu_size = 1 << (ps_tu_enc_loop[ctr].s_tu.b3_size + 2 + 1); in ihevce_shrink_inter_tu_tree()[all …]
334 u4_tu_size = 1 << ((ps_enc_tu->s_tu.b3_size) + 2); in ihevce_bs_compute_cu()
416 WORD32 tu_size = 4 << ps_enc_tu->s_tu.b3_size; in ihevce_encode_transform_tree()526 WORD32 trans_size = 1 << (ps_enc_tu[tu_cnt].s_tu.b3_size + 2); in ihevce_encode_transform_tree()626 WORD32 trans_size = 1 << (ps_enc_tu[tu_cnt].s_tu.b3_size + 2); in ihevce_encode_transform_tree()
2238 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b3_size = i4_log2_size - 3; in ihevce_tu_selector_debriefer()
1353 UWORD32 b3_size : 3; //To be changed. member