Home
last modified time | relevance | path

Searched defs:inverted_weights7 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc1197 const __m128i inverted_weights7 = _mm_sub_epi16(scale, weights7); in SmoothHorizontal64x16_SSE4_1() local
1273 const __m128i inverted_weights7 = _mm_sub_epi16(scale, weights7); in SmoothHorizontal64x32_SSE4_1() local
1376 const __m128i inverted_weights7 = _mm_sub_epi16(scale, weights7); in SmoothHorizontal64x64_SSE4_1() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_ssse3.c2828 const __m128i inverted_weights7 = _mm_sub_epi16(scale, weights7); in aom_smooth_h_predictor_64x16_ssse3() local
2902 const __m128i inverted_weights7 = _mm_sub_epi16(scale, weights7); in aom_smooth_h_predictor_64x32_ssse3() local
3002 const __m128i inverted_weights7 = _mm_sub_epi16(scale, weights7); in aom_smooth_h_predictor_64x64_ssse3() local