Searched refs:omax (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/features2d/src/kaze/ |
D | KAZEConfig.h | 25 , omax(4) in KAZEOptions() 41 int omax; member
|
D | AKAZEConfig.h | 18 : omax(4) in AKAZEOptions() 41 …int omax; ///< Maximum octave evolution of the image 2^sigma (coarsest scale… member
|
D | AKAZEFeatures.cpp | 51 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()
|
D | KAZEFeatures.cpp | 56 for (int i = 0; i <= options_.omax - 1; i++) in Allocate_Memory_Evolution()
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_lib.c | 125 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/ |
D | kaze.cpp | 126 options.omax = octaves; in detectAndCompute()
|
D | akaze.cpp | 191 options.omax = octaves; in detectAndCompute()
|
/external/libedit/src/ |
D | readline.c | 1152 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/ |
D | typer.cc | 1106 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/ |
D | asn1.h | 886 …RT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax);
|