Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc2149 const __m128i top8 = _mm_unpackhi_epi8(top_hihi, zero); 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()
2214 const __m128i top8 = _mm_unpackhi_epi8(top_hihi, zero); 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()
2333 const __m128i top8 = _mm_unpackhi_epi8(top_hihi, zero); in SmoothVertical64x64_SSE4_1() local
2361 WriteSmoothDirectionalSum16(dst + 48, top7, top8, weights_y, weights_y, in SmoothVertical64x64_SSE4_1()
[all …]
/external/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c382 nir_ssa_def *top8 = nir_ushr(b, s, nir_imm_ivec4(b, 0x2, 0x2, 0x2, 0x2)); in pan_pack_unorm_1010102() local
383 nir_ssa_def *top8_rgb = nir_pack_32_4x8(b, nir_u2u8(b, top8)); in pan_pack_unorm_1010102()