Searched refs:x1 (Results 276 - 300 of 1008) sorted by relevance

<<11121314151617181920>>

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DCAVLCReader.java85 int sign = ((val & 0x1) << 1) - 1;
86 val = ((val >> 1) + (val & 0x1)) * sign;
122 return ~read1Bit() & 0x1;
/external/qemu/target-mips/
H A Dtranslate_init.c50 #define MIPS_FCR0 ((0 << FCR0_S) | (0x1 << FCR0_PRID) | (0x10 << FCR0_REV))
182 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
202 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
222 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
243 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
266 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
314 .CP0_Config0 = (1 << 17) | (0x1 << 9) | (0x1 << 6) | (0x2 << CP0C0_K0),
333 .CP0_Config0 = (1 << 17) | (0x1 << 9) | (0x1 <<
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGLineElement.cpp36 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::x1Attr, X1, x1)
156 path.moveTo(FloatPoint(x1().value(this), y1().value(this)));
162 return x1().isRelative()
/external/libffi/src/alpha/
H A Dosf.S307 .byte 0x1 # CIE Version
309 .byte 0x1 # uleb128 0x1; CIE Code Alignment Factor
312 .byte 0x1 # uleb128 0x1; Augmentation size
354 .byte 0x80,0x1 # uleb128 128
/external/opencv/cv/src/
H A Dcvstereogc.cpp489 int x, y, x1, d, i, j, rows = state->left->rows, cols = state->left->cols, n = 0; local
503 x1 = x - d;
504 if( (unsigned)x1 >= (unsigned)cols )
506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 );
551 int d = dleft[x], x1, d1; local
556 x1 = x + d;
557 if( (unsigned)x1 >= (unsigned)cols )
559 d1 = dright[x1];
561 E += dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )];
666 int k, a, d, d1, x, y, x1, y local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2) argument
209 if (!x1 || !x2 || !y1 || !y2)
211 ddx = x1 + x1;
218 spy = (ddy / ddy1) * x1, ddy %= ddy1;
235 bb1 += x1;
/external/aac/libFDK/include/
H A DFDK_trigFcts.h207 * \param x1 first angle value
209 * \param scale exponent of x1 and x2
210 * \param out pointer to 4 FIXP_DBL locations, were the values cos(x1), sin(x1), cos(x2), sin(x2)
213 static inline void inline_fixp_cos_sin (FIXP_DBL x1, FIXP_DBL x2, const int scale, FIXP_DBL *out) argument
216 residual = fixp_sin_cos_residual_inline(x1, scale, &sine, &cosine);
/external/clang/include/clang/AST/
H A DDeclGroup.h58 enum Kind { SingleDeclKind=0x0, DeclGroupKind=0x1, Mask=0x1 };
/external/clang/test/CodeGen/
H A Doverride-layout.c120 struct X1 x1; local
121 x1.x[5] = sizeof(struct X1);
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp80 int *a(A0<int> &x0, A1<int> &x1) { argument
82 int *y1 = x1; // expected-error{{no viable conversion}}
H A Dmember-function-template.cpp72 void test_incomplete_access(X1<int> *x1, X2<int> *x2) { argument
73 float &fr = x1->get<float>();
/external/icu4c/common/
H A Dservlkf.cpp73 UBool visible = (_coverage & 0x1) == 0;
93 if ((_coverage & 0x1) == 0) {
/external/libvpx/vp8/common/
H A Donyx.h49 USAGE_LOCAL_FILE_PLAYBACK = 0x1,
57 MODE_GOODQUALITY = 0x1,
/external/libvpx/vpx/
H A Dvpx_decoder_compat.h477 #define VPX_DEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
491 #define VPX_DEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
/external/stlport/src/
H A Dsparc_atomic.s36 add %o2, 0x1, %o3 ! Increment and store current
58 sub %o2, 0x1, %o3 ! decrement and store current
H A Dsparc_atomic64.s34 addx %o2, 0x1, %o3 ! Increment and store current
54 subx %o2, 0x1, %o3 ! decrement and store current
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp90 double x1, x2, y1, y2; local
91 cairo_clip_extents(context->platformContext()->cr(), &x1, &y1, &x2, &y2);
92 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, IntRect(x1, y1, x2 - x1, y2 - y1));
227 double x1, x2, y1, y2; local
228 cairo_clip_extents(cr, &x1, &y1, &x2, &y2);
229 calculateLayerBoundingRect(context, shadowRect, IntRect(x1, y1, x2 - x1, y2 - y1));
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp285 magtype x1 = (magtype)x[i+1], y1 = (magtype)y[i+1]; \
288 x1 = x1*x1 + y1*y1; \
290 mag[i+1] = x1; \
292 x1 = (magtype)x[i+3], y1 = (magtype)y[i+3]; \
294 x1 = x1*x1 + y1*y1; \
296 mag[i+3] = x1; \
826 double x1 = x[i + 1].f * exp_prescale; local
931 double x1 = x[i + 1].f * exp_prescale; local
1396 double x0, x1, x2, x3; local
1496 double x0, x1, x2, x3; local
[all...]
/external/qemu/android/skin/
H A Dregion.c281 if (pleft < minmax->x1) minmax->x1 = pleft;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 ) argument
378 if (x1 >= x2 || y1 >= y2) {
382 r->bounds.pos.x = x1;
384 r->bounds.size.w = x2 - x1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
407 r->bounds.pos.x = box->x1;
409 r->bounds.size.w = box->x2 - box->x1;
1002 minmax.x1
1325 expectRectRegion( Region* r, int x1, int y1, int x2, int y2 ) argument
[all...]
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adif.cpp119 adif->bVariableRate = ( adif_buffer_fullness >= (INT)(0x1<<20) ) ? 1 : 0;
/external/aac/libPCMutils/include/
H A Dpcmutils_lib.h157 CH1_MODE = 0x1, /*!< Create a dual mono output signal from channel 1. */
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3-0x.cpp85 int x1 {2};
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp12 template <int +> struct x1; // expected-error {{expected ',' or '>' in template-parameter-list}}
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DFaultHeightMap.java171 int x1 = random.nextInt(size);
179 float dist = ((x2 - x1) * (j - y1) - (y2 - y1) * (i - x1))
180 / (FastMath.sqrt(FastMath.sqr(x2 - x1) + FastMath.sqr(y2 - y1)));
/external/kernel-headers/original/linux/
H A Dxattr.h13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */

Completed in 498 milliseconds

<<11121314151617181920>>