HomeSort by relevance Sort by last modified time
    Searched refs:yo (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
special-comments.out.b 6 *******************/#yo{ma:"ma"}/*!
bug2527974.out.b 1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
special-comments.css 7 #yo {
special-comments.css.min 6 *******************/#yo{ma:"ma"}/*!
bug2527974.css 8 yo: cats;
10 ul[id$=foo] label:hover {yo: yo;
bug2527974.css.min 1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tiled_memcpy.c 256 * an X offset 'x0' or 'xo' and a Y offset 'yo.'
258 uint32_t xo, yo; local
262 for (yo = y0 * xtile_width; yo < y1 * xtile_width; yo += xtile_width) {
264 * Only 'yo' contributes to those bits in the total offset,
269 uint32_t swizzle = ((yo >> 3) ^ (yo >> 4)) & swizzle_bit;
271 mem_copy(dst + ((x0 + yo) ^ swizzle), src + x0, x1 - x0);
274 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + xo, xtile_span)
320 uint32_t x, yo; local
362 uint32_t xo, yo; local
424 uint32_t x, yo; local
    [all...]
  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 88 int yo = yOffset.getInt(time) - b/2; local
96 int yt = yo + y;
  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
mag_cal.h 97 float *xo, float *yo, float *zo);
104 float *xo, float *yo, float *zo);
mag_cal.c 241 float *xo, float *yo, float *zo) {
243 *yo = yi - moc->y_bias;
262 float *xo, float *yo, float *zo) {
264 *yo = moc->c10 * xi + moc->c11 * yi + moc->c12 * zi;
  /external/webp/src/dsp/
ssim.c 65 int xo, int yo, int W, int H) {
67 const int ymin = (yo - VP8_SSIM_KERNEL < 0) ? 0 : yo - VP8_SSIM_KERNEL;
68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1
69 : yo + VP8_SSIM_KERNEL;
79 * kWeight[VP8_SSIM_KERNEL + y - yo];
  /external/libyuv/files/util/
ssim.cc 115 int yo,
120 org += (yo - KERNEL) * stride;
122 rec += (yo - KERNEL) * stride;
125 if (((yo - KERNEL + y_) < 0) || ((yo - KERNEL + y_) >= H))
148 int yo,
155 org += yo * stride + xo;
156 rec += yo * stride + xo;
232 org += (yo - KERNEL) * stride + (xo - KERNEL);
233 rec += (yo - KERNEL) * stride + (xo - KERNEL)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 312 int xo, int yo, int w, int h)
319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1);
320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2);
321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3);
322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4);
323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1);
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3);
326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
  /external/libjpeg-turbo/simd/
jdmrgext-altivec.c 49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh, local
153 yo = (__vector signed short)vec_perm(pb_zero, y, odd_index);
157 bo = vec_add(b_yl, yo);
159 ro = vec_add(r_yl, yo);
161 go = vec_add(g_yl, yo);
164 bo = vec_add(b_yh, yo);
166 ro = vec_add(r_yh, yo);
168 go = vec_add(g_yh, yo);
  /external/clang/test/SemaCXX/
references.cpp 62 int& yo; // expected-error{{declaration of reference variable 'yo' requires an initializer}} local
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compiler.py 296 print yo
298 yo = 3 variable in class:Toto
300 yo += 3
  /external/python/cpython2/Lib/test/
test_compiler.py 296 print yo
298 yo = 3 variable in class:Toto
300 yo += 3
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compiler.py 296 print yo
298 yo = 3 variable in class:Toto
300 yo += 3
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compiler.py 296 print yo
298 yo = 3 variable in class:Toto
300 yo += 3
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compiler.py 296 print yo
298 yo = 3 variable in class:Toto
300 yo += 3
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compiler.py 296 print yo
298 yo = 3 variable in class:Toto
300 yo += 3
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.h 231 float* xo, float* yo, float* zo);
  /device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.h 466 * xo, yo, zo: 3-axis sensor data that has been compensated.
470 float zi, float *xo, float *yo, float *zo);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 540 for (int yo = 0; yo < h; yo++)
545 const float yf = (float(h-yo-1)+0.5f) / float(h);
548 const int dy = y0+yo;

Completed in 613 milliseconds

1 2 3