HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 1301 - 1325 of 2879) sorted by null

<<51525354555657585960>>

  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /external/clang/test/CXX/drs/
dr0xx.cpp 702 X<A> x1; member in namespace:dr62
784 struct ::dr68::X<int> x1; member in namespace:dr68
dr1xx.cpp 91 X<a1> x1; member in namespace:dr112
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 1774 const float x1 = (float)(x + 1) \/ (float)gridSize; local
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 101 static void lookupQuad (ColorQuad& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y0, int y1, int z)
104 dst.p10 = lookup<float>(level, sampler, x1, y0, z);
106 dst.p11 = lookup<float>(level, sampler, x1, y1, z);
115 static void lookupLine (ColorLine& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y)
118 dst.p1 = lookup<float>(level, sampler, x1, y, 0);
376 for (float x1 = xBounds1.x(); x1 <= xBounds1.y(); x1 += searchStep)
378 const float a1 = de::min(x1, xBounds1.y());
424 for (float x1 = xBounds1.x(); x1 <= xBounds1.y(); x1 += searchStep
649 const int x1 = wrap(sampler.wrapS, i+1, w); local
701 const int x1 = wrap(sampler.wrapS, i+1, w); local
766 const int x1 = wrap(sampler.wrapS, i+1, w); local
985 const int x1 = wrap(sampler.wrapS, i0+1, w0); local
1004 const int x1 = wrap(sampler.wrapS, i1+1, w1); local
1074 const int x1 = wrap(sampler.wrapS, i0+1, w0); local
1099 const int x1 = wrap(sampler.wrapS, i1+1, w1); local
1185 const int x1 = wrap(sampler.wrapS, i0+1, w0); local
1217 const int x1 = wrap(sampler.wrapS, i1+1, w1); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 1478 float x1 = (float)(col+1) \/ (float)numQuadRowsCols * 2.0f - 1.0f; local
    [all...]
  /external/dng_sdk/source/
dng_reference.cpp 2667 uint32 x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /external/jarjar/lib/
maven-plugin-api.jar 
  /external/libhevc/decoder/
ihevcd_parse_slice.c 126 WORD32 x1, y1; local
209 x1 = x0 + ((1 << log2_trafo_size) >> 1);
220 ihevcd_parse_transform_tree(ps_codec, x1, y0, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 1, intra_pred_mode_tmp);
226 ihevcd_parse_transform_tree(ps_codec, x1, y1, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 3, intra_pred_mode_tmp);
1680 WORD32 x1, y1; local
    [all...]
  /external/libopus/celt/
celt_encoder.c 373 is_transient = rand()&0x1;
406 opus_val16 x1, x2; local
407 x1 = MAX16(0, newE[i]);
409 mean_diff = ADD32(mean_diff, EXTEND32(MAX16(0, SUB16(x1, x2))));
705 tf_select = rand()&0x1;
706 tf_res[0] = rand()&0x1;
    [all...]
  /external/libvncserver/libvncserver/
rfbserver.c 857 int x1=Swap16IfLE(*x); local
862 rfbScaledCorrection(cl->scaledScreen, cl->screen, &x1, &y1, &w1, &h1, "rectSwapIfLEAndClip");
863 *x = x1;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 643 int x1 = ((x0_16 + (w - 1) * xs) >> SUBPEL_BITS) + 1; local
648 x1 += VP9_INTERP_EXTEND;
665 if (x0 < 0 || x0 > frame_width - 1 || x1 < 0 || x1 > frame_width - 1 ||
669 const int b_w = x1 - x0 + 1;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 176 const __m128i x1 = _mm_packs_epi32(w2, w3); local
178 overflow = check_epi16_overflow_x2(&x0, &x1);
185 // x1 = [b4 b5 b3 b2 bC bD bB bA]
187 in1 = _mm_shuffle_epi32(x1, 0x8D);
237 const __m128i x1 = _mm_packs_epi32(w2, w3); local
239 overflow = check_epi16_overflow_x2(&x0, &x1);
247 // x1 = [o1 o5 o9 oD o3 o7 oB oF]
248 const __m128i y0 = _mm_unpacklo_epi16(x0, x1);
249 const __m128i y1 = _mm_unpackhi_epi16(x0, x1);
420 const __m128i x1 = SUB_EPI16(q4, r0) local
837 const __m128i x1 = SUB_EPI16(q4, r0); local
    [all...]
loopfilter_sse2.c 87 const __m128i t1 = _mm_set1_epi16(0x1);
477 const __m128i t1 = _mm_set1_epi8(0x1);
1333 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1405 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/libyuv/files/source/
scale.cc 87 // 32x3 -> 12x1
91 // 32x2 -> 12x1
95 // 16x2 -> 16x1
228 // Blends 32x2 rectangle to 16x1.
302 // Blends 32x2 rectangle to 16x1.
379 // Blends 32x4 rectangle to 8x1.
473 // Blends 32x8 rectangle to 4x1.
586 // Blends 32x2 rectangle to 24x1
756 // Scale 16x3 pixels to 6x1 with interpolation
822 // Scale 16x2 pixels to 6x1 with interpolatio
2701 int x1 = (xi < src_width - 1) ? xi + 1 : xi; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 640 int x1, int y1,
644 out[1] = get_texel_2d_no_border( samp, addr, x1, y0 );
646 out[3] = get_texel_2d_no_border( samp, addr, x1, y1 );
655 int x1, int y1,
659 out[1] = get_texel_2d( samp, addr, x1, y0 );
660 out[3] = get_texel_2d( samp, addr, x1, y1 );
821 unsigned x1 = (x0 + 1) & (xpot - 1); local
823 get_texel_quad_2d_no_border(samp, addr, x0, y0, x1, y1, tx);
1181 int x0, x1; local
1194 samp->linear_texcoord_s(s, width, &x0, &x1, &xw)
1218 int x0, x1, layer; local
1256 int x0, y0, x1, y1; local
1300 int x0, y0, x1, y1, layer; local
1345 int x0, y0, x1, y1; local
1390 int x0, x1, y0, y1, z0, z1; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 578 int x1; /**< determines scale if PIPE_CAP_SCALED_RESOLVE is supported */ member in struct:pipe_resolve_info::__anon19996
587 int x1; /**< may be < x0 only if PIPE_CAP_SCALED_RESOLVE is supported */ member in struct:pipe_resolve_info::__anon19997
  /external/opencv/cv/src/
cvfundam.cpp 703 double x1 = m2[i].x, y1 = m2[i].y; local
705 a[i*9+0] = x1*x0;
706 a[i*9+1] = x1*y0;
707 a[i*9+2] = x1;
851 double x1 = (m2[i].x - m1c.x)*scale1; local
853 double r[9] = { x1*x0, x1*y0, x1, y1*x0, y1*y0, y1, x0, y0, 1 };
    [all...]
cvhough.cpp 910 int sx, sy, x0, y0, x1, y1, r, k; local
939 for( x1 = x0, y1 = y0, r = min_radius; r <= max_radius; x1 += sx, y1 += sy, r++ )
941 int x2 = x1 >> SHIFT, y2 = y1 >> SHIFT;
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 961 double x1,y1,x2,y2; local
962 x1 = cvmGet(tmpProjPoints[currImage],0,i);
968 dx = x1-x2;
1242 double x1,y1,x2,y2; local
1469 double x1,y1,w1,x2,y2,w2; local
    [all...]

Completed in 812 milliseconds

<<51525354555657585960>>