Home
last modified time | relevance | path

Searched refs:top7 (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc2148 const __m128i top7 = _mm_cvtepu8_epi16(top_hihi); in SmoothVertical64x16_SSE4_1() local
2169 WriteSmoothDirectionalSum16(dst + 48, top7, top8, weights_y, weights_y, in SmoothVertical64x16_SSE4_1()
2188 WriteSmoothDirectionalSum16(dst + 48, top7, top8, weights_y, weights_y, in SmoothVertical64x16_SSE4_1()
2213 const __m128i top7 = _mm_cvtepu8_epi16(top_hihi); in SmoothVertical64x32_SSE4_1() local
2250 WriteSmoothDirectionalSum16(dst + 48, top7, top8, weights_y, weights_y, in SmoothVertical64x32_SSE4_1()
2269 WriteSmoothDirectionalSum16(dst + 48, top7, top8, weights_y, weights_y, in SmoothVertical64x32_SSE4_1()
2288 WriteSmoothDirectionalSum16(dst + 48, top7, top8, weights_y, weights_y, in SmoothVertical64x32_SSE4_1()
2307 WriteSmoothDirectionalSum16(dst + 48, top7, top8, weights_y, weights_y, in SmoothVertical64x32_SSE4_1()
2332 const __m128i top7 = _mm_cvtepu8_epi16(top_hihi); in SmoothVertical64x64_SSE4_1() local
2361 WriteSmoothDirectionalSum16(dst + 48, top7, top8, weights_y, weights_y, in SmoothVertical64x64_SSE4_1()
[all …]
/external/rust/crates/hashbrown/src/raw/
Dmod.rs154 let top7 = hash >> (hash_len * 8 - 7); in h2() localVariable
155 (top7 & 0x7f) as u8 // truncation in h2()