Searched refs:interp_prms_t (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_me_instr_set_router.h | 58 typedef void FT_QPEL_INTERP_AVG(interp_prms_t *, S32, S32, S32); 60 typedef void FT_QPEL_INTERP_AVG_1PT(interp_prms_t *, S32, S32, S32, U08 **, S32 *); 62 typedef void FT_QPEL_INTERP_AVG_2PT(interp_prms_t *, S32, S32, U08 **, S32 *);
|
D | hme_interface.h | 265 } interp_prms_t; typedef 274 typedef void (*PF_INTERP_FXN_T)(interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, S32 interp_buf_id…
|
D | 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) in hme_qpel_interp_avg() 195 interp_prms_t *ps_prms, in hme_qpel_interp_avg_2pt_vert_no_reuse() 208 interp_prms_t *ps_prms, in hme_qpel_interp_avg_2pt_horz_no_reuse() 241 interp_prms_t *ps_prms, in hme_qpel_interp_comprehensive() 560 interp_prms_t s_interp_prms; in hme_compute_pred_and_evaluate_bi() 584 interp_prms_t *ps_interp_prms = &s_interp_prms; in hme_compute_pred_and_evaluate_bi() 2344 interp_prms_t s_interp_prms; in hme_subpel_refine_search_node_high_speed() 2961 interp_prms_t s_interp_prms; in hme_subpel_refine_search_node_high_speed()
|
D | hme_utils.c | 5507 interp_prms_t *ps_prms, in hme_qpel_interp_avg_1pt() 5575 interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, U08 **ppu1_final, S32 *pi4_final_stride) in hme_qpel_interp_avg_2pt_vert_with_reuse() 5583 interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, U08 **ppu1_final, S32 *pi4_final_stride) in hme_qpel_interp_avg_2pt_horz_with_reuse()
|
D | hme_refine.c | 631 interp_prms_t s_interp_prms; in hme_pick_eval_merge_candts()
|
/external/libhevc/encoder/arm/ |
D | 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) in hme_qpel_interp_avg_neon() 306 interp_prms_t *ps_prms, in hme_qpel_interp_avg_1pt_neon() 350 interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, U08 **ppu1_final, S32 *pi4_final_stride) in hme_qpel_interp_avg_2pt_vert_with_reuse_neon() 358 interp_prms_t *ps_prms, S32 i4_mv_x, S32 i4_mv_y, U08 **ppu1_final, S32 *pi4_final_stride) in hme_qpel_interp_avg_2pt_horz_with_reuse_neon()
|