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.c843 ps_tu->b1_transquant_bypass, &zero_cols, in ihevcd_iquant_itrans_recon_ctb()
925 ps_tu->b1_transquant_bypass, &zero_cols, in ihevcd_iquant_itrans_recon_ctb()
937 ps_tu->b1_transquant_bypass, &zero_cols_v, in ihevcd_iquant_itrans_recon_ctb()
1068 if(ps_tu->b1_transquant_bypass || transform_skip_flag) in ihevcd_iquant_itrans_recon_ctb()
1105 if(ps_tu->b1_transquant_bypass || transform_skip_flag_v) in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_parse_slice.c275 ps_tu->b1_transquant_bypass = ps_codec->s_parse.s_cu.i4_cu_transquant_bypass; in ihevcd_parse_transform_tree()
1023 ps_tu->b1_transquant_bypass = 1; in ihevcd_parse_coding_unit_intra()
1335 ps_tu->b1_transquant_bypass = 0; in ihevcd_parse_coding_unit()
1629 ps_tu->b1_transquant_bypass = 0; in ihevcd_parse_coding_unit()
2231 ps_tu->b1_transquant_bypass = 0; in ihevcd_set_ctb_skip()
/external/libhevc/common/
Dihevc_structs.h1365 UWORD32 b1_transquant_bypass : 1; member