Home
last modified time | relevance | path

Searched defs:shuffle_mask (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dvariance_impl_ssse3.c62 const __m128i shuffle_mask = in aom_var_filter_block2d_bil_first_pass_ssse3() local
94 const __m128i shuffle_mask = in aom_var_filter_block2d_bil_second_pass_ssse3() local
Dhighbd_convolve_avx2.c576 static const uint8_t shuffle_mask[32] = { 0, 1, 2, 3, 2, 3, 4, 5, 4, 5, 6, in aom_highbd_filter_block1d4_h4_avx2() local
647 static const uint8_t shuffle_mask[32] = { 0, 1, 8, 9, 2, 3, 10, 11, in aom_highbd_filter_block1d8_h4_avx2() local
/external/libhevc/decoder/x86/
Dihevcd_it_rec_dc_sse42_intr.c218 LWORD64 shuffle_mask = 0x0E0C0A0806040200LL; in ihevcd_itrans_recon_dc_chroma_sse42() local
Dihevcd_it_rec_dc_ssse3_intr.c218 LWORD64 shuffle_mask = 0x0E0C0A0806040200LL; in ihevcd_itrans_recon_dc_chroma_ssse3() local
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3567 int8_t shuffle_mask = arch_opcode == kSSES8x4Reverse ? 0xB1 : 0x1B; in AssembleArchInstruction() local
3586 int8_t shuffle_mask = arch_opcode == kAVXS8x4Reverse ? 0xB1 : 0x1B; in AssembleArchInstruction() local
Dinstruction-selector-ia32.cc2458 uint8_t shuffle_mask = PackShuffle4(shuffle32x4); in VisitS8x16Shuffle() local