Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
Dmain.cpp94 int w_1; member
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c645 const __m128i w_1 = _mm_srai_epi32(_mm_add_epi32(v_1, rounding), in av1_apply_selfguided_restoration_sse4_1() local
650 const __m128i tmp = _mm_packus_epi32(w_0, w_1); in av1_apply_selfguided_restoration_sse4_1()
656 const __m128i tmp = _mm_packs_epi32(w_0, w_1); in av1_apply_selfguided_restoration_sse4_1()
Dselfguided_avx2.c698 const __m256i w_1 = _mm256_srai_epi32( in av1_apply_selfguided_restoration_avx2() local
705 const __m256i tmp = _mm256_packus_epi32(w_0, w_1); in av1_apply_selfguided_restoration_avx2()
714 const __m256i tmp = _mm256_packs_epi32(w_0, w_1); in av1_apply_selfguided_restoration_avx2()