Searched defs:weights3 (Results 1 – 6 of 6) sorted by relevance
| /external/libgav1/src/dsp/x86/ |
| 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 …]
|
| /external/libaom/aom_dsp/x86/ |
| D | intrapred_ssse3.c | 1324 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_v_predictor_8x32_ssse3() local 1503 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_v_predictor_16x32_ssse3() local 1711 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_v_predictor_32x32_ssse3() local 1927 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_v_predictor_64x32_ssse3() local 2578 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_h_predictor_32x8_ssse3() local 2615 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_h_predictor_32x16_ssse3() local 2662 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_h_predictor_32x32_ssse3() local 2729 const __m128i weights3 = cvtepu8_epi16(weights_hi); in aom_smooth_h_predictor_32x64_ssse3() local 2771 const __m128i weights3 = cvtepu8_epi16(weights_lohi); in aom_smooth_h_predictor_64x16_ssse3() local 2844 const __m128i weights3 = cvtepu8_epi16(weights_lohi); in aom_smooth_h_predictor_64x32_ssse3() local [all …]
|
| /external/swiftshader/src/Device/ |
| 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
|
| /external/mesa3d/src/mesa/main/ |
| D | texcompress_bptc_tmp.h | 505 static const uint8_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local
|
| /external/deqp/framework/common/ |
| D | tcuCompressedTexture.cpp | 1243 static const deUint16 weights3[8] = { 0, 9, 18, 27, 37, 46, 55, 64 }; variable
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| 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
|