Searched refs:pv_inp (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/ |
D | hme_common_utils.c | 147 void *pv_inp, S32 i4_blk_wd, S32 i4_blk_ht, S32 i4_stride, S32 i4_datatype) in hme_compute_2d_sum_unsigned() argument 150 return (hme_compute_2d_sum_u08((U08 *)pv_inp, i4_blk_wd, i4_blk_ht, i4_stride)); in hme_compute_2d_sum_unsigned() 152 return (hme_compute_2d_sum_u16((U16 *)pv_inp, i4_blk_wd, i4_blk_ht, i4_stride)); in hme_compute_2d_sum_unsigned() 154 return (hme_compute_2d_sum_u32((U32 *)pv_inp, i4_blk_wd, i4_blk_ht, i4_stride)); in hme_compute_2d_sum_unsigned()
|
D | hme_common_utils.h | 116 void *pv_inp, S32 i4_blk_wd, S32 i4_blk_ht, S32 i4_stride, S32 i4_datatype);
|
D | hme_subpel.c | 2428 s_err_prms.pu1_inp = (U08 *)ps_prms->pv_inp; in hme_subpel_refine_search_node_high_speed() 3047 s_err_prms.pu1_inp = (U08 *)ps_prms->pv_inp; in hme_subpel_refine_search_node_high_speed() 4169 ps_prms->pv_inp = (void *)(ps_wt_inp_prms->apu1_wt_inp[i1_ref_idx] + i4_inp_off); in hme_subpel_refine_cu_hs() 4177 s_err_prms.pu1_inp = (U08 *)ps_prms->pv_inp; in hme_subpel_refine_cu_hs() 4381 ps_prms->pv_inp = in hme_subpel_refine_cu_hs()
|
D | hme_defs.h | 2488 void *pv_inp; member
|