Searched refs:v_val_w (Results 1 – 2 of 2) sorted by relevance
88 static INLINE __m128i xx_round_epu16(__m128i v_val_w) { in xx_round_epu16() argument89 return _mm_avg_epu16(v_val_w, _mm_setzero_si128()); in xx_round_epu16()92 static INLINE __m128i xx_roundn_epu16(__m128i v_val_w, int bits) { in xx_roundn_epu16() argument93 const __m128i v_s_w = _mm_srli_epi16(v_val_w, bits - 1); in xx_roundn_epu16()
75 static INLINE __m256i yy_roundn_epu16(__m256i v_val_w, int bits) { in yy_roundn_epu16() argument76 const __m256i v_s_w = _mm256_srli_epi16(v_val_w, bits - 1); in yy_roundn_epu16()