Home | History | Annotate | Download | only in encoder

Lines Matching refs:s_interp_prms

631     interp_prms_t s_interp_prms;
842 s_interp_prms.i4_ref_stride = i4_ref_stride;
843 s_interp_prms.i4_blk_wd = gau1_blk_size_to_wd[e_blk_size];
844 s_interp_prms.i4_blk_ht = gau1_blk_size_to_ht[e_blk_size];
845 s_interp_prms.apu1_interp_out[0] = ps_subpel_prms->pu1_wkg_mem;
846 s_interp_prms.i4_out_stride = gau1_blk_size_to_wd[e_blk_size];
872 s_interp_prms.ppu1_ref = &apu1_hpel_ref[0];
875 &s_interp_prms,
887 s_err_prms.pu1_ref = s_interp_prms.pu1_final_out;
888 s_err_prms.i4_ref_stride = s_interp_prms.i4_final_out_stride;