/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.cpp | 152 audio_sample_t x1 = mDelays[0][0]; local 165 acc = mac_coef_sample(b1, x1, acc); 172 x2 = x1; 173 x1 = x0; 176 mDelays[0][0] = x1; 210 audio_sample_t x1 = mDelays[ch][0]; local 218 acc = mac_coef_sample(b1, x1, acc); 225 x2 = x1; 226 x1 = x0; 231 mDelays[ch][0] = x1; [all...] |
/frameworks/base/libs/hwui/ |
Program.h | 48 #define PROGRAM_KEY_TEXTURE 0x1 263 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT; 264 if (isAA) key |= programid(0x1) << PROGRAM_HAS_AA_SHIFT; 265 if (hasExternalTexture) key |= programid(0x1) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT; 266 if (hasTextureTransform) key |= programid(0x1) << PROGRAM_HAS_TEXTURE_TRANSFORM_SHIFT; 267 if (hasGammaCorrection) key |= programid(0x1) << PROGRAM_HAS_GAMMA_CORRECTION; 268 if (isSimpleGradient) key |= programid(0x1) << PROGRAM_IS_SIMPLE_GRADIENT; 269 if (hasColors) key |= programid(0x1) << PROGRAM_HAS_COLORS; 270 if (hasDebugHighlight) key |= programid(0x1) << PROGRAM_HAS_DEBUG_HIGHLIGHT; 271 if (emulateStencil) key |= programid(0x1) << PROGRAM_EMULATE_STENCIL [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
LinearGradient_Delegate.java | 58 float x0, float y0, float x1, float y1, 60 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(x0, y0, x1, y1, 67 float x0, float y0, float x1, float y1, 70 x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/, 76 int native_shader, float x0, float y0, float x1, float y1, 84 int native_shader, float x0, float y0, float x1, float y1, 97 * @param x1 The x-coordinate for the end of the gradient line 105 private LinearGradient_Delegate(float x0, float y0, float x1, float y1, 108 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile); 125 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[] [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.cc | 117 int x1 = gdk_pixbuf_get_width(images_[0]); local 119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1; 122 if (x2 < x1 || y2 < y1) 143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity); 149 TileImage(cr, images_[3], 0, y1, x1, y2 - y1, opacity); 151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity); 159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity) 205 int x1 = gdk_pixbuf_get_width(images_[0]); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
poly1305_arm.c | 76 uint32_t x1 = r->v[2]; local 89 x1 += x0 >> 26; x0 &= 0x3ffffff; 90 x2 += x1 >> 26; x1 &= 0x3ffffff; 97 y1 = x1 + (y0 >> 26); y0 &= 0x3ffffff; 104 y1 ^= x1; 116 y1 ^= x1; 131 uint32_t x1 = x->v[2]; local 136 x1 += x0 >> 26; 138 x2 += x1 >> 26 [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
viewrtree.tcl | 108 foreach {rowid x1 x2 y1 y2} $cell break 109 if {$x1 < $xmin} {set xmin $x1} 143 foreach {rowid x1 x2 y1 y2} $cell break 144 set total_area [expr {$total_area + ($x2-$x1)*($y2-$y1)}] 145 set x1 [expr {$x1*$xscale + $xoff}] 150 set id [.c create rectangle $x1 $y1 $x2 $y2] 168 foreach {rowid x1 x2 y1 y2} $cell break 169 set cell_area [expr $cell_area+($x2-$x1)*($y2-$y1) [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.cpp | 80 double x1[3],double x2[3],double x3[3],double x4[3], 86 db_SProjImagePointPointConstraints(c ,c+9 ,xp1,x1); 95 double x1[3],double x2[3],double x3[3], 101 db_SAffineImagePointPointConstraints(c ,c+7 ,xp1,x1); 114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1) 129 m=db_SafeReciprocal(x1[2]); 130 ax=x1[0]*m; 131 ay=x1[1]*m; 177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation) 186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation) [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_image_homography.cpp | 80 double x1[3],double x2[3],double x3[3],double x4[3], 86 db_SProjImagePointPointConstraints(c ,c+9 ,xp1,x1); 95 double x1[3],double x2[3],double x3[3], 101 db_SAffineImagePointPointConstraints(c ,c+7 ,xp1,x1); 114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1) 129 m=db_SafeReciprocal(x1[2]); 130 ax=x1[0]*m; 131 ay=x1[1]*m; 177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation) 186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation) [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_image_homography.cpp | 80 double x1[3],double x2[3],double x3[3],double x4[3], 86 db_SProjImagePointPointConstraints(c ,c+9 ,xp1,x1); 95 double x1[3],double x2[3],double x3[3], 101 db_SAffineImagePointPointConstraints(c ,c+7 ,xp1,x1); 114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1) 129 m=db_SafeReciprocal(x1[2]); 130 ax=x1[0]*m; 131 ay=x1[1]*m; 177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation) 186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation) [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 38 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) upon return. 40 // (4x(16 - x3), 4x(16 - x2), 4x(16 - x1), 4x(16 - x0)) 49 int* x1) { 59 _mm_storeu_si128(reinterpret_cast<__m128i *>(x1), x1_wide); 63 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) 67 // (4x(16-x3), 4x(16-x2), 4x(16-x1), 4x(16-x0)) 84 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return. 86 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)). 110 // (x1, y1, x0, y0) 112 // (y1, y0, x1, x0 430 int x1[4]; local 467 unsigned x1 = xx & 0x3FFF; local 502 int x1[4]; local 541 const unsigned x1 = xx & 0x3FFF; local 656 unsigned x1 = data & 0x3FFF; local [all...] |
/external/pixman/pixman/ |
pixman-glyph.c | 37 #define TOMBSTONE ((glyph_t *)0x1) 327 extents->x1 = extents->y1 = INT32_MAX; 333 int x1, y1, x2, y2; local 335 x1 = glyphs[i].x - glyph->origin_x; 340 if (x1 < extents->x1) 341 extents->x1 = x1; 386 dest->x1 = MAX (box1->x1, box2->x1) [all...] |
/external/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 38 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) upon return. 40 // (4x(16 - x3), 4x(16 - x2), 4x(16 - x1), 4x(16 - x0)) 49 int* x1) { 59 _mm_storeu_si128(reinterpret_cast<__m128i *>(x1), x1_wide); 63 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) 67 // (4x(16-x3), 4x(16-x2), 4x(16-x1), 4x(16-x0)) 84 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return. 86 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)). 110 // (x1, y1, x0, y0) 112 // (y1, y0, x1, x0 430 int x1[4]; local 467 unsigned x1 = xx & 0x3FFF; local 502 int x1[4]; local 541 const unsigned x1 = xx & 0x3FFF; local 656 unsigned x1 = data & 0x3FFF; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
path.c | 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 463 x1 = data[0]; 469 map_if_relative(ox, oy, relative, &x1, &y1); 478 matrix_map_point(matrix, x1, y1, &x1, &y1); 481 bezier_init(&bezier, x0, y0, x1, y1, 491 x1 = data[0]; 495 map_if_relative(ox, oy, relative, &x1, &y1); 497 px = x1; 500 x2 = (x3 + 2*x1) / 3.f 1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/ |
rc2_locl.h | 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \ 150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \ 151 x1=(t<<2)|(t>>14); \ 152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \ 154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
|
/external/libgsm/src/ |
gsm_decode.c | 269 bc[0] = (*c++ & 0x1) << 1; 270 bc[0] |= (*c >> 7) & 0x1; 273 xmaxc[0] |= (*c >> 7) & 0x1; 276 xmc[2] = (*c++ & 0x1) << 2; 283 xmc[7] |= (*c >> 7) & 0x1; 286 xmc[10] = (*c++ & 0x1) << 2; 291 bc[1] = (*c++ & 0x1) << 1; 292 bc[1] |= (*c >> 7) & 0x1; 295 xmaxc[1] |= (*c >> 7) & 0x1; 298 xmc[15] = (*c++ & 0x1) << 2 [all...] |
gsm_explode.c | 297 bc[0] = (*c++ & 0x1) << 1; 298 bc[0] |= (*c >> 7) & 0x1; 303 xmaxc[0] |= (*c >> 7) & 0x1; 310 xmc[2] = (*c++ & 0x1) << 2; 317 xmc[7] |= (*c >> 7) & 0x1; 320 xmc[10] = (*c++ & 0x1) << 2; 327 bc[1] = (*c++ & 0x1) << 1; 328 bc[1] |= (*c >> 7) & 0x1; 333 xmaxc[1] |= (*c >> 7) & 0x1; 340 xmc[15] = (*c++ & 0x1) << 2 [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
path.c | 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 463 x1 = data[0]; 469 map_if_relative(ox, oy, relative, &x1, &y1); 478 matrix_map_point(matrix, x1, y1, &x1, &y1); 481 bezier_init(&bezier, x0, y0, x1, y1, 491 x1 = data[0]; 495 map_if_relative(ox, oy, relative, &x1, &y1); 497 px = x1; 500 x2 = (x3 + 2*x1) / 3.f 1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
TrackFragmentHeaderBox.java | 55 if ((flags & 0x1) == 1) { //baseDataOffsetPresent 78 if ((getFlags() & 0x1) == 1) { //baseDataOffsetPresent 99 if ((getFlags() & 0x1) == 1) { //baseDataOffsetPresent 120 return (getFlags() & 0x1) != 0; 173 setFlags(getFlags() & (Integer.MAX_VALUE ^ 0x1)); 175 setFlags(getFlags() | 0x1); // activate the field
|
/external/openssl/crypto/rc2/ |
rc2_locl.h | 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \ 150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \ 151 x1=(t<<2)|(t>>14); \ 152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \ 154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
|
/external/tremolo/Tremolo/ |
mdct.c | 199 DATA_TYPE *x1 = x + points - 4; local 204 s0 = x1[0] - x1[1]; x1[0] += x1[1]; 205 s1 = x1[3] - x1[2]; x1[2] += x1[3]; 206 s2 = x2[1] - x2[0]; x1[1] = x2[1] + x2[0] [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_copy_tmp.h | 52 COPY_FUNC( 0x1 ) 71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1);
|
/external/mesa3d/src/mesa/math/ |
m_copy_tmp.h | 52 COPY_FUNC( 0x1 ) 71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1);
|
/external/pixman/test/ |
scaling-test.c | 262 clip_boxes[i].x1 = prng_rand_n (src_width); 265 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1); 272 clip_boxes[i].x1, clip_boxes[i].y1, 290 clip_boxes[i].x1 = prng_rand_n (mask_width); 293 clip_boxes[i].x1 + prng_rand_n (mask_width - clip_boxes[i].x1); 300 clip_boxes[i].x1, clip_boxes[i].y1, 317 clip_boxes[i].x1 = prng_rand_n (dst_width); 320 clip_boxes[i].x1 + prng_rand_n (dst_width - clip_boxes[i].x1) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
pre_proc.cpp | 292 state->x1 = 0; 333 state->x1 = 0; 489 x2 = st->x1; 490 st->x1 = st->x0; 499 L_tmp = L_mac (L_tmp, st->x1, b[1]); 551 x_n_2 = st->x1; 583 st->x1 = x_n_2;
|
/frameworks/base/core/java/android/net/http/ |
SslError.java | 179 mErrors |= (0x1 << error); 193 rval = ((mErrors & (0x1 << error)) != 0); 208 if ((mErrors & (0x1 << error)) != 0) {
|