Searched defs:weights3 (Results 1 – 5 of 5) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 954 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x8_SSE4_1() local 992 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x16_SSE4_1() local 1040 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x32_SSE4_1() local 1109 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x64_SSE4_1() local 1151 const __m128i weights3 = _mm_cvtepu8_epi16(weights_lohi); in SmoothHorizontal64x16_SSE4_1() local 1226 const __m128i weights3 = _mm_cvtepu8_epi16(weights_lohi); in SmoothHorizontal64x32_SSE4_1() local 1328 const __m128i weights3 = _mm_cvtepu8_epi16(weights_lohi); in SmoothHorizontal64x64_SSE4_1() local 1596 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothVertical8x32_SSE4_1() local 1781 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothVertical16x32_SSE4_1() local 1997 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothVertical32x32_SSE4_1() local [all …]
|
/external/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 579 static constexpr uint32_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local 1408 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 | 517 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local 598 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
|