Lines Matching refs:ps_inp_cfg

124     qpel_input_buf_cfg_t *ps_inp_cfg;  in hme_qpel_interp_avg()  local
159 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_avg()
161 if(ps_inp_cfg->i1_buf_id1 == ps_inp_cfg->i1_buf_id2) in hme_qpel_interp_avg()
164 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()
172 pu1_src1 = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_avg()
173 pu1_src1 += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_avg()
174 pu1_src1 += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride); in hme_qpel_interp_avg()
176 pu1_src2 = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id2]; in hme_qpel_interp_avg()
177 pu1_src2 += ps_inp_cfg->i1_buf_xoff2 + i4_offset; in hme_qpel_interp_avg()
178 pu1_src2 += (ps_inp_cfg->i1_buf_yoff2 * ps_prms->i4_ref_stride); in hme_qpel_interp_avg()
290 qpel_input_buf_cfg_t *ps_inp_cfg; in hme_qpel_interp_comprehensive() local
299 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_comprehensive()
301 ppu1_final[3] = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_comprehensive()
302 ppu1_final[3] += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_comprehensive()
303 ppu1_final[3] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
311 qpel_input_buf_cfg_t *ps_inp_cfg; in hme_qpel_interp_comprehensive() local
320 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_comprehensive()
322 ppu1_final[1] = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_comprehensive()
323 ppu1_final[1] += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_comprehensive()
324 ppu1_final[1] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
363 qpel_input_buf_cfg_t *ps_inp_cfg; in hme_qpel_interp_comprehensive() local
374 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_comprehensive()
376 ppu1_final[3] = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_comprehensive()
377 ppu1_final[3] += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_comprehensive()
378 ppu1_final[3] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
386 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_comprehensive()
388 ppu1_final[1] = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_comprehensive()
389 ppu1_final[1] += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_comprehensive()
390 ppu1_final[1] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
419 qpel_input_buf_cfg_t *ps_inp_cfg; in hme_qpel_interp_comprehensive() local
428 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_comprehensive()
430 ppu1_final[2] = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_comprehensive()
431 ppu1_final[2] += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_comprehensive()
432 ppu1_final[2] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
440 qpel_input_buf_cfg_t *ps_inp_cfg; in hme_qpel_interp_comprehensive() local
449 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_comprehensive()
451 ppu1_final[0] = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_comprehensive()
452 ppu1_final[0] += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_comprehensive()
453 ppu1_final[0] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
492 qpel_input_buf_cfg_t *ps_inp_cfg; in hme_qpel_interp_comprehensive() local
503 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_comprehensive()
505 ppu1_final[2] = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_comprehensive()
506 ppu1_final[2] += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_comprehensive()
507 ppu1_final[2] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
515 ps_inp_cfg = &gas_qpel_inp_buf_cfg[i4_mv_y_frac][i4_mv_x_frac]; in hme_qpel_interp_comprehensive()
517 ppu1_final[0] = ps_prms->ppu1_ref[ps_inp_cfg->i1_buf_id1]; in hme_qpel_interp_comprehensive()
518 ppu1_final[0] += ps_inp_cfg->i1_buf_xoff1 + i4_offset; in hme_qpel_interp_comprehensive()
519 ppu1_final[0] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()