/external/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 86 const __m128i& pixels2, const __m128i& weights1, const __m128i& weights2, in WriteSmoothDirectionalSum16() 783 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x4_SSE4_1() local 823 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x8_SSE4_1() local 850 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x16_SSE4_1() local 887 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x32_SSE4_1() local 940 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x64_SSE4_1() local 973 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lo, 8)); in SmoothHorizontal32x8_SSE4_1() local 1012 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lo, 8)); in SmoothHorizontal32x16_SSE4_1() local 1061 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lo, 8)); in SmoothHorizontal32x32_SSE4_1() local 1131 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lo, 8)); in SmoothHorizontal32x64_SSE4_1() local [all …]
|
/external/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 1081 const __m128i weights1, const __m128i weights2, in write_smooth_directional_sum16() 1284 const __m128i weights2 = cvtepu8_epi16(_mm_srli_si128(weights, 8)); in aom_smooth_v_predictor_8x16_ssse3() local 1323 const __m128i weights2 = _mm_unpackhi_epi8(weights_lo, zero); in aom_smooth_v_predictor_8x32_ssse3() local 1502 const __m128i weights2 = _mm_unpackhi_epi8(weights_lo, zero); in aom_smooth_v_predictor_16x32_ssse3() local 1657 const __m128i weights2 = _mm_unpackhi_epi8(weights, zero); in aom_smooth_v_predictor_32x16_ssse3() local 1710 const __m128i weights2 = _mm_unpackhi_epi8(weights_lo, zero); in aom_smooth_v_predictor_32x32_ssse3() local 1851 const __m128i weights2 = _mm_unpackhi_epi8(weights, zero); in aom_smooth_v_predictor_64x16_ssse3() local 1926 const __m128i weights2 = _mm_unpackhi_epi8(weights_lo, zero); in aom_smooth_v_predictor_64x32_ssse3() local 2399 const __m128i weights2 = cvtepu8_epi16(_mm_srli_si128(weights, 8)); in aom_smooth_h_predictor_16x4_ssse3() local 2437 const __m128i weights2 = cvtepu8_epi16(_mm_srli_si128(weights, 8)); in aom_smooth_h_predictor_16x8_ssse3() local [all …]
|
/external/ComputeLibrary/examples/ |
D | neon_cnn.cpp | 246 Tensor weights2{}; member in NEONCNNExample
|
/external/armnn/src/armnn/test/ |
D | SubgraphViewTests.cpp | 1600 Layer* const weights2 = graph.AddLayer<ConstantLayer>("weights2"); variable 1672 Layer* const weights2 = graph.AddLayer<ConstantLayer>("weights2"); variable
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_bptc_tmp.h | 504 static const uint8_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local
|
/external/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 1436 static constexpr uint16_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1242 static const deUint16 weights2[4] = { 0, 21, 43, 64 }; variable
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 452 int8x16_t weights2 = vld1q_s8(shuffled_weights_ptr + 32); in ShuffledFullyConnectedWorkerImpl() local 533 int8x16_t weights2 = vld1q_s8(shuffled_weights_ptr + 32); in ShuffledFullyConnectedWorkerImpl() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 3520 Output weights2 = ops::Const(s.WithOpName("weights2"), in TEST_F() local
|