Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dsynonyms.h88 static INLINE __m128i xx_round_epu16(__m128i v_val_w) { in xx_round_epu16() argument
89 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() argument
93 const __m128i v_s_w = _mm_srli_epi16(v_val_w, bits - 1); in xx_roundn_epu16()
Dsynonyms_avx2.h75 static INLINE __m256i yy_roundn_epu16(__m256i v_val_w, int bits) { in yy_roundn_epu16() argument
76 const __m256i v_s_w = _mm256_srli_epi16(v_val_w, bits - 1); in yy_roundn_epu16()