Searched refs:kCst2 (Results 1 – 2 of 2) sorted by relevance
64 const __m128i kCst2 = _mm_set1_epi8(2); in GetResidualCost_SSE2() local73 const __m128i G = _mm_min_epu8(F, kCst2); // context = 0,1,2 in GetResidualCost_SSE2()
69 const uint8x16_t kCst2 = vdupq_n_u8(2); in GetResidualCost_NEON() local76 const uint8x16_t G = vminq_u8(F, kCst2); // context = 0,1,2 in GetResidualCost_NEON()