Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc969 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothHorizontal32x8_SSE4_1() local
1008 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothHorizontal32x16_SSE4_1() local
1057 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothHorizontal32x32_SSE4_1() local
1127 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothHorizontal32x64_SSE4_1() local
1628 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothVertical8x32_SSE4_1() local
1773 const __m128i weights_lo = _mm_cvtepu8_epi16(weights); in SmoothVertical16x16_SSE4_1() local
1815 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothVertical16x32_SSE4_1() local
1899 const __m128i weights_lo = _mm_cvtepu8_epi16(weights); in SmoothVertical16x64_SSE4_1() local
2029 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothVertical32x32_SSE4_1() local
2130 const __m128i weights_lo = _mm_cvtepu8_epi16(weights); in SmoothVertical32x64_SSE4_1() local
[all …]
/external/libaom/aom_dsp/x86/
Dintrapred_ssse3.c1320 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_v_predictor_8x32_ssse3() local
1457 const __m128i weights_lo = cvtepu8_epi16(weights); in aom_smooth_v_predictor_16x16_ssse3() local
1497 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_v_predictor_16x32_ssse3() local
1578 const __m128i weights_lo = cvtepu8_epi16(weights); in aom_smooth_v_predictor_16x64_ssse3() local
1699 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_v_predictor_32x32_ssse3() local
1797 const __m128i weights_lo = cvtepu8_epi16(weights); in aom_smooth_v_predictor_32x64_ssse3() local
1923 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_v_predictor_64x32_ssse3() local
2045 const __m128i weights_lo = cvtepu8_epi16(weights); in aom_smooth_v_predictor_64x64_ssse3() local
2573 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_h_predictor_32x8_ssse3() local
2610 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_h_predictor_32x16_ssse3() local
[all …]