Searched defs:shuffle_mask (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_impl_ssse3.c | 62 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
|
D | highbd_convolve_avx2.c | 576 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/ |
D | ihevcd_it_rec_dc_sse42_intr.c | 218 LWORD64 shuffle_mask = 0x0E0C0A0806040200LL; in ihevcd_itrans_recon_dc_chroma_sse42() local
|
D | ihevcd_it_rec_dc_ssse3_intr.c | 218 LWORD64 shuffle_mask = 0x0E0C0A0806040200LL; in ihevcd_itrans_recon_dc_chroma_ssse3() local
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3567 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
|
D | instruction-selector-ia32.cc | 2458 uint8_t shuffle_mask = PackShuffle4(shuffle32x4); in VisitS8x16Shuffle() local
|