Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c1023 if(1 == ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_satd) in ihevce_cu_mode_decide()
4676 ps_ctxt->s_chroma_rdopt_ctxt.as_chr_intra_satd_ctxt[i].pv_pred_data = pu1_base; in ihevce_enc_loop_init()
5347 ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_rdopt = ENABLE_CHROMA_RDOPT_EVAL_IN_PQ; in ihevce_enc_loop_init()
5348 ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_satd = in ihevce_enc_loop_init()
5360 ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_rdopt = ENABLE_CHROMA_RDOPT_EVAL_IN_HQ; in ihevce_enc_loop_init()
5361 ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_satd = in ihevce_enc_loop_init()
5373 ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_rdopt = ENABLE_CHROMA_RDOPT_EVAL_IN_MS; in ihevce_enc_loop_init()
5374 ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_satd = in ihevce_enc_loop_init()
5385 ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_rdopt = ENABLE_CHROMA_RDOPT_EVAL_IN_HS; in ihevce_enc_loop_init()
5386 ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_satd = in ihevce_enc_loop_init()
[all …]
Dihevce_enc_loop_utils.c4029 if(1 == ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_rdopt) in ihevce_intra_rdopt_cu_ntu()
4812 if(1 == ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_rdopt) in ihevce_inter_rdopt_cu_ntu()
5469 if(ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_rdopt && in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
6394 ps_chr_intra_satd_ctxt = &ps_ctxt->s_chroma_rdopt_ctxt.as_chr_intra_satd_ctxt[tu_mode]; in ihevce_intra_chroma_pred_mode_selector()
6412 ps_chr_intra_satd_ctxt = &ps_ctxt->s_chroma_rdopt_ctxt.as_chr_intra_satd_ctxt[tu_mode]; in ihevce_intra_chroma_pred_mode_selector()
7228 if(!ps_best_cu_prms->u1_intra_flag || !ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_satd || in ihevce_chroma_cu_prcs_rdopt()
7229 (ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_satd && in ihevce_chroma_cu_prcs_rdopt()
7231 ps_ctxt->s_chroma_rdopt_ctxt.as_chr_intra_satd_ctxt[func_proc_mode].u1_best_cr_mode))) in ihevce_chroma_cu_prcs_rdopt()
8040 (1 == ps_ctxt->s_chroma_rdopt_ctxt.u1_eval_chrm_satd)) in ihevce_chroma_cu_prcs_rdopt()
8047 if(ps_ctxt->s_chroma_rdopt_ctxt.as_chr_intra_satd_ctxt[func_proc_mode] in ihevce_chroma_cu_prcs_rdopt()
[all …]
Dihevce_enc_loop_structs.h2365 ihevce_chroma_rdopt_ctxt_t s_chroma_rdopt_ctxt; member