HomeSort by relevance Sort by last modified time
    Searched full:awidth (Results 1 - 21 of 21) sorted by null

  /external/compiler-rt/lib/builtins/
floatsidf.c 26 const int aWidth = sizeof a * CHAR_BIT;
40 const int exponent = (aWidth - 1) - __builtin_clz(a);
floatsisf.c 26 const int aWidth = sizeof a * CHAR_BIT;
40 const int exponent = (aWidth - 1) - __builtin_clz(a);
floatunsidf.c 26 const int aWidth = sizeof a * CHAR_BIT;
32 const int exponent = (aWidth - 1) - __builtin_clz(a);
floatunsisf.c 26 const int aWidth = sizeof a * CHAR_BIT;
32 const int exponent = (aWidth - 1) - __builtin_clz(a);
  /packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java 272 int awidth = mNavButtons.getMeasuredWidth(); local
273 Animator anim1 = ObjectAnimator.ofFloat(mNavButtons, View.TRANSLATION_X, 0, - awidth);
297 int awidth = mNavButtons.getMeasuredWidth(); local
299 View.TRANSLATION_X, -awidth, 0);
301 awidth);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 271 int aWidth = ovutils::align(destWhf.w, 64);
291 int yRauCount = aWidth / 64; //Y
292 int cRauCount = aWidth / 32; //C
303 int rauCount = aWidth / 32;
314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 268 int aWidth = ovutils::align(destWhf.w, 64);
270 int rau_cnt = aWidth/64;
280 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 278 int aWidth = ovutils::align(destWhf.w, 64);
280 int rau_cnt = aWidth/64;
290 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
planarfunctions_unittest.cc 196 int awidth = (width + 1) & ~1; local
198 uint8* image_pointer = new uint8[2 * height * awidth + kAlignment];
204 for (int i = 0; i < awidth; i += 2, current_yuv_pointer += 4) {
229 for (int i = 0; i < awidth; i += 2, current_yuv_pointer += 4) {
267 int awidth = (width + 1) & ~1; local
269 uint8* image_pointer = new uint8[(height / 2) * awidth * 2 +
283 for (int i = 0; i < awidth; i += 2, current_yuy2_pointer += 4) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 191 int awidth = (width + 1) & ~1; local
192 int size = awidth * 2 * height;
197 for (int x = 0; x < awidth; x += 2) {
261 int awidth = (width + 1) & ~1; local
268 const uint8* quad1 = start + (y * awidth + x) * 2;
274 const uint8* quad2 = quad1 + awidth * 2;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 2320 int32_t apos = 0, awidth = 0; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 2625 int32_t apos = 0, awidth = 0; local
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/lib/rs/
libcompiler_rt.a     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/lib/rs/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/mips/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/x86/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/mips/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/x86/
libcompiler_rt.a     [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 3395 milliseconds