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

  /external/libhevc/common/x86/
ihevc_tables_x86_intr.c 114 const WORD32 shuffle1[4] = { 0x05040100, 0x0d0c0908, 0x07060302, 0x0f0e0b0a }; variable
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 39 __m128i firstFilters, secondFilters, shuffle1, shuffle2; local
63 shuffle1 = _mm_setr_epi8(0, 1, 1, 2, 2, 3, 3, 4, 2, 3, 3, 4, 4, 5, 5, 6);
70 srcRegFilt1 = _mm_shuffle_epi8(srcReg, shuffle1);
  /external/webp/src/dsp/
lossless_neon.c 96 const uint8x8_t shuffle1 = vld1_u8(kBGRShuffle[1]); local
106 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1));
123 const uint8x8_t shuffle1 = vld1_u8(kRGBShuffle[1]); local
133 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1));

Completed in 96 milliseconds