Searched defs:weights_lo (Results 1 – 2 of 2) sorted by relevance
969 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothHorizontal32x8_SSE4_1() local1008 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothHorizontal32x16_SSE4_1() local1057 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothHorizontal32x32_SSE4_1() local1127 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothHorizontal32x64_SSE4_1() local1628 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothVertical8x32_SSE4_1() local1773 const __m128i weights_lo = _mm_cvtepu8_epi16(weights); in SmoothVertical16x16_SSE4_1() local1815 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothVertical16x32_SSE4_1() local1899 const __m128i weights_lo = _mm_cvtepu8_epi16(weights); in SmoothVertical16x64_SSE4_1() local2029 const __m128i weights_lo = LoadUnaligned16(kSmoothWeights + 28); in SmoothVertical32x32_SSE4_1() local2130 const __m128i weights_lo = _mm_cvtepu8_epi16(weights); in SmoothVertical32x64_SSE4_1() local[all …]
1320 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_v_predictor_8x32_ssse3() local1457 const __m128i weights_lo = cvtepu8_epi16(weights); in aom_smooth_v_predictor_16x16_ssse3() local1497 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_v_predictor_16x32_ssse3() local1578 const __m128i weights_lo = cvtepu8_epi16(weights); in aom_smooth_v_predictor_16x64_ssse3() local1699 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_v_predictor_32x32_ssse3() local1797 const __m128i weights_lo = cvtepu8_epi16(weights); in aom_smooth_v_predictor_32x64_ssse3() local1923 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_v_predictor_64x32_ssse3() local2045 const __m128i weights_lo = cvtepu8_epi16(weights); in aom_smooth_v_predictor_64x64_ssse3() local2573 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_h_predictor_32x8_ssse3() local2610 const __m128i weights_lo = LoadUnaligned16(smooth_weights + 28); in aom_smooth_h_predictor_32x16_ssse3() local[all …]