Home
last modified time | relevance | path

Searched refs:b1_cr_cbf (Results 1 – 6 of 6) 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()
634 ai4_cbf_cr[0] = ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf; in ihevce_encode_transform_tree()
646 ai4_cbf_cr[0] = ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf; in ihevce_encode_transform_tree()
649 (0 == ps_enc_tu[tu_cnt].s_tu.b1_cr_cbf) && in ihevce_encode_transform_tree()
658 ai4_cbf_cr[0] = (split_tr_flag && (log2_tr_size > 3)) ? 1 : ps_enc_tu->s_tu.b1_cr_cbf; in ihevce_encode_transform_tree()
Dihevce_enc_loop_utils.c3759 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cr_cbf = 0; in ihevce_intra_rdopt_cu_ntu()
4697 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cr_cbf = 0; in ihevce_inter_rdopt_cu_ntu()
5018 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cr_cbf = 0; in ihevce_inter_rdopt_cu_ntu()
5676 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_cr_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()
7953 ps_tu->s_tu.b1_cr_cbf = cbf; in ihevce_chroma_cu_prcs_rdopt()
8264 ps_tu->s_tu.b1_cr_cbf = 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()
9644 ps_tu->b1_cr_cbf = cr_cbf; in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_tu_tree_selector.c2229 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b1_cr_cbf = 0; in ihevce_tu_selector_debriefer()
2308 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b1_cr_cbf = in ihevce_tu_selector_debriefer()
/external/libhevc/decoder/
Dihevcd_parse_slice.c271 ps_tu->b1_cr_cbf = 0; in ihevcd_parse_transform_tree()
364 ps_tu->b1_cr_cbf = 1; in ihevcd_parse_transform_tree()
378 ps_tu->b1_cr_cbf = 1; in ihevcd_parse_transform_tree()
1019 ps_tu->b1_cr_cbf = 1; in ihevcd_parse_coding_unit_intra()
1331 ps_tu->b1_cr_cbf = 0; in ihevcd_parse_coding_unit()
1625 ps_tu->b1_cr_cbf = 0; in ihevcd_parse_coding_unit()
2227 ps_tu->b1_cr_cbf = 0; in ihevcd_set_ctb_skip()
Dihevcd_iquant_itrans_recon_ctb.c909 u1_cbf_v = ps_tu->b1_cr_cbf; in ihevcd_iquant_itrans_recon_ctb()
/external/libhevc/common/
Dihevc_structs.h1382 UWORD32 b1_cr_cbf : 1; member