Home
last modified time | relevance | path

Searched defs:weights_y (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc114 const __m128i& weights_y, in WriteSmoothPredSum4()
181 inline void WriteSmoothPred4x8(const __m128i* pixel, const __m128i* weights_y, in WriteSmoothPred4x8()
255 __m128i weights_y[2]; in Smooth4x8_SSE4_1() local
268 __m128i weights_y[4]; in Smooth4x16_SSE4_1() local
362 const __m128i* weights_y, const int height, in WriteSmoothPred8xH()
415 __m128i weights_x[2], weights_y[2]; in Smooth8x4_SSE4_1() local
430 __m128i weights_x[2], weights_y[2]; in Smooth8x8_SSE4_1() local
444 __m128i weights_x[2], weights_y[4]; in Smooth8x16_SSE4_1() local
460 __m128i weights_x[2], weights_y[8]; in Smooth8x32_SSE4_1() local
489 const __m128i weights_y = _mm_cvtsi32_si128(sm_weights_h[y]); in SmoothWxH() local
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc77 const uint8_t* const weights_y = kSmoothWeights + height - 4; in Smooth4Or8xN_NEON() local
121 const uint8x8_t weights_y, const uint8x16_t weights_x, in CalculateWeightsAndPred()
158 const uint8_t* const weights_y = kSmoothWeights + height - 4; in Smooth16PlusxN_NEON() local
238 const uint8_t* const weights_y = kSmoothWeights + height - 4; in SmoothVertical4Or8xN_NEON() local
269 const uint8x16_t top, const uint8x8_t weights_y, in CalculateVerticalWeightsAndPred()
288 const uint8_t* const weights_y = kSmoothWeights + height - 4; in SmoothVertical16PlusxN_NEON() local
/external/libgav1/libgav1/src/dsp/
Dintrapred_smooth.cc73 const uint8_t* const weights_y = kSmoothWeights + block_height - 4; in Smooth() local
104 const uint8_t* const weights_y = kSmoothWeights + block_height - 4; in SmoothVertical() local
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c902 const __m128i weights_y = _mm_cvtsi32_si128((uint32_t)sm_weights_h[y]); in smooth_predictor_wxh() local
1269 const __m128i weights_y = _mm_cvtsi32_si128((uint32_t)sm_weights_h[y]); in smooth_v_predictor_wxh() local