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

  /external/flac/libFLAC/include/private/
cpu.h 54 FLAC__bool sse2; member in struct:__anon8123
  /external/libvpx/libvpx/vp8/common/x86/
variance_mmx.c 122 unsigned int sse0, sse1, sse2, sse3, var; local
128 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
131 var = sse0 + sse1 + sse2 + sse3;
144 unsigned int sse0, sse1, sse2, sse3, var; local
150 vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2) ;
153 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/libvpx/libvpx/vp8/encoder/
pickinter.c 473 unsigned int sse2 = 0; local
475 sse2 = VP8_UVSSE(x);
477 if (sse2 * 2 < x->encode_breakout)
    [all...]
rdopt.c 473 unsigned int sse2 = 0; local
499 mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2);
502 sse2 += sse1;
507 upred_ptr, uv_stride, &sse2);
510 sse2 += sse1;
512 return sse2;
1794 unsigned int sse2 = VP8_UVSSE(x); local
    [all...]

Completed in 118 milliseconds