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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Interleave.java 133 public static int shuffle2(int x) method in class:Interleave
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
Interleave.java 137 public static int shuffle2(int x) method in class:Interleave
  /external/libhevc/common/x86/
ihevc_tables_x86_intr.c 115 const WORD32 shuffle2[4] = { 0x80808080, 0x03020100, 0x07060504, 0x80808080 }; variable
  /external/libaom/libaom/aom_dsp/x86/
aom_subpixel_8t_intrin_ssse3.c 198 __m128i firstFilters, secondFilters, shuffle1, shuffle2; local
223 shuffle2 = _mm_load_si128((__m128i const *)filt2_4_h8);
230 srcRegFilt2 = _mm_shuffle_epi8(srcReg, shuffle2);
  /external/webp/src/dsp/
lossless_neon.c 97 const uint8x8_t shuffle2 = vld1_u8(kBGRShuffle[2]); local
107 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2));
124 const uint8x8_t shuffle2 = vld1_u8(kRGBShuffle[2]); local
134 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2));
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 53 __m128i firstFilters, secondFilters, shuffle1, shuffle2; local
78 shuffle2 = _mm_setr_epi8(4, 5, 5, 6, 6, 7, 7, 8, 6, 7, 7, 8, 8, 9, 9, 10);
85 srcRegFilt2 = _mm_shuffle_epi8(srcReg, shuffle2);
    [all...]

Completed in 4048 milliseconds