HomeSort by relevance Sort by last modified time
    Searched defs:ave (Results 1 - 7 of 7) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 112 private int ave(int s, int d, float p) { method in class:ColorPickerDialog.ColorPickerView
131 int a = ave(Color.alpha(c0), Color.alpha(c1), p);
132 int r = ave(Color.red(c0), Color.red(c1), p);
133 int g = ave(Color.green(c0), Color.green(c1), p);
134 int b = ave(Color.blue(c0), Color.blue(c1), p);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 129 private int ave(int s, int d, float p) { method in class:ColorWheel
148 int a = ave(Color.alpha(c0), Color.alpha(c1), p);
149 int r = ave(Color.red(c0), Color.red(c1), p);
150 int g = ave(Color.green(c0), Color.green(c1), p);
151 int b = ave(Color.blue(c0), Color.blue(c1), p);
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
FFTFrame.cpp 209 double ave = aveSum / weightSum; local
210 double aveSampleDelay = -ave / kSamplePhaseDelay;
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 306 const uint32_t ave = Average2(c0, c1); local
308 const __m128i A0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(ave), zero);
377 const uint32_t ave = Average2(c0, c1); local
378 const int a = AddSubtractComponentHalf(ave >> 24, c2 >> 24);
379 const int r = AddSubtractComponentHalf((ave >> 16) & 0xff, (c2 >> 16) & 0xff);
380 const int g = AddSubtractComponentHalf((ave >> 8) & 0xff, (c2 >> 8) & 0xff);
381 const int b = AddSubtractComponentHalf((ave >> 0) & 0xff, (c2 >> 0) & 0xff);
    [all...]
  /external/webp/src/dsp/
lossless.c 306 const uint32_t ave = Average2(c0, c1); local
308 const __m128i A0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(ave), zero);
377 const uint32_t ave = Average2(c0, c1); local
378 const int a = AddSubtractComponentHalf(ave >> 24, c2 >> 24);
379 const int r = AddSubtractComponentHalf((ave >> 16) & 0xff, (c2 >> 16) & 0xff);
380 const int g = AddSubtractComponentHalf((ave >> 8) & 0xff, (c2 >> 8) & 0xff);
381 const int b = AddSubtractComponentHalf((ave >> 0) & 0xff, (c2 >> 0) & 0xff);
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 322 milliseconds