HomeSort by relevance Sort by last modified time
    Searched refs:i4_mv_y (Results 1 - 5 of 5) sorted by null

  /external/libhevc/encoder/arm/
ihevce_subpel_neon.c 255 void hme_qpel_interp_avg_neon(interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, S32 i4_buf_id)
263 i4_mv_y_frac = i4_mv_y & 3;
265 i4_offset = (i4_mv_x >> 2) + (i4_mv_y >> 2) * i4_ref_stride;
308 S32 i4_mv_y,
319 i4_mv_y_frac = i4_mv_y & 3;
321 i4_offset = (i4_mv_x >> 2) + (i4_mv_y >> 2) * i4_ref_stride;
350 interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, U08 **ppu1_final, S32 *pi4_final_stride)
352 hme_qpel_interp_avg_1pt_neon(ps_prms, i4_mv_x, i4_mv_y + 1, 3, ppu1_final, pi4_final_stride);
354 hme_qpel_interp_avg_1pt_neon(ps_prms, i4_mv_x, i4_mv_y - 1, 1, ppu1_final, pi4_final_stride);
358 interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, U08 **ppu1_final, S32 *pi4_final_stride
    [all...]
  /external/libhevc/encoder/
hme_subpel.c 121 void hme_qpel_interp_avg(interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, S32 i4_buf_id)
130 /* i4_mv_x and i4_mv_y are the motion vectors in QPEL units that are */
145 /* (i4_mv_y >> 2) in fxfy buf. Ditto with E, F and G */
154 i4_mv_y_frac = i4_mv_y & 3;
156 i4_offset = (i4_mv_x >> 2) + (i4_mv_y >> 2) * ps_prms->i4_ref_stride;
197 S32 i4_mv_y,
202 pf_qpel_interp_avg_1pt(ps_prms, i4_mv_x, i4_mv_y + 1, 3, ppu1_final, pi4_final_stride);
204 pf_qpel_interp_avg_1pt(ps_prms, i4_mv_x, i4_mv_y - 1, 1, ppu1_final, pi4_final_stride);
210 S32 i4_mv_y,
215 pf_qpel_interp_avg_1pt(ps_prms, i4_mv_x + 1, i4_mv_y, 2, ppu1_final, pi4_final_stride)
2312 S32 i4_mv_x, i4_mv_y; local
2930 S32 i4_mv_x, i4_mv_y; local
4158 S32 i4_mv_x, i4_mv_y; local
    [all...]
hme_interface.h 274 typedef void (*PF_INTERP_FXN_T)(interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, S32 interp_buf_id);
    [all...]
hme_utils.c 286 * @param[in] i4_mv_y : y component of the mv (fpel units)
291 void hme_update_histogram(mv_hist_t *ps_hist, S32 i4_mv_x, S32 i4_mv_y)
296 i4_row = (i4_mv_y - ps_hist->i4_min_y) >> ps_hist->i4_shift_y;
    [all...]
hme_utils.h 71 * @param[in] i4_mv_y : y component of the mv (fpel units)
76 void hme_update_histogram(mv_hist_t *ps_hist, S32 i4_mv_x, S32 i4_mv_y);
    [all...]

Completed in 488 milliseconds