Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c4450 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_inter_rdopt_cu_ntu()
5014 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_inter_rdopt_cu_ntu()
5322 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5330 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 1; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5722 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
6638 aps_recon_datastore[0]->au1_is_chromaRecon_available[1 + (num_tus_in_cu > 1)] = 1; in ihevce_intra_chroma_pred_mode_selector()
6639 aps_recon_datastore[1]->au1_is_chromaRecon_available[1 + (num_tus_in_cu > 1)] = 1; in ihevce_intra_chroma_pred_mode_selector()
6643 aps_recon_datastore[0]->au1_is_chromaRecon_available[1 + (num_tus_in_cu > 1)] = 0; in ihevce_intra_chroma_pred_mode_selector()
6644 aps_recon_datastore[1]->au1_is_chromaRecon_available[1 + (num_tus_in_cu > 1)] = 0; in ihevce_intra_chroma_pred_mode_selector()
7558 ps_recon_datastore->au1_is_chromaRecon_available[0] = in ihevce_chroma_cu_prcs_rdopt()
[all …]
Dihevce_enc_loop_pass.c757 ps_ctxt->as_cu_prms[0].s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_cu_mode_decide()
758 ps_ctxt->as_cu_prms[1].s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_cu_mode_decide()
759 ps_ctxt->as_cu_prms[0].s_recon_datastore.au1_is_chromaRecon_available[1] = 0; in ihevce_cu_mode_decide()
760 ps_ctxt->as_cu_prms[1].s_recon_datastore.au1_is_chromaRecon_available[1] = 0; in ihevce_cu_mode_decide()
761 ps_ctxt->as_cu_prms[0].s_recon_datastore.au1_is_chromaRecon_available[2] = 0; in ihevce_cu_mode_decide()
762 ps_ctxt->as_cu_prms[1].s_recon_datastore.au1_is_chromaRecon_available[2] = 0; in ihevce_cu_mode_decide()
Dihevce_enc_loop_structs.h490 UWORD8 au1_is_chromaRecon_available[3]; member