/external/libopus/silk/fixed/ |
burg_modified_FIX.c | 58 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; local 128 x1 = -silk_LSHIFT32( (opus_int32)x_ptr[ n ], 16 - rshifts ); /* Q(16-rshifts) */ 133 C_first_row[ k ] = silk_SMLAWB( C_first_row[ k ], x1, x_ptr[ n - k - 1 ] ); /* Q( -rshifts ) */ 149 x1 = -silk_LSHIFT32( (opus_int32)x_ptr[ n ], -rshifts ); /* Q( -rshifts ) */ 154 C_first_row[ k ] = silk_MLA( C_first_row[ k ], x1, x_ptr[ n - k - 1 ] ); /* Q( -rshifts ) */
|
/external/libvncserver/examples/ |
example.c | 98 static void drawline(unsigned char* buffer,int rowstride,int bpp,int x1,int y1,int x2,int y2) 101 i=x1-x2; j=y1-y2; 104 buffer[y1*rowstride+x1*bpp+i]=0xff; 110 if(y1>y2) { i=y2; y2=y1; y1=i; i=x2; x2=x1; x1=i; } 113 buffer[j*rowstride+(x1+(j-y1)*(x2-x1)/(y2-y1))*bpp+i]=0xff; 115 if(x1>x2) { i=y2; y2=y1; y1=i; i=x2; x2=x1; x1=i; 130 int i,j,x1,x2,y1,y2; local 201 int x1=cd->oldx,y1=cd->oldy,x2,y2; local [all...] |
/external/libvorbis/lib/ |
mdct.c | 221 DATA_TYPE *x1 = x + points - 8; local 228 r0 = x1[6] - x2[6]; 229 r1 = x1[7] - x2[7]; 230 x1[6] += x2[6]; 231 x1[7] += x2[7]; 235 r0 = x1[4] - x2[4]; 236 r1 = x1[5] - x2[5]; 237 x1[4] += x2[4]; 238 x1[5] += x2[5]; 242 r0 = x1[2] - x2[2] 269 DATA_TYPE *x1 = x + points - 8; local 357 DATA_TYPE *x1 = x+bit[1]; local 508 DATA_TYPE *x1=x0+1; local [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_sse4.c | 36 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, local 64 x1 = _mm_xor_si128(z1, sz1); 66 x1 = _mm_sub_epi16(x1, sz1); 76 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); 81 x1 = _mm_add_epi16(x1, round1); 84 y1 = _mm_mulhi_epi16(x1, quant1); 87 y1 = _mm_add_epi16(y1, x1);
|
vp8_quantize_sse2.c | 43 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local 70 x1 = _mm_xor_si128(z1, sz1); 72 x1 = _mm_sub_epi16(x1, sz1); 82 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); 90 x1 = _mm_add_epi16(x1, round1); 93 y1 = _mm_mulhi_epi16(x1, quant1); 96 y1 = _mm_add_epi16(y1, x1); 158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones local [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
itrans4_dspr2.c | 319 int x0, x1, x2, x3; local 322 x1 = input[1]; 326 if (!(x0 | x1 | x2 | x3)) { 333 s2 = sinpi_3_9 * x1; 341 x1 = s1 - s4 - s6; 346 s1 = x1 + x3; 348 s3 = x0 + x1 - x3;
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_dynamic.c | 269 unsigned x1 = i915->scissor.minx; local 276 sc[1] = (y1 << 16) | (x1 & 0xffff);
|
/external/mesa3d/src/mesa/swrast/ |
s_zoom.c | 44 * \param x0, x1 returned X bounds of zoomed region [x0, x1) 51 GLint *x0, GLint *x1, GLint *y0, GLint *y1) 94 *x1 = c1; 136 GLint x0, x1, y0, y1; local 140 &x0, &x1, &y0, &y1)) { 151 zoomedWidth = x1 - x0; 366 GLint x0, x1, y0, y1, y; local 370 &x0, &x1, &y0, &y1)) { 374 zoomedWidth = x1 - x0 411 GLint x0, x1, y0, y1, y; local [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cf2font.c | 78 * | (x1,y1) 96 * (x1, y1) = (500, 400) 125 FT_Int x1 = darkenParams[0]; local 167 if ( scaledStem < cf2_intToFixed( x1 ) ) 172 FT_Int xdelta = x2 - x1; 175 FT_DivFix( cf2_intToFixed( x1 ), ppem );
|
/external/pdfium/xfa/src/fwl/src/theme/ |
scrollbartp.cpp | 240 FX_FLOAT x1 = bVert ? pRect->left + 1 : pRect->left;
local 245 DrawAxialShading(pGraphics, x1, y1, x2, y2, m_pThemeData->clrTrackBKStart,
|
/external/skia/src/animator/ |
SkPathParts.h | 71 SkScalar x1; member in class:SkQuadTo 89 SkScalar x1; member in class:SkCubicTo
|
/external/skia/src/core/ |
SkBitmapProcState_sample.h | 98 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; local 103 *colors++ = RETURNDST(x1); 147 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 149 unsigned x1 = XX & 0x3FFF; local 155 SRC_TO_FILTER(row0[x1]), 157 SRC_TO_FILTER(row1[x1]), 189 unsigned x1 = data & 0x3FFF; local 198 SRC_TO_FILTER(row0[x1]), 200 SRC_TO_FILTER(row1[x1]),
|
SkBitmapProcState_shaderproc.h | 57 unsigned x1 = TILEX_PROCF((fx + oneX), maxX); local 61 SRC_TO_FILTER(row0[x1]), 63 SRC_TO_FILTER(row1[x1]),
|
/external/srtp/tables/ |
aes_tables.c | 94 uint32_t x1, x2, x3; local 102 x1 = aes_sbox[i]; 103 x2 = gf2_8_shift(x1); 104 x3 = x2 ^ x1; 107 tmp.v8[1] = x1; 108 tmp.v8[2] = x1; 114 tmp.v8[2] = x1; 115 tmp.v8[3] = x1; 118 tmp.v8[0] = x1; 121 tmp.v8[3] = x1; [all...] |
/external/v8/test/mjsunit/ |
smi-ops-inlined.js | 236 var x1 = 0x10000000; variable 239 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)"); 243 x1 = 0x10000000 246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
|
smi-ops.js | 243 var x1 = 0x10000000; variable 246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)"); 250 x1 = 0x10000000 253 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
|
/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/av/media/libstagefright/codecs/amrwbenc/src/ |
p_med_ol.c | 174 Word16 x1, x2, x3, x4, x5; local 177 x1 = x[-2]; 183 if (x2 < x1) 185 tmp = x1; 186 x1 = x2; 189 if (x3 < x1) 191 tmp = x1; 192 x1 = x3; 195 if (x4 < x1) 197 tmp = x1; [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct_vca.cpp | 99 int32 x0, x1, x2, x4, x5; local 124 x1 = (181 * (x4 - x5) + 128) >> 8; 133 res = (x0 + x1) >> 14; 144 res2 = (x0 - x1) >> 14; 160 int32 x0, x1, x3, x5, x7;//, x8; local 162 x1 = blk[8]; 166 x7 = W7 * x1; 167 x1 = W1 * x1; 170 x5 = (181 * (x1 - x7) + 128) >> 8 187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 450 int32 x0, x1, x2, x4, x5, temp; local 507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
RotateFilter.java | 142 Point x1 = new Point(0.5f * (cosTheta + sinTheta + 1f), local 148 Quad quad = new Quad(x0, x1, x2, x3);
|
/frameworks/native/services/sensorservice/ |
Fusion.h | 44 vec3_t x1; member in class:android::Fusion 90 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicYuvToRGB.cpp | 127 uint32_t x1 = xstart; local 158 if((x1 & 1) && (x2 > x1)) { 159 int cx = (x1 >> 1) * cstep; 160 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]); 162 x1++; 166 if((x2 > x1) && gArchUseSIMD) { 167 int32_t len = x2 - x1; 169 rsdIntrinsicYuv2_K(info->outPtr[0], Y, u, v, x1, x2); 170 x1 += len [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local 71 x1 = _mm_xor_si128(z1, sz1); 73 x1 = _mm_sub_epi16(x1, sz1); 83 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); 91 x1 = _mm_add_epi16(x1, round1); 94 y1 = _mm_mulhi_epi16(x1, quant1); 97 y1 = _mm_add_epi16(y1, x1); 159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones local [all...] |
/hardware/ti/omap4-aah/security/tf_daemon/ |
lib_manifest2.c | 118 uint8_t x1 = pName1[i]; local 123 if ((x1 & ~0x20) != (x2 & ~0x20))
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.c | 118 uint8_t x1 = pName1[i]; local 123 if ((x1 & ~0x20) != (x2 & ~0x20))
|