|
int | hal_ni_add16s (const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, short *dst_data, size_t dst_step, int width, int height) |
|
int | hal_ni_add16u (const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, ushort *dst_data, size_t dst_step, int width, int height) |
|
int | hal_ni_add32f (const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, float *dst_data, size_t dst_step, int width, int height) |
|
int | hal_ni_add32s (const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, int *dst_data, size_t dst_step, int width, int height) |
|
int | hal_ni_add64f (const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, double *dst_data, size_t dst_step, int width, int height) |
|
int | hal_ni_add8s (const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, schar *dst_data, size_t dst_step, int width, int height) |
|
int | hal_ni_add8u(常量uchar*src1_data,大小src1_step,常量uchar*src2_data,大小src2_step,uchar*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub16s(常量short*src1_data,大小src1_step,常量short*src2_data,大小src2_step,short*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub16u(常量ushort*src1_data,大小src1_step,常量ushort*src2_data,大小src2_step,ushort*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub32f(常量float*src1_data,大小src1_step,常量float*src2_data,大小src2_step,float*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub32s(常量int*src1_data,大小src1_step,常量int*src2_data,大小src2_step,int*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub64f(常量double*src1_data,大小src1_step,常量double*src2_data,大小src2_step,double*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub8s(常量schar*src1_data,大小src1_step,常量schar*src2_data,大小src2_step,schar*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub8s32f(常量schar*src1_data,大小src1_step,常量schar*src2_data,大小src2_step,float*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub8u(常量uchar*src1_data,大小src1_step,常量uchar*src2_data,大小src2_step,uchar*dst_data,大小dst_step,int width,int height) |
|
int | hal_ni_sub8u32f(常量 | |