Home
last modified time | relevance | path

Searched refs:omax (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEConfig.h25 , omax(4) in KAZEOptions()
41 int omax; member
DAKAZEConfig.h18 : omax(4) in AKAZEOptions()
41 …int omax; ///< Maximum octave evolution of the image 2^sigma (coarsest scale… member
DAKAZEFeatures.cpp51 for (int i = 0, power = 1; i <= options_.omax - 1; i++, power *= 2) { in Allocate_Memory_Evolution()
58 options_.omax = i; in Allocate_Memory_Evolution()
DKAZEFeatures.cpp56 for (int i = 0; i <= options_.omax - 1; i++) in Allocate_Memory_Evolution()
/external/boringssl/src/crypto/asn1/
Dasn1_lib.c125 int *pclass, long omax) in ASN1_get_object() argument
131 long max=omax; in ASN1_get_object()
169 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength), in ASN1_get_object()
170 (int)(omax+ *pp)); in ASN1_get_object()
173 if (*plength > (omax - (p - *pp))) in ASN1_get_object()
/external/opencv3/modules/features2d/src/
Dkaze.cpp126 options.omax = octaves; in detectAndCompute()
Dakaze.cpp191 options.omax = octaves; in detectAndCompute()
/external/libedit/src/
Dreadline.c1152 int omax; in unstifle_history() local
1155 omax = max_input_history; in unstifle_history()
1157 return omax; /* some value _must_ be returned */ in unstifle_history()
/external/v8/src/compiler/
Dtyper.cc1106 double omax = 0; in JSModulusRanger() local
1109 omax = abs; in JSModulusRanger()
1112 omax = 0; in JSModulusRanger()
1116 omax = abs; in JSModulusRanger()
1120 Type* result = Type::Range(omin, omax, t->zone()); in JSModulusRanger()
/external/boringssl/src/include/openssl/
Dasn1.h886 …RT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax);