Home
last modified time | relevance | path

Searched refs:b1_cb_cbf (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dihevce_cabac_tu.c532 if((ps_enc_tu[tu_cnt].s_tu.b1_cb_cbf) || (ps_enc_tu[tu_cnt].s_tu.b1_cb_cbf_subtu1)) in ihevce_encode_transform_tree()
534 ai4_cbf_cb[0] = ps_enc_tu[tu_cnt].s_tu.b1_cb_cbf; in ihevce_encode_transform_tree()
546 ai4_cbf_cb[0] = ps_enc_tu[tu_cnt].s_tu.b1_cb_cbf; in ihevce_encode_transform_tree()
549 (0 == ps_enc_tu[tu_cnt].s_tu.b1_cb_cbf) && in ihevce_encode_transform_tree()
558 ai4_cbf_cb[0] = (split_tr_flag && (log2_tr_size > 3)) ? 1 : ps_enc_tu->s_tu.b1_cb_cbf; in ihevce_encode_transform_tree()
Dihevce_enc_loop_utils.c3758 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cb_cbf = 0; in ihevce_intra_rdopt_cu_ntu()
4696 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cb_cbf = 0; in ihevce_inter_rdopt_cu_ntu()
5019 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cb_cbf = 0; in ihevce_inter_rdopt_cu_ntu()
5677 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cb_cbf = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
7244 ps_tu->s_tu.b1_cb_cbf = ps_tu->s_tu.b1_cr_cbf = 0; in ihevce_chroma_cu_prcs_rdopt()
7687 ps_tu->s_tu.b1_cb_cbf = cbf; in ihevce_chroma_cu_prcs_rdopt()
8223 ps_tu->s_tu.b1_cb_cbf = cbf; in ihevce_chroma_cu_prcs_rdopt()
9211 (i4_subtu_idx == 0) ? ps_tu->b1_cb_cbf : ps_tu->b1_cb_cbf_subtu1, in ihevce_final_rdopt_mode_prcs()
9241 ((1 == i4_subtu_idx) ? ps_tu->b1_cb_cbf_subtu1 : ps_tu->b1_cb_cbf); in ihevce_final_rdopt_mode_prcs()
9643 ps_tu->b1_cb_cbf = cb_cbf; in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_tu_tree_selector.c2228 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b1_cb_cbf = 0; in ihevce_tu_selector_debriefer()
2273 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b1_cb_cbf = in ihevce_tu_selector_debriefer()
/external/libhevc/decoder/
Dihevcd_parse_slice.c270 ps_tu->b1_cb_cbf = 0; in ihevcd_parse_transform_tree()
358 ps_tu->b1_cb_cbf = 1; in ihevcd_parse_transform_tree()
372 ps_tu->b1_cb_cbf = 1; in ihevcd_parse_transform_tree()
1018 ps_tu->b1_cb_cbf = 1; in ihevcd_parse_coding_unit_intra()
1330 ps_tu->b1_cb_cbf = 0; in ihevcd_parse_coding_unit()
1624 ps_tu->b1_cb_cbf = 0; in ihevcd_parse_coding_unit()
2252 ps_tu->b1_cb_cbf = 0; in ihevcd_set_ctb_skip()
Dihevcd_iquant_itrans_recon_ctb.c898 u1_cbf = ps_tu->b1_cb_cbf; in ihevcd_iquant_itrans_recon_ctb()
/external/libhevc/common/
Dihevc_structs.h1373 UWORD32 b1_cb_cbf : 1; member