Home
last modified time | relevance | path

Searched defs:weights2 (Results 1 – 9 of 9) sorted by relevance

/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc86 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/
Dintrapred_ssse3.c1081 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/
Dneon_cnn.cpp246 Tensor weights2{}; member in NEONCNNExample
/external/armnn/src/armnn/test/
DSubgraphViewTests.cpp1600 Layer* const weights2 = graph.AddLayer<ConstantLayer>("weights2"); variable
1672 Layer* const weights2 = graph.AddLayer<ConstantLayer>("weights2"); variable
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h504 static const uint8_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local
/external/swiftshader/src/Device/
DBC_Decoder.cpp1436 static constexpr uint16_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1242 static const deUint16 weights2[4] = { 0, 21, 43, 64 }; variable
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h452 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/
Darithmetic_optimizer_test.cc3520 Output weights2 = ops::Const(s.WithOpName("weights2"), in TEST_F() local