HomeSort by relevance Sort by last modified time
    Searched full:weights (Results 251 - 275 of 612) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.h 86 // Parameter for updating or estimating thresholds/weights for prior model.
  /frameworks/base/libs/hwui/hwui/
Typeface.cpp 147 // when we open up API to access 100..900 weights
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 29 /* The maximum norm of the weight vector. If norm of weights are larger than NormConstraint
  /libcore/ojluni/src/main/java/java/util/stream/
BaseStream.java 39 * and {@link IntStream}, computing the sum of the weights of the red widgets:
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EllipsizeLayout.java 16 * <li>any child has weights.</li>
  /packages/apps/Messaging/res/layout/
compose_message_view.xml 27 there's not enough space. Any views with positive weights will be shrunk to make space.
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 569 vector<Point>& hits, vector<double>& weights, double hitThreshold = 0.0,
682 Mat_<float> weights(blockSize);
691 weights(i,j) = std::exp(-(di*di + dj*dj)*scale);
801 data->gradWeight = weights(i,j);
1356 std::vector<double> weights; local
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp 739 /* 3. sum all mixtures with weights */
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 2279 std::vector<float> weights; local
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 146 // Collect branch weights into a vector.
147 SmallVector<uint32_t, 8> Weights;
153 Weights.push_back(CI->getValue().getZExtValue());
157 Weights[0] += Weights[idx+1];
159 std::swap(Weights[idx+1], Weights.back());
160 Weights.pop_back();
163 createBranchWeights(Weights));
    [all...]
  /external/opencv3/modules/photo/include/opencv2/
photo.hpp 124 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
148 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
174 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
206 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
233 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
260 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java 76 * Options bit 11: Compare secondary weights backwards. ("French secondary")
195 // Separators (at the low end) and trailing weights (at the high end)
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 74 * Options bit 11: Compare secondary weights backwards. ("French secondary")
193 // Separators (at the low end) and trailing weights (at the high end)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-cff_driver.html 120 <p>One of the reasons to not hint horizontally is antialiasing for LCD screens: The pixel geometry of modern displays supplies three vertical sub-pixels as the eye moves horizontally across each visible pixel. On devices where we can be certain this characteristic is present a rasterizer can take advantage of the sub-pixels to add increments of weight. In Western writing systems this turns out to be the more critical direction anyway; the weights and spacing of vertical stems (see above) are central to Armenian, Cyrillic, Greek, and Latin type designs. Even when the rasterizer uses greyscale antialiasing instead of color (a necessary compromise when one doesn't know the screen characteristics), the unhinted vertical features preserve the design's weight and spacing much better than aliased type would.</p>
121 <p>2) Aligment in the vertical direction: Weights and spacing along the y&nbsp;axis are less critical; what is much more important is the visual alignment of related features (like cap-height and x-height). The sense of alignment for these is enhanced by the sharpness of grid-fit edges, while the cruder vertical resolution (full pixels instead of 1/3 pixels) is less of a problem.</p>
  /external/libopus/silk/
main.h 208 const opus_int32 W_Q18[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ], /* I Error Weights in Q18 */
326 const opus_int16 w_Q5[], /* I Weights [ order ] */
  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 400 /*These weights were derived from the default weights found in Wang's original
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights.ll 341 ;; When folding branches to common destination, the updated branch weights
343 ;; weights until they can fit into uint32.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 120 " const vec3 weights = vec3(0.33333, 0.33333, 0.33333);\n" +
122 " float energy = dot(color.rgb, weights);\n" +
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 64 // Compute gaussian weights for the blur
95 // Now we need to normalize the weights because all our coefficients need to add up to one
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MicrosphereInterpolatingFunction.java 51 * Exponent used in the power law that computes the weights of the
  /external/ceres-solver/internal/ceres/
canonical_views_clustering.cc 146 // weights.
  /external/chromium-trace/catapult/systrace/profile_chrome/third_party/
perf_to_tracing.py 103 # Sum up self samples weight, and children's total weights.
  /external/icu/icu4c/source/i18n/
collationdata.h 234 * The first range (separators & terminators) and the last range (trailing weights)
collationfastlatin.cpp 382 // and keep real tertiary weights larger than the MERGE_WEIGHT.
733 // and keep real tertiary weights larger than the MERGE_WEIGHT.
    [all...]
collationsettings.h 84 * Options bit 11: Compare secondary weights backwards. ("French secondary")

Completed in 2452 milliseconds

<<11121314151617181920>>