Home
last modified time | relevance | path

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

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/x86/
H A DIntraPredX86.h831 __m128i leftColumn32 = _mm_set_epi32(leftColumn,leftColumn,leftColumn,leftColumn); in xPredIntraPlanar_SIMD() local
861 horpred32L = _mm_add_epi32(leftColumn32,horpred32L); in xPredIntraPlanar_SIMD()
862 horpred32H = _mm_add_epi32(leftColumn32,horpred32H); in xPredIntraPlanar_SIMD()