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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 234 int weight1; local
246 weight1 = mRandomGenerator.nextInt(100) + 1;
247 runSingleTest(square1, square1, weight1);
255 square1, weight1, weight2));
257 "Running test for %d 1x1 square with weights %d, %d", square1, weight1, weight2));
266 weight1 = mRandomGenerator.nextInt(1000) + 1;
267 runSingleTest(square1, square1, weight1);
270 weight2 = weight1;
275 "Running test for %d, %d 1x1 square with weight %d", square1, square2, weight1));
285 weight1 = mRandomGenerator.nextInt(1000) + 1
340 int[] weight1 = new int[2]; local
    [all...]
  /external/openfst/src/include/fst/
lookahead-filter.h 259 void FilterFinal(Weight *weight1, Weight *weight2) const {
260 filter_.FilterFinal(weight1, weight2);
382 void FilterFinal(Weight *weight1, Weight *weight2) const {
383 filter_.FilterFinal(weight1, weight2);
384 if (!(LookAheadFlags() & kLookAheadWeight) || *weight1 == Weight::Zero())
389 *weight1 = Divide(*weight1, fweight);
516 void FilterFinal(Weight *weight1, Weight *weight2) const {
517 filter_.FilterFinal(weight1, weight2);
519 *weight1 == Weight::Zero()
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 1352 Word16 weight1, weight2; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]

Completed in 398 milliseconds