Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c348 ps_ctxt->as_cu_prms[0].i8_best_rdopt_cost = MAX_COST_64; in ihevce_cu_mode_decide()
349 ps_ctxt->as_cu_prms[1].i8_best_rdopt_cost = MAX_COST_64; in ihevce_cu_mode_decide()
755 ps_ctxt->as_cu_prms[0].s_recon_datastore.u1_is_lumaRecon_available = 0; in ihevce_cu_mode_decide()
756 ps_ctxt->as_cu_prms[1].s_recon_datastore.u1_is_lumaRecon_available = 0; in ihevce_cu_mode_decide()
757 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()
[all …]
Dihevce_enc_loop_utils.c2912 LWORD64 prev_best_rdopt_cost = ps_ctxt->as_cu_prms[!curr_buf_idx].i8_best_rdopt_cost; in ihevce_intra_rdopt_cu_ntu()
2921 ps_final_prms = &ps_ctxt->as_cu_prms[curr_buf_idx]; in ihevce_intra_rdopt_cu_ntu()
4027 ps_ctxt->as_cu_prms[curr_buf_idx].i8_curr_rdopt_cost = total_rdopt_cost; in ihevce_intra_rdopt_cu_ntu()
4200 LWORD64 prev_best_rdopt_cost = ps_ctxt->as_cu_prms[!curr_buf_idx].i8_best_rdopt_cost; in ihevce_inter_rdopt_cu_ntu()
4216 ps_final_prms = &ps_ctxt->as_cu_prms[curr_buf_idx]; in ihevce_inter_rdopt_cu_ntu()
4860 ps_ctxt->as_cu_prms[curr_buf_idx].i8_curr_rdopt_cost = total_rdopt_cost; in ihevce_inter_rdopt_cu_ntu()
5142 LWORD64 prev_best_rdopt_cost = ps_ctxt->as_cu_prms[!curr_buf_idx].i8_best_rdopt_cost; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5151 ps_final_prms = &ps_ctxt->as_cu_prms[curr_buf_idx]; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5568 ps_ctxt->as_cu_prms[curr_buf_idx].i8_curr_rdopt_cost = total_rdopt_cost; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5860 ps_final_prms = &ps_ctxt->as_cu_prms[curr_buf_idx]; in ihevce_inter_rdopt_cu_mc_mvp()
[all …]
Dihevce_enc_loop_structs.h2228 enc_loop_cu_final_prms_t as_cu_prms[2]; member