Home
last modified time | relevance | path

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

/external/libhevc/encoder/arm/
Dihevce_subpel_neon.c275 ps_prms->pu1_final_out += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride); in hme_qpel_interp_avg_neon()
283 pu1_src1 += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_avg_neon()
328 pu1_src1 += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_avg_1pt_neon()
/external/libhevc/encoder/
Dhme_subpel.c166 ps_prms->pu1_final_out += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride); in hme_qpel_interp_avg()
174 pu1_src1 += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride); in hme_qpel_interp_avg()
303 ppu1_final[3] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
324 ppu1_final[1] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
378 ppu1_final[3] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
390 ppu1_final[1] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
432 ppu1_final[2] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
453 ppu1_final[0] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
507 ppu1_final[2] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
519 ppu1_final[0] += (ps_inp_cfg->i1_buf_yoff1 * i4_ref_stride); in hme_qpel_interp_comprehensive()
Dihevce_me_common_defs.h755 WORD8 i1_buf_yoff1; member
Dhme_utils.c5554 pu1_src1 += (ps_inp_cfg->i1_buf_yoff1 * ps_prms->i4_ref_stride); in hme_qpel_interp_avg_1pt()