Searched defs:weights2 (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 97 const __m128i& weights2, in WriteSmoothDirectionalSum16() 768 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x4_SSE4_1() local 807 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x8_SSE4_1() local 833 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x16_SSE4_1() local 869 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x32_SSE4_1() local 921 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights, 8)); in SmoothHorizontal16x64_SSE4_1() local 953 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lo, 8)); in SmoothHorizontal32x8_SSE4_1() local 991 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lo, 8)); in SmoothHorizontal32x16_SSE4_1() local 1039 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lo, 8)); in SmoothHorizontal32x32_SSE4_1() local 1108 const __m128i weights2 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lo, 8)); in SmoothHorizontal32x64_SSE4_1() local [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_bptc_tmp.h | 504 static const uint8_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local
|
/external/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 1407 static constexpr uint16_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1242 static const deUint16 weights2[4] = { 0, 21, 43, 64 }; variable
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 516 int8x16_t weights2 = vld1q_s8(shuffled_weights_ptr + 32); in ShuffledFullyConnectedWorkerImpl() local 597 int8x16_t weights2 = vld1q_s8(shuffled_weights_ptr + 32); in ShuffledFullyConnectedWorkerImpl() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 3061 Output weights2 = ops::Const(s.WithOpName("weights2"), in TEST_F() local
|