/external/libyuv/files/source/ |
compare_neon.cc | 21 volatile uint32 sse; local 50 "=r"(sse) 53 return sse;
|
compare.cc | 297 uint32 sse; local 330 "=g"(sse) // %3 337 return sse; 343 uint32 sse = 0u; local 346 sse += static_cast<uint32>(diff * diff); 348 return sse; 370 uint64 sse = 0; local 372 #pragma omp parallel for reduction(+: sse) 375 sse += SumSquareError(src_a + i, src_b + i, kBlockSize); 381 sse += SumSquareError(src_a, src_b, remainder) 410 uint64 sse = 0; local 441 const uint64 sse = ComputeSumSquareErrorPlane(src_a, stride_a, local 467 const uint64 sse = sse_y + sse_u + sse_v; local [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
xor-undef-x86.stdout.exp | 10 Complain sse xorps 12 No complain sse xorps
|
/external/libvpx/libvpx/vp8/common/arm/ |
variance_arm.c | 27 unsigned int *sse 44 dst_pixels_per_line, sse); 55 unsigned int *sse 66 dst_ptr, dst_pixels_per_line, sse); 71 dst_ptr, dst_pixels_per_line, sse); 76 dst_ptr, dst_pixels_per_line, sse); 90 dst_pixels_per_line, sse); 108 unsigned int *sse 119 unsigned int *sse 123 return vp8_variance_halfpixvar16x16_h_neon(src_ptr, src_pixels_per_line, dst_ptr, dst_pixels_per_line, sse); [all...] |
/external/libvpx/libvpx/vp8/common/ |
variance_c.c | 41 unsigned int *sse, 48 *sse = 0; 56 *sse += diff * diff; 70 unsigned int *sse) 77 *sse = var; 86 unsigned int *sse) 93 *sse = var; 102 unsigned int *sse) 109 *sse = var; 119 unsigned int *sse) [all...] |
mfqe.c | 149 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local 153 actd = (vp8_variance16x16(yd, yd_stride, VP8_ZEROS, 0, &sse)+128)>>8; 154 act = (vp8_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse)+128)>>8; 156 sad = (vp8_variance16x16(y, y_stride, yd, yd_stride, &sse)); 157 sad = (sse + 128)>>8; 158 usad = (vp8_variance8x8(u, uv_stride, ud, uvd_stride, &sse)); 159 usad = (sse + 32)>>6; 160 vsad = (vp8_variance8x8(v, uv_stride, vd, uvd_stride, &sse)); 161 vsad = (sse + 32)>>6; 170 actd = (vp8_variance8x8(yd, yd_stride, VP8_ZEROS, 0, &sse)+32)>>6 [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_sse2.c | 23 unsigned int *SSE, 37 unsigned int *SSE, 46 unsigned int *SSE, 115 unsigned int *SSE, 121 int w, int h, unsigned int *sse, int *sum, 127 *sse = 0; 134 *sse += sse0; 145 unsigned int *sse) { 151 *sse = var; 159 unsigned int *sse) { [all...] |
vp9_variance_mmx.c | 23 unsigned int *SSE, 32 unsigned int *SSE, 41 unsigned int *sse) { 46 *sse = var; 55 unsigned int *sse) { 60 *sse = var; 70 unsigned int *sse) { 85 *sse = var; 95 unsigned int *sse) { 110 *sse = var [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
variance_mmx.c | 45 unsigned int *SSE, 54 unsigned int *SSE, 87 unsigned int *sse) 93 *sse = var; 103 unsigned int *sse) 109 *sse = var; 120 unsigned int *sse) 132 *sse = var; 142 unsigned int *sse) 155 *sse = var [all...] |
variance_sse2.c | 40 unsigned int *SSE, 54 unsigned int *SSE, 63 unsigned int *SSE, 144 unsigned int *sse) 150 *sse = var; 161 unsigned int *sse) 167 *sse = var; 179 unsigned int *sse) 186 *sse = sse0; 194 unsigned int *sse) [all...] |
variance_ssse3.c | 22 unsigned int *SSE, 76 unsigned int *sse 115 *sse = xxsum0; 127 unsigned int *sse 164 *sse = xxsum0;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_variance_c.c | 27 unsigned int *sse, 33 *sse = 0; 39 *sse += diff * diff; 170 unsigned int *sse) { 175 *sse = var; 185 unsigned int *sse) { 197 return vp9_variance64x32(temp2, 64, dst_ptr, dst_pixels_per_line, sse); 206 unsigned int *sse, 220 return vp9_variance64x32(temp3, 64, dst_ptr, dst_pixels_per_line, sse); 227 unsigned int *sse) { [all...] |
vp9_variance.h | 23 unsigned int *sse, 60 unsigned int *sse); 68 unsigned int *sse); 76 unsigned int *sse,
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLEngineTest.java | 147 SSLEngine sse = getEngine(); local 149 String[] res = sse.getSupportedProtocols(); 163 SSLEngine sse = getEngine(); local 164 String[] pr = sse.getSupportedProtocols(); 166 sse.setEnabledProtocols(pr); 167 String[] res = sse.getEnabledProtocols(); 175 sse.setEnabledProtocols(null); 187 SSLEngine sse = getEngine(); local 189 String[] res = sse.getSupportedCipherSuites(); 203 SSLEngine sse = getEngine() local 228 SSLEngine sse = getEngine(); local 246 SSLEngine sse = getEngine(); local 263 SSLEngine sse = getEngine(); local 279 SSLEngine sse = getEngine(); local 313 SSLEngine sse = getEngine(); local 343 SSLEngine sse = getEngine(); local 356 SSLEngine sse = getEngine(); local 373 SSLEngine sse = getEngine(); local 414 SSLEngine sse = getEngine(host, port); local 456 SSLEngine sse = getEngine(host, port); local 483 SSLEngine sse = getEngine(host, port); local 537 SSLEngine sse = getEngine(host, port); local 559 SSLEngine sse = getEngine(host, port); local 590 SSLEngine sse = getEngine(host, port); local 629 SSLEngine sse = getEngine(host, port); local 685 SSLEngine sse = getEngine(host, port); local 704 SSLEngine sse = getEngine(host, port); local 720 SSLEngine sse = getEngine(); local 737 SSLEngine sse = getEngine(); local 776 SSLEngine sse = getEngine(host, port); local 801 SSLEngine sse = getEngine(host, port); local 845 SSLEngine sse = getEngine(host, port); local 865 SSLEngine sse = getEngine(host, port); local 907 SSLEngine sse = getEngine(host, port); local 933 SSLEngine sse = getEngine(host, port); local 987 SSLEngine sse = getEngine(host, port); local 1007 SSLEngine sse = getEngine(host, port); local 1036 SSLEngine sse = getEngine(host, port); local 1061 SSLEngine sse = getEngine(host, port); local 1105 SSLEngine sse = getEngine(host, port); local 1124 SSLEngine sse = getEngine(host, port); local 1166 SSLEngine sse = getEngine(host, port); local 1191 SSLEngine sse = getEngine(host, port); local 1235 SSLEngine sse = getEngine(host, port); local 1255 SSLEngine sse = getEngine(host, port); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
sse.c | 26 * PentiumIII-SIMD (SSE) optimizations contributed by 35 #include "sse.h" 44 DECLARE_XFORM_GROUP( sse, 2 ) 45 DECLARE_XFORM_GROUP( sse, 3 ) 48 /* Some functions are not written in SSE-assembly, because the fpu ones are faster */ 60 DECLARE_NORM_GROUP( sse ) 89 ASSIGN_XFORM_GROUP( sse, 2 ); 90 ASSIGN_XFORM_GROUP( sse, 3 ); 112 ASSIGN_XFORM_GROUP( sse, 4 ); 114 ASSIGN_NORM_GROUP( sse ); [all...] |
/external/mesa3d/src/mesa/x86/ |
sse.c | 26 * PentiumIII-SIMD (SSE) optimizations contributed by 35 #include "sse.h" 44 DECLARE_XFORM_GROUP( sse, 2 ) 45 DECLARE_XFORM_GROUP( sse, 3 ) 48 /* Some functions are not written in SSE-assembly, because the fpu ones are faster */ 60 DECLARE_NORM_GROUP( sse ) 89 ASSIGN_XFORM_GROUP( sse, 2 ); 90 ASSIGN_XFORM_GROUP( sse, 3 ); 112 ASSIGN_XFORM_GROUP( sse, 4 ); 114 ASSIGN_NORM_GROUP( sse ); [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels.h | 26 // quantized values. If not NULL, 'sse' will contain the sum of squared error. 30 uint64_t* const sse);
|
/external/valgrind/main/memcheck/tests/amd64/ |
xor-undef-amd64.stdout.exp | 10 Complain sse xorps 12 No complain sse xorps
|
/external/webp/src/utils/ |
quant_levels.h | 26 // quantized values. If not NULL, 'sse' will contain the sum of squared error. 30 uint64_t* const sse);
|
/external/flac/libFLAC/ |
cpu.c | 105 * Extra stuff needed for detection of OS support for SSE on IA-32 110 * If the OS doesn't support SSE, we will get here with a SIGILL. We 111 * modify the return address to jump over the offending SSE instruction 169 info->data.ia32.sse = false; 183 info->data.ia32.sse = (flags_edx & FLAC__CPUINFO_IA32_CPUID_SSE )? true : false; 204 fprintf(stderr, " SSE ........ %c\n", info->data.ia32.sse ? 'Y' : 'n'); 214 * now have to check for OS support of SSE/SSE2 216 if(info->data.ia32.fxsr || info->data.ia32.sse || info->data.ia32.sse2) { 219 info->data.ia32.fxsr = info->data.ia32.sse = info->data.ia32.sse2 = info->data.ia32.sse3 = info->data.ia32.ssse3 = false [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.h | 25 unsigned int *sse,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
DocumentFix.java | 23 import org.eclipse.wst.sse.core.StructuredModelManager; 24 import org.eclipse.wst.sse.core.internal.provisional.IModelManager; 25 import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel; 26 import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
variance_neon.asm | 27 ; stack unsigned int *sse 30 vmov.i8 q9, #0 ;q9, q10 - sse 50 vmlal.s16 q9, d22, d22 ;calculate sse 67 vadd.u32 q10, q9, q10 ;accumulate sse 70 ldr r12, [sp] ;load *sse from stack 85 vst1.32 {d1[0]}, [r12] ;store sse 100 ; unsigned int *sse) 103 vmov.i8 q9, #0 ;q9, q10 - sse 120 vmlal.s16 q9, d22, d22 ;calculate sse 137 vadd.u32 q10, q9, q10 ;accumulate sse [all...] |
/external/libvpx/armv7a/ |
vp8_rtcd.h | 145 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 148 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 149 unsigned int vp8_variance8x8_armv6(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 152 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 155 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 158 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 159 unsigned int vp8_variance16x16_armv6(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 162 unsigned int vp8_sub_pixel_variance4x4_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse); 165 unsigned int vp8_sub_pixel_variance8x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse); 166 unsigned int vp8_sub_pixel_variance8x8_armv6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse); [all...] |
/external/libvpx/generic/ |
vp8_rtcd.h | 118 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 121 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 124 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 127 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 130 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse); 133 unsigned int vp8_sub_pixel_variance4x4_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse); 136 unsigned int vp8_sub_pixel_variance8x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse); 139 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse); 142 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse); 145 unsigned int vp8_sub_pixel_variance16x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse); [all...] |