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

1 2 3 4 5 6 7 891011>>

  /external/skia/src/gpu/
GrPath.cpp 108 // 1) verb, point data and conic weights (varying size)
120 // * verbs, point data and conic weights (fragment 1)
  /hardware/ti/omap4-aah/camera/
NV12_resize.cpp 170 /* divide by sum of the weights */
269 /* divide by sum of the weights */
  /hardware/ti/omap4xxx/camera/
NV12_resize.c 172 /* divide by sum of the weights */
278 /* divide by sum of the weights */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcffdrv.h 84 * be the more critical direction anyway; the weights and spacing of
92 * 2) Aligment in the vertical direction: Weights and spacing along the
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_log.py 624 weight. The purpose is to merge the weights of split validators, e.g.
625 Linearity(*)Validator, so that their weights are not counted multiple
638 the relative weights defined by segment_weights.
727 _, weights = zip(*sorted(self.ext_validator_weights[fw].items()))
728 weighted_average[fw] = np.average(scores, weights=weights)
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 509 # Calculate a weighted power draw and battery life time. The weights
513 weights = {'vid400p_h264_system_pwr':0.1,
519 weights[idle_name] = 1 - sum(weights.values())
521 if set(weights).issubset(set(keyvals)):
522 p = sum(w * keyvals[k] for (k, w) in weights.items())
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatinBuilder.java 291 // We support non-common secondary and case weights only together with short primaries.
297 // No below-common tertiary weights.
310 // We support non-common secondary and case weights
316 // No below-common tertiary weights.
319 // No quaternary weights.
417 // Note: At least one of the p/s/t weights changes from one unique CE to the next.
  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.cpp 306 // We support non-common secondary and case weights only together with short primaries.
312 // No below-common tertiary weights.
325 // We support non-common secondary and case weights
331 // No below-common tertiary weights.
334 // No quaternary weights.
447 // Note: At least one of the p/s/t weights changes from one unique CE to the next.
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatinBuilder.java 290 // We support non-common secondary and case weights only together with short primaries.
296 // No below-common tertiary weights.
309 // We support non-common secondary and case weights
315 // No below-common tertiary weights.
318 // No quaternary weights.
416 // Note: At least one of the p/s/t weights changes from one unique CE to the next.
  /external/webrtc/webrtc/common_audio/vad/
vad_core.c 36 // Weights for the two Gaussians for the six channels (noise)
39 // Weights for the two Gaussians for the six channels (speech)
98 // - weights [i] : Weights used for averaging.
102 const int16_t* weights) {
108 weighted_average += data[k * kNumChannels] * weights[k * kNumChannels];
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 64 std::vector<int>* weights, std::vector<double>* levelWeights)
68 if( weights )
71 weights->resize(sz);
73 (*weights)[i] = 1;
98 if ( levelWeights && weights && !weights->empty() && !levelWeights->empty() )
103 if( (*weights)[i] > rejectLevels[cls] )
105 rejectLevels[cls] = (*weights)[i];
108 else if( ( (*weights)[i] == rejectLevels[cls] ) && ( (*levelWeights)[i] > rejectWeights[cls] ) )
126 if( weights )
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 891 float weights[SIZE]; member in struct:deqp::gles3::Functional::__anon9410::UniformWeightArray
896 weights[i] = 1.0f;
    [all...]
  /external/dng_sdk/source/
dng_mosaic_info.cpp 89 // weights.
201 // Calculate 16-bit weights.
209 // Round weights to 8 fractional bits.
213 // Keep track of total of weights.
228 // Adjust largest entry so total of weights is exactly 256.
232 // Recompute the floating point weights from the rounded integer weights
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.cpp 106 procrustesRotationAndTranslation (const Vec3<T>* A, const Vec3<T>* B, const T* weights, const size_t numPoints, const bool doScale)
116 if (weights == 0)
129 const double w = weights[i];
153 if (weights == 0)
162 const double w = weights[i];
198 if (weights == 0)
206 traceATA += ((double) weights[i]) * ((V3d) A[i] - Acenter).length2();
254 template M44d procrustesRotationAndTranslation (const V3d* from, const V3d* to, const double* weights, const size_t numPoints, const bool doScale);
255 template M44d procrustesRotationAndTranslation (const V3f* from, const V3f* to, const float* weights, const size_t numPoints, const bool doScale);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-lcd_filtering.html 221 <span class="keyword">unsigned</span> <span class="keyword">char</span> *weights );
224 <p>Use this function to override the filter weights selected by <a href="ft2-lcd_filtering.html#FT_Library_SetLcdFilter">FT_Library_SetLcdFilter</a>. By default, FreeType uses the quintuple (0x00, 0x55, 0x56, 0x55, 0x00) for FT_LCD_FILTER_LIGHT, and (0x10, 0x40, 0x70, 0x40, 0x10) for FT_LCD_FILTER_DEFAULT and FT_LCD_FILTER_LEGACY.</p>
231 <tr><td class="val" id="weights">weights</td><td class="desc">
232 <p>A pointer to an array; the function copies the first five bytes and uses them to specify the filter weights.</p>
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 168 System.err.println("** Event weights > 100%");
172 // if the user specified all of the weights, then they need to be 100%
174 System.err.println("** Event weights != 100%");
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 327 tcu::Vec2 weights = computeGridCellWeights(cellWidth, cellHeight, x, y); local
334 weights.x(), weights.y());
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 95 MDNode *Weights = MDBuilder(Ctx).createBranchWeights(42, 13);
96 BI = Builder.CreateCondBr(Builder.getTrue(), TBB, FBB, Weights);
102 EXPECT_EQ(Weights, TI->getMetadata(LLVMContext::MD_prof));
  /external/opencv3/modules/cudabgsegm/src/cuda/
mog2.cu 208 //all other weights are at the same place and
239 //renormalize weights
260 // renormalize all other weights
  /external/opencv3/modules/ml/src/
boost.cpp 220 // now update weights and other parameters for each type of boosting
325 // renormalize weights
336 // as weight trimming occurs immediately after updating the weights,
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btGjkEpa2.cpp 251 btScalar weights[4]; local
257 weights,mask);break;
261 weights,mask);break;
266 weights,mask);break;
278 ns.p[ns.rank++] = weights[i];
279 m_ray += cs.c[i]->w*weights[i];
btGjkEpa3.h 254 btScalar weights[4]; local
260 weights,mask);break;
264 weights,mask);break;
269 weights,mask);break;
281 ns.p[ns.rank++] = weights[i];
282 m_ray += cs.c[i]->w*weights[i];
    [all...]
  /external/opencv3/modules/ml/test/
test_emknearestkmeans.cpp 359 probs(_probs), weights(_weights), means(_means), covs(_covs), termCrit(_termCrit)
368 const cv::Mat* weights; member in class:EM_Params
406 *params.weights, noArray(), labels, noArray() );
468 Mat weights(1, params.nclusters, CV_64FC1, cv::Scalar(1));
469 params.weights = &weights;
  /external/libopus/silk/float/
main_FLP.h 161 const silk_float Wght[ MAX_NB_SUBFR ], /* I Weights */
205 const silk_float W[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Error weights */
  /external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/
py_thresholding.markdown 77 values where weights are a gaussian window.
207 b1,b2 = np.hsplit(bins,[i]) # weights

Completed in 1127 milliseconds

1 2 3 4 5 6 7 891011>>