Searched defs:inverted_weights4 (Results 1 – 2 of 2) sorted by relevance
| /external/libgav1/src/dsp/x86/ |
| D | intrapred_smooth_sse4.cc | 979 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal32x8_SSE4_1() local 1018 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal32x16_SSE4_1() local 1067 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal32x32_SSE4_1() local 1137 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal32x64_SSE4_1() local 1180 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal64x16_SSE4_1() local 1256 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal64x32_SSE4_1() local 1359 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal64x64_SSE4_1() local 1638 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothVertical8x32_SSE4_1() local 1826 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothVertical16x32_SSE4_1() local 2046 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothVertical32x32_SSE4_1() local [all …]
|
| /external/libaom/aom_dsp/x86/ |
| D | intrapred_ssse3.c | 1330 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_v_predictor_8x32_ssse3() local 1508 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_v_predictor_16x32_ssse3() local 1716 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_v_predictor_32x32_ssse3() local 1933 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_v_predictor_64x32_ssse3() local 2583 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_h_predictor_32x8_ssse3() local 2620 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_h_predictor_32x16_ssse3() local 2667 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_h_predictor_32x32_ssse3() local 2734 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_h_predictor_32x64_ssse3() local 2776 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_h_predictor_64x16_ssse3() local 2849 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in aom_smooth_h_predictor_64x32_ssse3() local [all …]
|