Home
last modified time | relevance | path

Searched refs:i8_frame_acc_satd_cost (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Drc_look_ahead_params.h139 LWORD64 i8_frame_acc_satd_cost; member
Dihevce_recur_bracketing.c708 LWORD64 i8_frame_acc_satd_cost = 0, i8_frame_acc_satd_by_modqp_q10 = 0; in ihevce_bracketing_analysis() local
1429 i8_frame_acc_satd_cost += parent_cost; in ihevce_bracketing_analysis()
1503 i8_frame_acc_satd_cost += child_cost_least; in ihevce_bracketing_analysis()
1630 i8_frame_acc_satd_cost += 0; //parent_cost; //incorrect accumulation in ihevce_bracketing_analysis()
1962 i8_frame_acc_satd_cost += parent_cost; in ihevce_bracketing_analysis()
2045 i8_frame_acc_satd_cost += child_cost_least; in ihevce_bracketing_analysis()
2365 i8_frame_acc_satd_cost += parent_cost; in ihevce_bracketing_analysis()
2422 i8_frame_acc_satd_cost += child_cost_least; in ihevce_bracketing_analysis()
2605 i8_frame_acc_satd_cost = cost; in ihevce_bracketing_analysis()
2729 (i8_frame_acc_satd_cost << (SATD_BY_ACT_Q_FAC + QSCALE_Q_FAC_3)) / in ihevce_bracketing_analysis()
[all …]
Dihevce_ipe_pass.c579 LWORD64 i8_frame_acc_satd_cost = 0; in ihevce_ipe_get_frame_intra_satd_cost() local
592 i8_frame_acc_satd_cost += ps_ctxt->i8_frame_acc_satd_cost; in ihevce_ipe_get_frame_intra_satd_cost()
608 return (i8_frame_acc_satd_cost); in ihevce_ipe_get_frame_intra_satd_cost()
1071 ps_ctxt->i8_frame_acc_satd_cost = 0; in ihevce_ipe_process()
Dihevce_ipe_structs.h387 LWORD64 i8_frame_acc_satd_cost; member
Dihevce_enc_structs.h1623 LWORD64 i8_frame_acc_satd_cost; member
Dihevce_frame_process.c3669 ps_curr_inp_from_me->i8_frame_acc_satd_cost, in ihevce_enc_frm_proc_slave_thrd()
6549 ps_curr_out->i8_frame_acc_satd_cost = ihevce_ipe_get_frame_intra_satd_cost( in ihevce_pre_enc_process_frame_thrd()