Searched defs:inverted_weights (Results 1 – 2 of 2) sorted by relevance
| /external/libgav1/src/dsp/x86/ |
| D | intrapred_smooth_sse4.cc | 221 const __m128i inverted_weights = _mm_sub_epi32(scale, weights); in Smooth4x4_SSE4_1() local 551 const __m128i inverted_weights = _mm_sub_epi32(scale, weights); in SmoothHorizontal4x4_SSE4_1() local 572 const __m128i inverted_weights = _mm_sub_epi32(scale, weights); in SmoothHorizontal4x8_SSE4_1() local 605 const __m128i inverted_weights = _mm_sub_epi32(scale, weights); in SmoothHorizontal4x16_SSE4_1() local 659 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in SmoothHorizontal8x4_SSE4_1() local 689 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in SmoothHorizontal8x8_SSE4_1() local 709 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in SmoothHorizontal8x16_SSE4_1() local 738 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in SmoothHorizontal8x32_SSE4_1() local 1528 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in SmoothVertical8x4_SSE4_1() local 1564 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in SmoothVertical8x8_SSE4_1() local [all …]
|
| /external/libaom/aom_dsp/x86/ |
| D | intrapred_ssse3.c | 1223 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in aom_smooth_v_predictor_8x4_ssse3() local 1260 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in aom_smooth_v_predictor_8x8_ssse3() local 1386 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in aom_smooth_v_predictor_16x4_ssse3() local 1430 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in aom_smooth_v_predictor_16x8_ssse3() local 1624 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in aom_smooth_v_predictor_32x8_ssse3() local 2115 const __m128i inverted_weights = _mm_sub_epi32(scale, weights); in aom_smooth_h_predictor_4x4_ssse3() local 2142 const __m128i inverted_weights = _mm_sub_epi32(scale, weights); in aom_smooth_h_predictor_4x8_ssse3() local 2188 const __m128i inverted_weights = _mm_sub_epi32(scale, weights); in aom_smooth_h_predictor_4x16_ssse3() local 2274 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in aom_smooth_h_predictor_8x4_ssse3() local 2306 const __m128i inverted_weights = _mm_sub_epi16(scale, weights); in aom_smooth_h_predictor_8x8_ssse3() local [all …]
|