Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc235 const __m128i border0 = in CflSubsampler444_8xH_SSE4_1() local
237 samples0 = _mm_blendv_epi8(samples0, border0, blend_mask); in CflSubsampler444_8xH_SSE4_1()
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2425 Int4 border0 = CmpLT(xyz0, Int4(0)) | CmpNLT(xyz0, dim); in address() local
2427 xyz0 |= border0; in address()