Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_subpel.c584 interp_prms_t *ps_interp_prms = &s_interp_prms; in hme_compute_pred_and_evaluate_bi() local
601 ps_interp_prms->i4_ref_stride = ref_stride; in hme_compute_pred_and_evaluate_bi()
726 ps_interp_prms->i4_blk_wd = wd = gau1_blk_size_to_wd[e_blk_size]; in hme_compute_pred_and_evaluate_bi()
727 ps_interp_prms->i4_blk_ht = ht = gau1_blk_size_to_ht[e_blk_size]; in hme_compute_pred_and_evaluate_bi()
728 ps_interp_prms->i4_out_stride = MAX_CU_SIZE; in hme_compute_pred_and_evaluate_bi()
755 ps_interp_prms->ppu1_ref = &apu1_hpel_ref[0][0]; in hme_compute_pred_and_evaluate_bi()
758 ps_interp_prms, aps_mv[0]->i2_mvx, aps_mv[0]->i2_mvy, 0); in hme_compute_pred_and_evaluate_bi()
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()
764 as_pred_buf_data[0][j].i4_pred_stride = ps_interp_prms->i4_final_out_stride; in hme_compute_pred_and_evaluate_bi()
[all …]