Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_tu.c632 if((ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf) || (ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf_subtu1)) in ihevce_encode_transform_tree()
635 ai4_cbf_cr[1] = ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf_subtu1; in ihevce_encode_transform_tree()
647 ai4_cbf_cr[1] = ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf_subtu1; in ihevce_encode_transform_tree()
650 (0 == ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf_subtu1)); in ihevce_encode_transform_tree()
660 (split_tr_flag && (log2_tr_size > 3)) ? 1 : ps_enc_tu->s_tu.b1_cr_cbf_subtu1; in ihevce_encode_transform_tree()
Dihevce_enc_loop_utils.c3761 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cr_cbf_subtu1 = 0; in ihevce_intra_rdopt_cu_ntu()
4699 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cr_cbf_subtu1 = 0; in ihevce_inter_rdopt_cu_ntu()
5021 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cr_cbf_subtu1 = 0; in ihevce_inter_rdopt_cu_ntu()
5679 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cr_cbf_subtu1 = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
7245 ps_tu->s_tu.b1_cb_cbf_subtu1 = ps_tu->s_tu.b1_cr_cbf_subtu1 = 0; in ihevce_chroma_cu_prcs_rdopt()
7957 ps_tu->s_tu.b1_cr_cbf_subtu1 = cbf; in ihevce_chroma_cu_prcs_rdopt()
8268 ps_tu->s_tu.b1_cr_cbf_subtu1 = cbf; in ihevce_chroma_cu_prcs_rdopt()
9305 (i4_subtu_idx == 0) ? ps_tu->b1_cr_cbf : ps_tu->b1_cr_cbf_subtu1, in ihevce_final_rdopt_mode_prcs()
9335 ((1 == i4_subtu_idx) ? ps_tu->b1_cr_cbf_subtu1 : ps_tu->b1_cr_cbf); in ihevce_final_rdopt_mode_prcs()
9649 ps_tu->b1_cr_cbf_subtu1 = cr_cbf; in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_tu_tree_selector.c2231 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b1_cr_cbf_subtu1 = 0; in ihevce_tu_selector_debriefer()
2313 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b1_cr_cbf_subtu1 = in ihevce_tu_selector_debriefer()
/external/libhevc/common/
Dihevc_structs.h1385 UWORD32 b1_cr_cbf_subtu1 : 1; member