Home
last modified time | relevance | path

Searched refs:pu1_final_out (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dhme_subpel.c164 ps_prms->pu1_final_out = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_avg()
165 ps_prms->pu1_final_out += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_avg()
166 ps_prms->pu1_final_out += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride); in hme_qpel_interp_avg()
190 ps_prms->pu1_final_out = pu1_dst; in hme_qpel_interp_avg()
760 if(ps_interp_prms->pu1_final_out != s_interp_prms.apu1_interp_out[0]) in hme_compute_pred_and_evaluate_bi()
763 as_pred_buf_data[0][j].pu1_pred = ps_interp_prms->pu1_final_out; in hme_compute_pred_and_evaluate_bi()
867 if(ps_interp_prms->pu1_final_out != s_interp_prms.apu1_interp_out[0]) in hme_compute_pred_and_evaluate_bi()
870 as_pred_buf_data[0][j].pu1_pred = ps_interp_prms->pu1_final_out; in hme_compute_pred_and_evaluate_bi()
895 if(ps_interp_prms->pu1_final_out != s_interp_prms.apu1_interp_out[0]) in hme_compute_pred_and_evaluate_bi()
898 as_pred_buf_data[1][j].pu1_pred = ps_interp_prms->pu1_final_out; in hme_compute_pred_and_evaluate_bi()
[all …]
Dhme_interface.h260 U08 *pu1_final_out; member
Dhme_refine.c887 s_err_prms.pu1_ref = s_interp_prms.pu1_final_out; in hme_pick_eval_merge_candts()
/external/libhevc/encoder/arm/
Dihevce_subpel_neon.c273 ps_prms->pu1_final_out = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_avg_neon()
274 ps_prms->pu1_final_out += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_avg_neon()
275 ps_prms->pu1_final_out += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride); in hme_qpel_interp_avg_neon()
300 ps_prms->pu1_final_out = pu1_dst; in hme_qpel_interp_avg_neon()