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

  /external/libaom/libaom/aom_dsp/x86/
variance_impl_ssse3.c 62 const __m128i shuffle_mask = local
72 __m128i source_shuffle = _mm_shuffle_epi8(source, shuffle_mask);
94 const __m128i shuffle_mask = local
110 __m128i source_shuffle = _mm_shuffle_epi8(source, shuffle_mask);
highbd_convolve_avx2.c 576 static const uint8_t shuffle_mask[32] = { 0, 1, 2, 3, 2, 3, 4, 5, 4, 5, 6, local
580 __m256i mask = _mm256_loadu_si256((__m256i *)shuffle_mask);
647 static const uint8_t shuffle_mask[32] = { 0, 1, 8, 9, 2, 3, 10, 11, local
652 __m256i mask = _mm256_loadu_si256((__m256i *)shuffle_mask);
    [all...]
  /external/libhevc/decoder/x86/
ihevcd_it_rec_dc_sse42_intr.c 218 LWORD64 shuffle_mask = 0x0E0C0A0806040200LL; local
305 chroma_shuffle_mask_16x8b = _mm_loadl_epi64((__m128i *)(&shuffle_mask));
ihevcd_it_rec_dc_ssse3_intr.c 218 LWORD64 shuffle_mask = 0x0E0C0A0806040200LL; local
305 chroma_shuffle_mask_16x8b = _mm_loadl_epi64((__m128i *)(&shuffle_mask));
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 3567 int8_t shuffle_mask = arch_opcode == kSSES8x4Reverse ? 0xB1 : 0x1B; local
3586 int8_t shuffle_mask = arch_opcode == kAVXS8x4Reverse ? 0xB1 : 0x1B; local
    [all...]
instruction-selector-ia32.cc 2458 uint8_t shuffle_mask = PackShuffle4(shuffle32x4); local
    [all...]

Completed in 187 milliseconds