Searched defs:weights3 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | intrapred_smooth_sse4.cc | 974 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x8_SSE4_1() local 1013 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x16_SSE4_1() local 1062 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x32_SSE4_1() local 1132 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x64_SSE4_1() local 1175 const __m128i weights3 = _mm_cvtepu8_epi16(weights_lohi); in SmoothHorizontal64x16_SSE4_1() local 1251 const __m128i weights3 = _mm_cvtepu8_epi16(weights_lohi); in SmoothHorizontal64x32_SSE4_1() local 1354 const __m128i weights3 = _mm_cvtepu8_epi16(weights_lohi); in SmoothHorizontal64x64_SSE4_1() local 1632 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothVertical8x32_SSE4_1() local 1821 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothVertical16x32_SSE4_1() local 2041 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothVertical32x32_SSE4_1() local [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | intrapred_ssse3.c | 1347 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_v_predictor_8x32_ssse3() local 1527 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_v_predictor_16x32_ssse3() local 1737 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_v_predictor_32x32_ssse3() local 1955 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_v_predictor_64x32_ssse3() local 2611 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_h_predictor_32x8_ssse3() local 2649 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_h_predictor_32x16_ssse3() local 2696 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_h_predictor_32x32_ssse3() local 2763 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_h_predictor_32x64_ssse3() local 2806 const __m128i weights3 = cvtepu8_epi16(weights_lohi); in aom_smooth_h_predictor_64x16_ssse3() local 2880 const __m128i weights3 = cvtepu8_epi16(weights_lohi); in aom_smooth_h_predictor_64x32_ssse3() local [all …]
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 580 static constexpr uint32_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local 1437 static constexpr uint16_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local
|
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | texcompress_bptc_tmp.h | 506 static const uint8_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuCompressedTexture.cpp | 1273 static const uint16_t weights3[8] = {0, 9, 18, 27, 37, 46, 55, 64}; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | optimized_ops.h | 453 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local 534 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
|