HomeSort by relevance Sort by last modified time
    Searched defs:sse2 (Results 1 - 6 of 6) sorted by null

  /external/flac/libFLAC/include/private/
cpu.h 54 FLAC__bool sse2; member in struct:__anon5600
  /external/libvpx/vp8/encoder/x86/
variance_mmx.c 97 unsigned int sse0, sse1, sse2, sse3, var; local
103 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
106 var = sse0 + sse1 + sse2 + sse3;
159 unsigned int sse0, sse1, sse2, sse3, var; local
165 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
168 var = sse0 + sse1 + sse2 + sse3;
181 unsigned int sse0, sse1, sse2, sse3, var; local
187 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
190 var = sse0 + sse1 + sse2 + sse3;
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 2 /* A program to test that SSE/SSE2 insns do not read memory they
226 //TEST_INSN( &AllMask, 0,pavgb) -- dup with sse2?
227 //TEST_INSN( &AllMask, 0,pavgw) -- dup with sse2?
230 //TEST_INSN( &AllMask, 0,pmaxsw) -- dup with sse2?
231 //TEST_INSN( &AllMask, 0,pmaxub) -- dup with sse2?
232 //TEST_INSN( &AllMask, 0,pminsw) -- dup with sse2?
233 //TEST_INSN( &AllMask, 0,pminub) -- dup with sse2?
235 //TEST_INSN( &AllMask, 0,pmulhuw) -- dup with sse2?
236 TEST_INSN( &AllMask, 16,psadbw) // -- XXXXXXXXXXXXXXXX sse2 (xmm variant) not implemented!
253 /* ------------------------ SSE2 ------------------------ *
391 Int sse1 = 0, sse2 = 0; local
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
sse_memory.c 2 /* A program to test that SSE/SSE2 insns do not read memory they
226 //TEST_INSN( &AllMask, 0,pavgb) -- dup with sse2?
227 //TEST_INSN( &AllMask, 0,pavgw) -- dup with sse2?
230 //TEST_INSN( &AllMask, 0,pmaxsw) -- dup with sse2?
231 //TEST_INSN( &AllMask, 0,pmaxub) -- dup with sse2?
232 //TEST_INSN( &AllMask, 0,pminsw) -- dup with sse2?
233 //TEST_INSN( &AllMask, 0,pminub) -- dup with sse2?
235 //TEST_INSN( &AllMask, 0,pmulhuw) -- dup with sse2?
236 TEST_INSN( &AllMask, 16,psadbw) // -- XXXXXXXXXXXXXXXX sse2 (xmm variant) not implemented!
253 /* ------------------------ SSE2 ------------------------ *
391 Int sse1 = 0, sse2 = 0; local
    [all...]
  /external/libvpx/vp8/encoder/
pickinter.c 827 int sse2 = 0; local
829 sse2 = VP8_UVSSE(x, IF_RTCD(&cpi->rtcd.variance));
831 if (sse2 * 2 < x->encode_breakout)
rdopt.c 452 unsigned int sse2 = 0; local
468 VARIANCE_INVOKE(rtcd, subpixvar8x8)(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2);
470 sse2 += sse1;
474 VARIANCE_INVOKE(rtcd, subpixvar8x8)(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2);
476 sse2 += sse1;
479 return sse2;
2262 int sse2 = 0; local
    [all...]

Completed in 311 milliseconds