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.c350 ps_ctxt->as_cu_prms[0].i8_best_rdopt_cost = MAX_COST_64; in ihevce_cu_mode_decide()
351 ps_ctxt->as_cu_prms[1].i8_best_rdopt_cost = MAX_COST_64; in ihevce_cu_mode_decide()
762 ps_ctxt->as_cu_prms[0].s_recon_datastore.u1_is_lumaRecon_available = 0; in ihevce_cu_mode_decide()
763 ps_ctxt->as_cu_prms[1].s_recon_datastore.u1_is_lumaRecon_available = 0; in ihevce_cu_mode_decide()
764 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()
[all …]
Dihevce_enc_loop_utils.c2964 LWORD64 prev_best_rdopt_cost = ps_ctxt->as_cu_prms[!curr_buf_idx].i8_best_rdopt_cost; in ihevce_intra_rdopt_cu_ntu()
2973 ps_final_prms = &ps_ctxt->as_cu_prms[curr_buf_idx]; in ihevce_intra_rdopt_cu_ntu()
4035 ps_ctxt->as_cu_prms[curr_buf_idx].i8_curr_rdopt_cost = total_rdopt_cost; in ihevce_intra_rdopt_cu_ntu()
4208 LWORD64 prev_best_rdopt_cost = ps_ctxt->as_cu_prms[!curr_buf_idx].i8_best_rdopt_cost; in ihevce_inter_rdopt_cu_ntu()
4224 ps_final_prms = &ps_ctxt->as_cu_prms[curr_buf_idx]; in ihevce_inter_rdopt_cu_ntu()
4818 ps_ctxt->as_cu_prms[curr_buf_idx].i8_curr_rdopt_cost = total_rdopt_cost; in ihevce_inter_rdopt_cu_ntu()
5100 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()
5109 ps_final_prms = &ps_ctxt->as_cu_prms[curr_buf_idx]; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5476 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()
5768 ps_final_prms = &ps_ctxt->as_cu_prms[curr_buf_idx]; in ihevce_inter_rdopt_cu_mc_mvp()
[all …]
Dihevce_enc_loop_structs.h2229 enc_loop_cu_final_prms_t as_cu_prms[2]; member