HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 376 - 400 of 1594) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct4x4_add_neon.c 100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; local
107 c2 = vmull_lane_s32(vget_low_s32(b1), vget_high_s32(cospis), 0);
123 b1 = vcombine_s32(vrshrn_n_s64(c2, DCT_CONST_BITS),
140 int32x4_t c2 = vld1q_s32(input + 8); local
149 a1 = vcombine_s16(vmovn_s32(c2), vmovn_s32(c3));
161 idct4x4_16_kernel_bd10(cospis, &c0, &c1, &c2, &c3);
162 idct4x4_16_kernel_bd10(cospis, &c0, &c1, &c2, &c3);
164 idct4x4_16_kernel_bd12(cospis, &c0, &c1, &c2, &c3);
165 idct4x4_16_kernel_bd12(cospis, &c0, &c1, &c2, &c3);
168 a1 = vcombine_s16(vqrshrn_n_s32(c3, 4), vqrshrn_n_s32(c2, 4))
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
hadamard_vsx.c 28 const int16x8_t c2 = vec_sub(b0, b2); local
36 v[1] = vec_sub(c2, c6);
38 v[3] = vec_add(c2, c6);
103 const int16x8_t c2 = vec_add(b2, b3); local
107 const int16x8_t d0 = vec_add(c0, c2);
109 const int16x8_t d2 = vec_sub(c0, c2);
  /external/libyuv/files/source/
scale_dspr2.cc 559 const int c2 = 0x2AAA; local
583 "mul $t6, $t6, %[c2] \n" // t6 * 0x2AAA
    [all...]
  /external/ltp/lib/
tst_kvercmp.c 109 int c1 = 0, c2 = 0, c3 = 0, c4 = 0, c5 = 0; local
113 sscanf(cur_ver, "%d.%d.%d-%d.%d", &c1, &c2, &c3, &c4, &c5);
118 if ((ret = c2 - t2))
  /external/lzma/C/
CpuArch.c 64 UInt32 a2, b2, c2, d2; local
72 __asm mov c2, ECX; local
77 *c = c2;
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 177 int c2 = tolower(descr[i+1]); local
179 if( c1 != c2 )
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_kr.c 276 unsigned char c1, c2, t2; local
281 c2 = code & 0xff;
284 (c2 >= 0x21 && c2 <= 0x7e)) {
287 t2 = ((t1 & 1) ? 0x5e : 0) + (c2 - 0x21);
351 unsigned char c = IN1, c2; local
362 c2 = IN2;
370 c_jung = ((c << 3) | c2 >> 5) & 0x1f;
371 c_jong = c2 & 0x1f;
414 c2 < 0x31 || (c2 >= 0x80 && c2 < 0x91) |
    [all...]
  /external/regex-re2/util/
rune.cc 51 int c, c1, c2, c3; local
85 c2 = *(unsigned char*)(str+2) ^ Tx;
86 if(c2 & Testx)
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
  /external/skia/src/shaders/gradients/
SkTwoPointConicalGradient.cpp 58 SkPoint c2 = buffer.readPoint(); local
63 SkTSwap(c1, c2);
85 return SkGradientShader::MakeTwoPointConical(c1, r1, c2, r2, desc.fColors,
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
vecoperations.c 77 v4i32 c2 = a.yzwx; local
78 return c2;
82 v4i32 c2 = a.zwxy; local
83 return c2;
87 v4i32 c2 = a.wxyz; local
88 return c2;
92 v4i32 c2 = a.xyzw; local
93 return c2;
97 v4i32 c2 = a.xwzy; local
98 return c2;
102 v4f32 c2 = a.yzwx; local
107 v4f32 c2 = a.zwxy; local
112 v4f32 c2 = a.wxyz; local
117 v4f32 c2 = a.xyzw; local
122 v4f32 c2 = a.xwzy; local
127 v2i64 c2 = a.yx; local
132 v2f64 c2 = a.yx; local
    [all...]
  /external/vboot_reference/cgpt/
cgpt_show.c 35 short c2 = Uint8To2Chars(memory[i]); local
36 buf[outlen++] = c2 >> 8;
37 buf[outlen++] = c2 & 0xff;
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 928 const float* c2 = &c[31]; local
1055 const float* c2 = &c[31]; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteConnectionPoolTest.java 80 SQLiteConnection c2 = pool.acquireConnection("pragma user_version", 0, null); local
81 assertTrue("Returned connection should be the same", c1 == c2);
82 pool.releaseConnection(c2);
  /frameworks/base/graphics/java/android/graphics/fonts/
FontVariationAxis.java 108 final char c2 = tagString.charAt(1); local
111 return (c1 << 24) | (c2 << 16) | (c3 << 8) | c4;
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 52 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
  /packages/apps/Gallery2/jni/filters/
kmeans.h 190 T * c2 = finalCentroids; local
194 ret = calculateNewCentroids<T, N>(k, values, len, dimension, stride, c1, c2);
196 c1 = c2;
197 c2 = temp;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 97 double c0,c1,c2,c3; local
122 c2=c/a;
128 c3c3through4_min_c2=c3*c3through4-c2;
133 /*k2= -c2*/
137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
169 double c0,c1,c2,c3; local
194 c2=c/a;
200 c3c3through4_min_c2=c3*c3through4-c2;
205 /*k2= -c2*/
209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 402 char c2 = seq.charAt(index); local
403 if (Character.isLowSurrogate(c2)) {
404 return Character.toCodePoint(c1, c2);
407 "Expected low surrogate but got char '" + c2 +
408 "' with value " + (int) c2 + " at index " + index);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_intrinsics.h 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef
132 // safe if alignof(c2) <= alignof(char2).
133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));

Completed in 820 milliseconds

<<11121314151617181920>>