Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c535 cu_analyse_t *ps_cu_out, in ihevce_populate_cu_struct() argument
586 ps_cu_out->u1_num_inter_cands = 0; in ihevce_populate_cu_struct()
659 ps_cu_candt = ps_cu_out->as_cu_inter_cand; in ihevce_populate_cu_struct()
664 ps_cu_out->u1_best_is_intra = 1; in ihevce_populate_cu_struct()
668 ps_cu_out->u1_best_is_intra = 0; in ihevce_populate_cu_struct()
702 ps_cu_out->ai4_mv_cost[ps_cu_out->u1_num_inter_cands][0] = in ihevce_populate_cu_struct()
706 ps_cu_out->ai4_err_metric[ps_cu_out->u1_num_inter_cands][0] = in ihevce_populate_cu_struct()
713 ps_cu_out->ai4_mv_cost[ps_cu_out->u1_num_inter_cands][1] = in ihevce_populate_cu_struct()
716 ps_cu_out->ai4_err_metric[ps_cu_out->u1_num_inter_cands][1] = in ihevce_populate_cu_struct()
724 ps_cu_out->u1_num_inter_cands++; in ihevce_populate_cu_struct()
[all …]
Dihevce_enc_loop_pass.h128 cu_enc_loop_out_t *ps_cu_out,
Dihevce_enc_loop_pass.c3103 cu_enc_loop_out_t *ps_cu_out, in ihevce_enc_loop_process() argument
3353 ps_row_cu = ps_cu_out + (vert_ctr * ps_frm_ctb_prms->i4_max_cus_in_row); in ihevce_enc_loop_process()