Home
last modified time | relevance | path

Searched defs:bw (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dio_32.h30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out#… argument
31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { … argument
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_feature_matching.cpp2697 float* db_FillBuckets_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int b… in db_FillBuckets_f()
2732 …u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp,int bw,int bh,int nr_h,in… in db_FillBuckets_u()
2785 …rewarped_f(float *patch_space,const float *const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,in… in db_FillBucketsPrewarped_f()
2828int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, in db_FillBucketsPrewarped_u()
2874int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, in db_FillBucketsPrewarpedAffine_u()
Ddb_feature_detection.cpp1497 int bw,int bh,unsigned long area_factor, in db_ExtractCornersSaturated()