/external/libavc/common/x86/ |
ih264_iquant_itrans_recon_sse42.c | 231 pred_r1 = _mm_loadl_epi64((__m128i *) (&pu1_pred[pred_strd])); //p10 p11 p12 p13 0 0 0 0 0 0 0 0 -- all 8 bits 236 pred_r1 = _mm_cvtepu8_epi32(pred_r1); //p10 p11 p12 p13 -- all 32 bits 481 pred_r1 = _mm_loadl_epi64((__m128i *) (&pu1_pred[pred_strd])); //p10 p11 p12 p13 0 0 0 0 0 0 0 0 -- all 8 bits 491 pred_r1 = _mm_cvtepu16_epi32(pred_r1); //p10 p11 p12 p13 -- all 32 bits 548 resq_r1 = _mm_cvtepu8_epi16(resq_r1); //p10 p11 p12 p13 -- all 16 bits
|
ih264_resi_trans_quant_sse42.c | 140 pred_r1 = _mm_loadl_epi64((__m128i *) (&pu1_pred[pred_strd])); //p10 p11 p12 p13 0 0 0 0 0 0 0 0 -- all 8 bits 145 pred_r1 = _mm_cvtepu8_epi16(pred_r1); //p10 p11 p12 p13 -- all 16 bits 419 pred_r1 = _mm_loadl_epi64((__m128i *) (&pu1_pred[pred_strd])); //p10 p11 p12 p13 0 0 0 0 0 0 0 0 -- all 8 bits 428 // pred_r1 = _mm_cvtepu8_epi16(pred_r1); //p10 p11 p12 p13 -- all 16 bits [all...] |
/external/opencv/cv/src/ |
cvposit.cpp | 302 float p11 = ata00 * ata22 - ata02 * ata02; local 320 b[n + k] = (p01 * a0 + p11 * a1 + p12 * a2) * inv_det;
|
/external/opencv3/modules/calib3d/src/ |
posit.cpp | 302 float p11 = ata00 * ata22 - ata02 * ata02; local 321 b[n + k] = (p01 * a0 + p11 * a1 + p12 * a2) * inv_det;
|
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | 98 Vec4 p11; //!< (1, 1) member in struct:tcu::ColorQuad 106 dst.p11 = lookup<float>(level, sampler, x1, y1, z); 161 const Vec4 d2 = abs(quad.p11 - quad.p10); 162 const Vec4 d3 = abs(quad.p11 - quad.p01); 205 return min(quad.p00, min(quad.p10, min(quad.p01, quad.p11))); 210 return max(quad.p00, max(quad.p10, max(quad.p01, quad.p11))); 306 const Vec4 c1 = quad.p01*(1.0f - a) + quad.p11*a; 341 const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0.p11*a*b; 342 const Vec4 c1 = quad1.p00*(1.0f-a)*(1.0f-b) + quad1.p10*a*(1.0f-b) + quad1.p01*(1.0f-a)*b + quad1.p11*a*b; 422 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.0f-a0)*b0 + quad0.p11*a0*b0 [all...] |
tcuFuzzyImageCompare.cpp | 145 deUint32 p11 = readUnorm8<NumChannels>(src, i1, j1); local 154 (getChannel(p11, c)*( a)*( b));
|
/art/test/700-LoadArgRegs/src/ |
Main.java | 33 static void testI11(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11) { 34 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10+", "+p11); 36 static void testI12(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12) { 37 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10+", "+p11+", "+p12);
|
/external/curl/docs/ |
mk-ca-bundle.1 | 101 http://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-existing.html
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/ |
stof.pass.cpp | 53 // 21.5p11 and p13: "call wcstod [...] Throws out_of_range if wcstod
|
/external/libhevc/common/x86/ |
ihevc_deblk_ssse3_intr.c | 266 //arranged x x x x x x x x q31 q30 q1 q10 p30 p31 p10 p11 , x x x x x x x x q21 q20 q01 q00 p20 p21 p00 p01 271 //arranged q31 q30 q21 q20 q1 q10 q01 q00 p30 p31 p20 p21 p10 p11 p00 p01 287 // q32 q31 q22 q21 q12 q11 q02 q01 p32 p31 p22 p21 p12 p11 p02 p01 406 //arranged q31 q30 p30 p31 q21 q20 p20 p21 q1 q10 p10 p11 q01 q00 p00 p01 719 //arranged q31 q30 q21 q20 q1 q10 q01 q00 p30 p31 p20 p21 p10 p11 p00 p01 [all...] |
/external/chromium-trace/catapult/tracing/tracing/base/ |
quad.html | 26 var p11 = vec2.createXY(1, 1);
|
/external/clang/test/CXX/special/class.copy/ |
implicit-move.cpp | 4 // assignment: p9, p11, p20, p23.
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_sse.hpp | 1349 __m128i p11 = _mm_unpackhi_epi32(p00, p01); local 1414 __m128i p11 = _mm_unpackhi_epi32(ab0, c0); local [all...] |
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
pkcs11_session.c | 180 /* No need of the returnOrigin as this is not specific to P11 */
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
pkcs11_session.c | 180 /* No need of the returnOrigin as this is not specific to P11 */
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/ |
kotlin-runtime-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/ |
kotlin-runtime-1.0.0-beta-1103.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/ |
kotlin-runtime-1.0.0-beta-4584.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/ |
kotlin-runtime-1.0.2.jar | |
/prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/ |
kotlin-runtime-1.0.0.jar | |
/prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/ |
kotlin-runtime-1.0.0-beta-4584.jar | |
/external/llvm/test/CodeGen/Mips/msa/ |
spill.ll | 19 %p11 = getelementptr <16 x i8>, <16 x i8>* %p0, i32 11 53 %11 = load <16 x i8>, <16 x i8>* %p11, align 16 168 %p11 = getelementptr <8 x i16>, <8 x i16>* %p0, i32 11 202 %11 = load <8 x i16>, <8 x i16>* %p11, align 16 317 %p11 = getelementptr <4 x i32>, <4 x i32>* %p0, i32 11 351 %11 = load <4 x i32>, <4 x i32>* %p11, align 16 466 %p11 = getelementptr <2 x i64>, <2 x i64>* %p0, i32 11 500 %11 = load <2 x i64>, <2 x i64>* %p11, align 16 [all...] |
/external/opencv3/modules/video/ |
opencl_kernels_video.cpp | 692 "__global float* p11, int p11_step,\n" 719 "p11[y * p11_step + x] = (p11[y * p11_step + x] + taut * u1x) / ng1;\n" 750 "__global const float* p11, \n" 793 "float div_p1 = divergence(p11, p12, y, x, I1wx_step, I1wx_step);\n" [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/ |
kotlin-runtime-1.0.0-rc-1036.jar | |
/external/icu/icu4c/source/test/intltest/ |
rbbitst.cpp | 2841 int p11 = p1; local [all...] |