Home
last modified time | relevance | path

Searched refs:opposite_shift (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dintrapred_directional_sse4.cc122 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_4xH() local
123 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_4xH()
183 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_Large() local
184 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_Large()
212 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_Large() local
213 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_Large()
286 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_SSE4_1() local
329 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_SSE4_1() local
330 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_SSE4_1()
397 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone3_4x4() local
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcircuit_element.h31 #define OPPOSITE_SHIFT(x) (CircuitElement::opposite_shift[x])
137 static u8 opposite_shift[6]; variable
H A Dcircuit_element.cpp37 u8 CircuitElement::opposite_shift[] = { member in CircuitElement
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/x86/
H A Dintrapred_sse4.cc1492 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_4xH() local
1493 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_4xH()
1552 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_Large() local
1553 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_Large()
1581 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_Large() local
1582 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_Large()
1654 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_SSE4_1() local
1697 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_SSE4_1() local
1698 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_SSE4_1()
1764 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone3_4x4() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/x86/
H A Dintrapred_sse4.cc1492 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_4xH() local
1493 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_4xH()
1552 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_Large() local
1553 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_Large()
1581 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_Large() local
1582 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_Large()
1654 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_SSE4_1() local
1697 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone1_SSE4_1() local
1698 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_SSE4_1()
1764 const __m128i opposite_shift = _mm_sub_epi8(max_shift, shift); in DirectionalZone3_4x4() local
[all …]