Home
last modified time | relevance | path

Searched defs:weights1 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc86 const __m128i& pixels2, const __m128i& weights1, const __m128i& weights2, in WriteSmoothDirectionalSum16()
782 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x4_SSE4_1() local
822 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x8_SSE4_1() local
849 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x16_SSE4_1() local
886 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x32_SSE4_1() local
939 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x64_SSE4_1() local
972 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x8_SSE4_1() local
1011 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x16_SSE4_1() local
1060 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x32_SSE4_1() local
1130 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x64_SSE4_1() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_ssse3.c1101 const __m128i weights1, const __m128i weights2, in write_smooth_directional_sum16()
1305 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_v_predictor_8x16_ssse3() local
1345 const __m128i weights1 = cvtepu8_epi16(weights_lo); in aom_smooth_v_predictor_8x32_ssse3() local
1525 const __m128i weights1 = cvtepu8_epi16(weights_lo); in aom_smooth_v_predictor_16x32_ssse3() local
1682 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_v_predictor_32x16_ssse3() local
1735 const __m128i weights1 = cvtepu8_epi16(weights_lo); in aom_smooth_v_predictor_32x32_ssse3() local
1877 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_v_predictor_64x16_ssse3() local
1953 const __m128i weights1 = cvtepu8_epi16(weights_lo); in aom_smooth_v_predictor_64x32_ssse3() local
2429 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_h_predictor_16x4_ssse3() local
2468 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_h_predictor_16x8_ssse3() local
[all …]
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dcnn_neon.c811 const float32x4_t weights1 = vld1q_f32(weight_ptr1 + 4); in av1_cnn_convolve_no_maxpool_padding_valid_2x2_large_neon() local
908 const float32x4_t weights1 = vld1q_f32(weight_ptr1 + 4); in av1_cnn_convolve_no_maxpool_padding_valid_2x2_neon() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dneon_cnn.cpp245 Tensor weights1{}; member in NEONCNNExample
/aosp_15_r20/external/armnn/src/armnn/test/
H A DSubgraphViewTests.cpp1598 Layer* const weights1 = graph.AddLayer<ConstantLayer>("weights1"); variable
1671 Layer* const weights1 = graph.AddLayer<ConstantLayer>("weights1"); variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment_test.cc2149 auto weights1 = builder.AddInstruction( in TEST_F() local
2714 auto weights1 = builder.AddInstruction( in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h451 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); in ShuffledFullyConnectedWorkerImpl() local
532 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); in ShuffledFullyConnectedWorkerImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer_test.cc3518 Output weights1 = ops::Const(s.WithOpName("weights1"), in TEST_F() local