HomeSort by relevance Sort by last modified time
    Searched refs:omax (Results 1 - 11 of 11) sorted by null

  /external/opencv3/modules/features2d/src/kaze/
KAZEConfig.h 25 , omax(4)
41 int omax; member in struct:cv::KAZEOptions
AKAZEConfig.h 18 : omax(4)
41 int omax; ///< Maximum octave evolution of the image 2^sigma (coarsest scale sigma units) member in struct:cv::AKAZEOptions
AKAZEFeatures.cpp 51 for (int i = 0, power = 1; i <= options_.omax - 1; i++, power *= 2) {
58 options_.omax = i;
    [all...]
KAZEFeatures.cpp 56 for (int i = 0; i <= options_.omax - 1; i++)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
resres.c 165 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax)
179 if ((off[0] + 8) > omax)
181 read_res_data_hdr (wrbfd, off, omax, &reshdr);
184 read_res_id (wrbfd, off, omax, &type);
186 read_res_id (wrbfd, off, omax, &name);
191 read_res_data (wrbfd, off, omax, &l, BIN_RES_INFO_SIZE);
203 read_res_data (wrbfd, off, omax, buff, reshdr.data_size);
437 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax,
442 if ((off[0] + BIN_RES_HDR_SIZE) > omax)
443 fatal ("%s: unexpected end of file %ld/%ld", filename,(long) off[0], (long) omax);
    [all...]
  /external/boringssl/src/crypto/asn1/
asn1_lib.c 125 int *pclass, long omax)
131 long max=omax;
168 fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
169 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
170 (int)(omax+ *pp));
173 if (*plength > (omax - (p - *pp)))
  /external/opencv3/modules/features2d/src/
kaze.cpp 126 options.omax = octaves;
akaze.cpp 191 options.omax = octaves;
  /external/libedit/src/
readline.c 1152 int omax; local
1155 omax = max_input_history;
1157 return omax; /* some value _must_ be returned */
    [all...]
  /external/v8/src/compiler/
typer.cc 1106 double omax = 0; local
    [all...]
  /external/boringssl/src/include/openssl/
asn1.h     [all...]

Completed in 299 milliseconds