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.c4408 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_inter_rdopt_cu_ntu()
4972 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_inter_rdopt_cu_ntu()
5230 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5238 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 1; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5630 ps_final_prms->s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
6496 aps_recon_datastore[0]->au1_is_chromaRecon_available[1 + (num_tus_in_cu > 1)] = 1; in ihevce_intra_chroma_pred_mode_selector()
6497 aps_recon_datastore[1]->au1_is_chromaRecon_available[1 + (num_tus_in_cu > 1)] = 1; in ihevce_intra_chroma_pred_mode_selector()
6501 aps_recon_datastore[0]->au1_is_chromaRecon_available[1 + (num_tus_in_cu > 1)] = 0; in ihevce_intra_chroma_pred_mode_selector()
6502 aps_recon_datastore[1]->au1_is_chromaRecon_available[1 + (num_tus_in_cu > 1)] = 0; in ihevce_intra_chroma_pred_mode_selector()
7416 ps_recon_datastore->au1_is_chromaRecon_available[0] = in ihevce_chroma_cu_prcs_rdopt()
[all …]
Dihevce_enc_loop_pass.c764 ps_ctxt->as_cu_prms[0].s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_cu_mode_decide()
765 ps_ctxt->as_cu_prms[1].s_recon_datastore.au1_is_chromaRecon_available[0] = 0; in ihevce_cu_mode_decide()
766 ps_ctxt->as_cu_prms[0].s_recon_datastore.au1_is_chromaRecon_available[1] = 0; in ihevce_cu_mode_decide()
767 ps_ctxt->as_cu_prms[1].s_recon_datastore.au1_is_chromaRecon_available[1] = 0; in ihevce_cu_mode_decide()
768 ps_ctxt->as_cu_prms[0].s_recon_datastore.au1_is_chromaRecon_available[2] = 0; in ihevce_cu_mode_decide()
769 ps_ctxt->as_cu_prms[1].s_recon_datastore.au1_is_chromaRecon_available[2] = 0; in ihevce_cu_mode_decide()
Dihevce_enc_loop_structs.h491 UWORD8 au1_is_chromaRecon_available[3]; member