Home
last modified time | relevance | path

Searched defs:weights4 (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc975 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x8_SSE4_1() local
1014 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x16_SSE4_1() local
1063 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x32_SSE4_1() local
1133 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x64_SSE4_1() local
1176 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x16_SSE4_1() local
1252 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x32_SSE4_1() local
1355 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x64_SSE4_1() local
1633 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical8x32_SSE4_1() local
1822 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical16x32_SSE4_1() local
2042 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical32x32_SSE4_1() local
[all …]
/external/swiftshader/src/Device/
DBC_Decoder.cpp581 static constexpr uint32_t weights4[] = { 0, 4, 9, 13, 17, 21, 26, 30, in interpolate() local
1438 static constexpr uint16_t weights4[] = { 0, 4, 9, 13, 17, 21, 26, 30, in interpolate() local
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h506 static const uint8_t weights4[] = in interpolate() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1244 static const deUint16 weights4[16] = { 0, 4, 9, 13, 17, 21, 26, 30, 34, 38, 43, 47, 51, 55, 60,… variable