/external/libvpx/libvpx/vp9/encoder/x86/ |
D | temporal_filter_sse4.c | 256 __m128i mul_constants = _mm_setr_epi16( in vp9_temporal_filter_apply_sse4_1() 272 mul_constants = _mm_setr_epi16(NEIGHBOR_CONSTANT_6, NEIGHBOR_CONSTANT_9, in vp9_temporal_filter_apply_sse4_1() 294 mul_constants = _mm_setr_epi16(NEIGHBOR_CONSTANT_4, NEIGHBOR_CONSTANT_6, in vp9_temporal_filter_apply_sse4_1() 306 __m128i mul_constants_0 = _mm_setr_epi16( in vp9_temporal_filter_apply_sse4_1() 310 mul_constants_1 = _mm_setr_epi16( in vp9_temporal_filter_apply_sse4_1() 330 mul_constants_0 = _mm_setr_epi16(NEIGHBOR_CONSTANT_6, NEIGHBOR_CONSTANT_9, in vp9_temporal_filter_apply_sse4_1() 334 mul_constants_1 = _mm_setr_epi16(NEIGHBOR_CONSTANT_9, NEIGHBOR_CONSTANT_9, in vp9_temporal_filter_apply_sse4_1() 361 mul_constants_0 = _mm_setr_epi16(NEIGHBOR_CONSTANT_4, NEIGHBOR_CONSTANT_6, in vp9_temporal_filter_apply_sse4_1() 365 mul_constants_1 = _mm_setr_epi16(NEIGHBOR_CONSTANT_6, NEIGHBOR_CONSTANT_6, in vp9_temporal_filter_apply_sse4_1()
|
D | vp9_dct_intrin_sse2.c | 25 const __m128i k__nonzero_bias_a = _mm_setr_epi16(0, 1, 1, 1, 1, 1, 1, 1); in load_buffer_4x4() 26 const __m128i k__nonzero_bias_b = _mm_setr_epi16(1, 0, 0, 0, 0, 0, 0, 0); in load_buffer_4x4()
|
/external/libavc/common/x86/ |
D | ih264_chroma_intra_pred_filters_ssse3.c | 257 mul_8x16b = _mm_setr_epi16(1, 2, 3, 4, 1, 2, 3, 4); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 258 shuffle_8x16b = _mm_setr_epi16(0xff00, 0xff02, 0xff04, 0xff06, in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 332 …const_8x16b = _mm_setr_epi16(const_u, const_v, const_u, const_v, const_u, const_v, const_u, const_… in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 333 res1_l_8x16b = _mm_setr_epi16(-b_u3, -b_v3, -b_u2, -b_v2, -b_u, -b_v, 0, 0); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 335 res1_h_8x16b = _mm_setr_epi16(b_u, b_v, b_u2, b_v2, b_u3, b_v3, b_u << 2, b_v << 2); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() 337 c2_8x16b = _mm_setr_epi16(c_u, c_v, c_u, c_v, c_u, c_v, c_u, c_v); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3()
|
D | ih264_luma_intra_pred_filters_ssse3.c | 2018 rev_8x16b = _mm_setr_epi16(0x0f0e, 0x0d0c, 0x0b0a, 0x0908, 0x0706, 0x0504, 0x0302, 0x0100); in ih264_intra_pred_luma_16x16_mode_plane_ssse3() 2021 mul_8x16b = _mm_setr_epi16(1, 2, 3, 4, 5, 6, 7, 8); in ih264_intra_pred_luma_16x16_mode_plane_ssse3()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | txfm_common_sse2.h | 29 _mm_setr_epi16((int16_t)(a), (int16_t)(b), (int16_t)(c), (int16_t)(d), \
|
D | fwd_txfm_impl_sse2.h | 76 const __m128i k__nonzero_bias_a = _mm_setr_epi16(0, 1, 1, 1, 1, 1, 1, 1); in FDCT4x4_2D() 77 const __m128i k__nonzero_bias_b = _mm_setr_epi16(1, 0, 0, 0, 0, 0, 0, 0); in FDCT4x4_2D()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_avx2.c | 1832 a0_x128 = _mm_setr_epi16( in highbd_dr_prediction_32bit_z2_Nx8_avx2() 1841 a1_x128 = _mm_setr_epi16( in highbd_dr_prediction_32bit_z2_Nx8_avx2() 1905 a0_y = _mm256_cvtepu16_epi32(_mm_setr_epi16( in highbd_dr_prediction_32bit_z2_Nx8_avx2() 1909 a1_y = _mm256_cvtepu16_epi32(_mm_setr_epi16( in highbd_dr_prediction_32bit_z2_Nx8_avx2() 1987 a0_x128 = _mm_setr_epi16( in highbd_dr_prediction_z2_Nx8_avx2() 1996 a1_x128 = _mm_setr_epi16( in highbd_dr_prediction_z2_Nx8_avx2() 2008 _mm_setr_epi16(-y * dx, (1 << 6) - y * dx, in highbd_dr_prediction_z2_Nx8_avx2() 2024 _mm_and_si128(_mm_setr_epi16(-y * dx, (1 << 6) - y * dx, in highbd_dr_prediction_z2_Nx8_avx2() 2042 c1234 = _mm_setr_epi16(1, 2, 3, 4, 5, 6, 7, 8); in highbd_dr_prediction_z2_Nx8_avx2() 2049 a0_y = _mm_setr_epi16(left[base_y_c[0]], left[base_y_c[1]], in highbd_dr_prediction_z2_Nx8_avx2() [all …]
|
D | variance_impl_ssse3.c | 92 _mm_setr_epi16(filter[0], filter[1], filter[0], filter[1], filter[0], in aom_var_filter_block2d_bil_second_pass_ssse3()
|
/external/skia/include/private/ |
D | SkNx_sse.h | 421 : fVec(_mm_setr_epi16(a,b,c,d,0,0,0,0)) {} in SkNx() 490 : fVec(_mm_setr_epi16(a,b,c,d,e,f,g,h)) {} in SkNx()
|
/external/skqp/include/private/ |
D | SkNx_sse.h | 421 : fVec(_mm_setr_epi16(a,b,c,d,0,0,0,0)) {} in SkNx() 490 : fVec(_mm_setr_epi16(a,b,c,d,e,f,g,h)) {} in SkNx()
|
/external/clang/test/CodeGen/ |
D | sse2-builtins.c | 1064 return _mm_setr_epi16(A, B, C, D, E, F, G, H); in test_mm_setr_epi16()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 108 _mm_setr_epi16(weight_0, weight_0, weight_0, weight_0, weight_1, weight_1, in average_4_4()
|
/external/clang/lib/Headers/ |
D | emmintrin.h | 2171 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, … in _mm_setr_epi16() function
|