Searched refs: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 72 __m128i source_shuffle = _mm_shuffle_epi8(source, shuffle_mask); in aom_var_filter_block2d_bil_first_pass_ssse3() 94 const __m128i shuffle_mask = in aom_var_filter_block2d_bil_second_pass_ssse3() local 110 __m128i source_shuffle = _mm_shuffle_epi8(source, shuffle_mask); in aom_var_filter_block2d_bil_second_pass_ssse3()
|
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 580 __m256i mask = _mm256_loadu_si256((__m256i *)shuffle_mask); in aom_highbd_filter_block1d4_h4_avx2() 647 static const uint8_t shuffle_mask[32] = { 0, 1, 8, 9, 2, 3, 10, 11, in aom_highbd_filter_block1d8_h4_avx2() local 652 __m256i mask = _mm256_loadu_si256((__m256i *)shuffle_mask); in aom_highbd_filter_block1d8_h4_avx2()
|
/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 305 chroma_shuffle_mask_16x8b = _mm_loadl_epi64((__m128i *)(&shuffle_mask)); in ihevcd_itrans_recon_dc_chroma_sse42()
|
D | ihevcd_it_rec_dc_ssse3_intr.c | 218 LWORD64 shuffle_mask = 0x0E0C0A0806040200LL; in ihevcd_itrans_recon_dc_chroma_ssse3() local 305 chroma_shuffle_mask_16x8b = _mm_loadl_epi64((__m128i *)(&shuffle_mask)); in ihevcd_itrans_recon_dc_chroma_ssse3()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3567 int8_t shuffle_mask = arch_opcode == kSSES8x4Reverse ? 0xB1 : 0x1B; in AssembleArchInstruction() local 3568 __ pshuflw(dst, dst, shuffle_mask); in AssembleArchInstruction() 3569 __ pshufhw(dst, dst, shuffle_mask); in AssembleArchInstruction() 3586 int8_t shuffle_mask = arch_opcode == kAVXS8x4Reverse ? 0xB1 : 0x1B; in AssembleArchInstruction() local 3587 __ vpshuflw(dst, i.InputOperand(0), shuffle_mask); in AssembleArchInstruction() 3588 __ vpshufhw(dst, dst, shuffle_mask); in AssembleArchInstruction()
|
D | instruction-selector-ia32.cc | 2458 uint8_t shuffle_mask = PackShuffle4(shuffle32x4); in VisitS8x16Shuffle() local 2469 imms[imm_count++] = shuffle_mask; in VisitS8x16Shuffle() 2482 imms[imm_count++] = shuffle_mask; in VisitS8x16Shuffle()
|