HomeSort by relevance Sort by last modified time
    Searched refs:ave (Results 1 - 14 of 14) 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/skia/tools/lua/
glyph-usage.lua 136 local ave = round(totalCount / strikeCount)
138 io.write("\n", "unique glyphs: min = ", min, ", max = ", max, ", ave = ", ave, "\n");
  /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...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 302 bool IntraDecision(int *min_cost, uint8 *cur, int pitch, bool ave);
    [all...]
motion_est.cpp 187 bool IntraDecisionABE(int *min_cost, uint8 *cur, int pitch, bool ave)
222 if (ave == true)
    [all...]
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 795 public MockCharsetDecoder(Charset cs, float ave, float max) {
796 super(cs, ave, max);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js     [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 750 milliseconds