Home
last modified time | relevance | path

Searched refs:i4_datatype (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dhme_common_utils.c147 void *pv_inp, S32 i4_blk_wd, S32 i4_blk_ht, S32 i4_stride, S32 i4_datatype) in hme_compute_2d_sum_unsigned() argument
149 if(i4_datatype == sizeof(U08)) in hme_compute_2d_sum_unsigned()
151 else if(i4_datatype == sizeof(U16)) in hme_compute_2d_sum_unsigned()
153 else if(i4_datatype == sizeof(U32)) in hme_compute_2d_sum_unsigned()
Dhme_common_utils.h116 void *pv_inp, S32 i4_blk_wd, S32 i4_blk_ht, S32 i4_stride, S32 i4_datatype);