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.cc955 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x8_SSE4_1() local
993 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x16_SSE4_1() local
1041 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x32_SSE4_1() local
1110 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x64_SSE4_1() local
1152 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x16_SSE4_1() local
1227 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x32_SSE4_1() local
1329 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x64_SSE4_1() local
1597 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical8x32_SSE4_1() local
1782 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical16x32_SSE4_1() local
1998 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical32x32_SSE4_1() local
[all …]
/external/swiftshader/src/Device/
DBC_Decoder.cpp580 static constexpr uint32_t weights4[] = { 0, 4, 9, 13, 17, 21, 26, 30, in interpolate() local
1409 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