Home
last modified time | relevance | path

Searched refs:b3_size (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c497 - (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()
1008 if(ps_tu->b3_size == 0) in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_boundary_strength.c307 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()
Dihevcd_parse_slice.c276 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()
2669 ps_tu->b3_size = (ps_sps->i1_log2_ctb_size - 2); in ihevcd_parse_slice_data()
2718 ps_tu->b3_size = (ps_sps->i1_log2_ctb_size - 2); in ihevcd_parse_slice_data()
2935 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_parse_slice_data()
/external/libhevc/common/
Dihevc_structs.h1328 UWORD32 b3_size : 3; //To be changed. member