Home
last modified time | relevance | path

Searched refs:b1_transquant_bypass (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c841 ps_tu->b1_transquant_bypass, &zero_cols, in ihevcd_iquant_itrans_recon_ctb()
918 ps_tu->b1_transquant_bypass, &zero_cols, in ihevcd_iquant_itrans_recon_ctb()
930 ps_tu->b1_transquant_bypass, &zero_cols_v, in ihevcd_iquant_itrans_recon_ctb()
1058 if(ps_tu->b1_transquant_bypass || transform_skip_flag) in ihevcd_iquant_itrans_recon_ctb()
1095 if(ps_tu->b1_transquant_bypass || transform_skip_flag_v) in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_parse_slice.c268 ps_tu->b1_transquant_bypass = ps_codec->s_parse.s_cu.i4_cu_transquant_bypass; in ihevcd_parse_transform_tree()
1010 ps_tu->b1_transquant_bypass = 1; in ihevcd_parse_coding_unit_intra()
1322 ps_tu->b1_transquant_bypass = 0; in ihevcd_parse_coding_unit()
1615 ps_tu->b1_transquant_bypass = 0; in ihevcd_parse_coding_unit()
2592 ps_tu->b1_transquant_bypass = 0; in ihevcd_parse_slice_data()
/external/libhevc/common/
Dihevc_structs.h494 UWORD32 b1_transquant_bypass : 1; member