Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc248 const __m128i border1 = in CflSubsampler444_8xH_SSE4_1() local
250 samples1 = _mm_blendv_epi8(samples1, border1, blend_mask); in CflSubsampler444_8xH_SSE4_1()
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2426 Int4 border1 = CmpLT(xyz1, Int4(0)) | CmpNLT(xyz1, dim); in address() local
2428 xyz1 |= border1; in address()