Searched defs:weights3 (Results 1 – 5 of 5) sorted by relevance
| /external/libgav1/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/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 | 515 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local 596 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
|