Searched defs:z0 (Results 1 - 25 of 51) sorted by path

123

/external/aac/libAACdec/src/
H A Dldfiltbank.cpp111 FIXP_DBL z0, z2, tmp; local
114 z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
128 z[i] = z0;
134 FIXP_DBL z0, z2, tmp0, tmp1; local
137 z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
153 z[i] = z0;
/external/aac/libAACenc/src/
H A Dtransform.cpp222 FIXP_DBL z0, outval; local
224 z0 = (fMult((FIXP_PCM)timeData[L+N*3/4-1-i], pWindowELD[N/2-1-i])<< (WTS0-1)) + (fMult((FIXP_PCM)timeData[L+N*3/4+i], pWindowELD[N/2+i])<< (WTS0-1));
232 overlapAddBuffer[i] = z0;
241 FIXP_DBL z0, outval; local
243 z0 = fMult((FIXP_PCM)timeData[L+N*3/4-1-i], pWindowELD[N/2-1-i]) << (WTS0-1);
250 overlapAddBuffer[i] = z0;
/external/ceres-solver/internal/ceres/
H A Ddynamic_autodiff_cost_function_test.cc518 // x0, y0, y1, z0, z1, z2
528 const T* z0 = parameters[3]; local
534 T sum_z = z0[0] + 3.0 * z1[0] + 6.0 * z2[0];
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c46 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
65 sz0 = _mm_srai_epi16(z0, 15);
69 x0 = _mm_xor_si128(z0, sz0);
147 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
161 sz0 = _mm_srai_epi16(z0, 15);
165 x0 = _mm_xor_si128(z0, sz0);
H A Dquantize_sse4.c40 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
59 sz0 = _mm_srai_epi16(z0, 15);
63 x0 = _mm_xor_si128(z0, sz0);
H A Dquantize_ssse3.c45 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
61 sz0 = _mm_srai_epi16(z0, 15);
65 x0 = _mm_abs_epi16(z0);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c692 LLVMValueRef x0, y0, z0, x1, y1, z1; local
733 &z0, &z1, &r_fpart);
734 lp_build_name(z0, "tex.z0.wrapped");
738 z0 = z1 = r; /* cube face */
742 z0 = z1 = NULL;
748 z0 = z1 = r_fpart = NULL;
757 x0, y0, z0,
762 x1, y0, z0,
781 x0, y1, z0,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c138 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy; local
140 quad->output.depth[0] = z0;
141 quad->output.depth[1] = z0 + dzdx;
142 quad->output.depth[2] = z0 + dzdy;
143 quad->output.depth[3] = z0 + dzdx + dzdy;
H A Dsp_quad_depth_test_tmp.h60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy; local
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
H A Dsp_tex_sample.c1390 int x0, x1, y0, y1, z0, z1; local
1409 samp->linear_texcoord_p(p, depth, &z0, &z1, &zw);
1412 tx00 = get_texel_3d(samp, addr, x0, y0, z0);
1413 tx01 = get_texel_3d(samp, addr, x1, y0, z0);
1414 tx02 = get_texel_3d(samp, addr, x0, y1, z0);
1415 tx03 = get_texel_3d(samp, addr, x1, y1, z0);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dfs-frontface.c19 #define z0 0.2 macro
27 {-0.8, -0.9, z0, 1.0 },
32 { -0.2, -0.9, z0, 1.0 },
H A Dfs-write-z.c22 #define z0 0.2 macro
31 {-0.8, -0.9, z0, 1.0 },
36 { -0.2, -0.9, z0, 1.0 },
H A Docclusion-query.c24 #define z0 0.2 macro
30 {-0.9, -0.9, z0, 1.0 },
35 { 0.9, -0.9, z0, 1.0 },
40 { 0.9, 0.9, z0, 1.0 },
45 {-0.9, 0.9, z0, 1.0 },
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c344 float z0 = z - Z0; local
357 if (y0 >= z0) {
365 else if (x0 >= z0) {
383 if (y0 < z0) {
391 else if (x0 < z0) {
417 z1 = z0 - k1 + G3;
420 z2 = z0 - k2 + 2.0f * G3;
423 z3 = z0 - 1.0f + 3.0f * G3;
431 t0 = 0.6f - x0 * x0 - y0 * y0 - z0 * z0;
505 float z0 = z - Z0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c80 * z0, and z1 are the end point values to interpolate.
90 GLfloat z0, GLfloat z1, GLfloat plane[4])
96 const GLfloat pz = z1 - z0;
103 const GLfloat d = -(a * x0 + b * y0 + c * z0);
112 const GLfloat pz = z0 - z1;
116 const GLfloat d = -(a * x0 + b * y0 + c * z0);
89 compute_plane(GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z0, GLfloat z1, GLfloat plane[4]) argument
H A Ds_aatriangle.c49 GLfloat z0, GLfloat z1, GLfloat z2, GLfloat plane[4])
53 const GLfloat pz = z1 - z0;
57 const GLfloat qz = z2 - z0;
68 const GLfloat d = -(a * v0[0] + b * v0[1] + c * z0);
48 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[], GLfloat z0, GLfloat z1, GLfloat z2, GLfloat plane[4]) argument
H A Ds_tritemp.h612 GLfloat z0 = vLower->attrib[FRAG_ATTRIB_WPOS][2]; local
615 GLfloat tmp = (z0 * FIXED_SCALE
627 zLeft = (GLuint) (z0 + span.attrStepX[FRAG_ATTRIB_WPOS][2] * FixedToFloat(adjx)
/external/chromium_org/third_party/skia/samplecode/
H A DSampleSkLayer.cpp39 static void test_map(SkScalar x0, SkScalar y0, SkScalar z0, argument
43 src.set(x0, y0, z0);
46 x0, y0, z0,
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp484 SkScalar z0 = -ab.dot(p[0]); local
487 cAvg.fX = SkScalarMul(ab.fY, z1) - SkScalarMul(z0, dc.fY);
488 cAvg.fY = SkScalarMul(z0, dc.fX) - SkScalarMul(ab.fX, z1);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc8687 v8::Handle<Value> z0 = global0->Get(v8_str("0")); local
8688 CHECK_EQ(999, z0->Int32Value());
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp1.cpp35 Z<float, int> z0; member in namespace:PR6376
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc29 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable
37 t0 = z0;
52 z0 = t0;
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp463 for (float z0 = zBounds0.x(); z0 < zBounds0.y()+searchStep; z0 += searchStep)
465 const float c0 = de::min(z0, zBounds0.y());
727 const int z0 = wrap(sampler.wrapR, k , d); local
739 lookupQuad(quad0, level, sampler, x0, x1, y0, y1, z0);
1134 const int z0 = wrap(sampler.wrapR, k0 , d0); local
1136 lookupQuad(quad00, level0, sampler, x0, x1, y0, y1, z0);
1166 const int z0 = wrap(sampler.wrapR, k1 , d1); local
1168 lookupQuad(quad10, level1, sampler, x0, x1, y0, y1, z0);
[all...]
H A DtcuTexture.cpp1536 int z0 = deFloorFloatToInt32(w-0.5f); local
1537 int z1 = z0+1;
1543 int k0 = wrap(sampler.wrapR, z0, depth);
1588 int z0 = deFloorFloatToInt32(w-0.5f)+offset.z(); local
1589 int z1 = z0+1;
1595 int k0 = wrap(sampler.wrapR, z0, depth);
/external/deqp/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp157 float z0 = rnd.getFloat(-1.0f, 1.0f); local
163 sglr::drawQuad(*getCurrentContext(), flatShaderID, Vec3(x0, y0, z0), Vec3(x1, y1, z1));

Completed in 723 milliseconds

123