Home
last modified time | relevance | path

Searched defs:weights2 (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc97 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/
Dtexcompress_bptc_tmp.h504 static const uint8_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local
/external/swiftshader/src/Device/
DBC_Decoder.cpp1407 static constexpr uint16_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1242 static const deUint16 weights2[4] = { 0, 21, 43, 64 }; variable
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h516 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/
Darithmetic_optimizer_test.cc3061 Output weights2 = ops::Const(s.WithOpName("weights2"), in TEST_F() local