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

  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 93 pand scratch1, [GLOBAL(te0)]
104 pand scratch1, [GLOBAL(te0)]
793 te0: label
loopfilter_sse2.asm 1636 te0: label
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 464 const __m128i te0 = _mm_set1_epi8(0xe0); local
495 work_a = _mm_and_si128(work_a, te0);
503 work_a = _mm_and_si128(work_a, te0);
    [all...]
vp9_loopfilter_intrin_sse2.c 471 const __m128i te0 = _mm_set1_epi8(0xe0); local
498 work_a = _mm_and_si128(work_a, te0);
506 work_a = _mm_and_si128(work_a, te0);
999 const __m128i te0 = _mm_set1_epi8(0xe0); local
    [all...]

Completed in 83 milliseconds