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

  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 71 const __m128i adj1 = _mm_and_si128(mask1, l21); local
76 adj2 = _mm_add_epi8(adj2, adj1);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
denoising_sse2.c 86 const __m128i adj1 = _mm_and_si128(mask1, l21); local
91 adj2 = _mm_add_epi8(adj2, adj1);
263 const __m128i adj1 = _mm_and_si128(mask1, l21); local
269 adj2 = _mm_add_epi8(adj2, adj1);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 846 goto adj1;
850 goto adj1;
854 goto adj1;
857 goto adj1;
937 adj1:
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 600 const int adj1 = rnd.getInt(0, 20); local
602 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1;
691 const int adj1 = rnd.getInt(0, 20); local
693 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1;
    [all...]

Completed in 5347 milliseconds