Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc58 const uint8_t* const weights_y = kSmoothWeights + height - 4; in Smooth4xN_NEON() local
96 const uint8x8_t scaled_weights_y, const uint8x8_t weights_y) { in CalculateWeightsAndPred()
113 const uint8_t* const weights_y = kSmoothWeights + height - 4; in Smooth8xN_NEON() local
138 const uint8x8_t weights_y, const uint8x16_t weights_x, in CalculateWeightsAndPred()
172 const uint8_t* const weights_y = kSmoothWeights + height - 4; in Smooth16PlusxN_NEON() local
246 const uint8_t* const weights_y = kSmoothWeights + height - 4; in SmoothVertical4Or8xN_NEON() local
277 const uint8x16_t top, const uint8x8_t weights_y, in CalculateVerticalWeightsAndPred()
297 const uint8_t* const weights_y = kSmoothWeights + height - 4; in SmoothVertical16PlusxN_NEON() local
631 const uint16_t* const weights_y = kSmoothWeights + height - 4; in Smooth4xH_NEON() local
692 const uint16_t* const weights_y = kSmoothWeights + height - 4; in Smooth8xH_NEON() local
[all …]
/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc103 const __m128i& weights_y, in WriteSmoothPredSum4()
172 inline void WriteSmoothPred4x8(const __m128i* pixel, const __m128i* weights_y, in WriteSmoothPred4x8()
249 __m128i weights_y[2]; in Smooth4x8_SSE4_1() local
264 __m128i weights_y[4]; in Smooth4x16_SSE4_1() local
360 const __m128i* weights_y, const int height, in WriteSmoothPred8xH()
415 __m128i weights_x[2], weights_y[2]; in Smooth8x4_SSE4_1() local
431 __m128i weights_x[2], weights_y[2]; in Smooth8x8_SSE4_1() local
447 __m128i weights_x[2], weights_y[4]; in Smooth8x16_SSE4_1() local
465 __m128i weights_x[2], weights_y[8]; in Smooth8x32_SSE4_1() local
495 const __m128i weights_y = _mm_cvtsi32_si128(sm_weights_h[y]); in SmoothWxH() local
[all …]
/external/libaom/aom_dsp/x86/
Dintrapred_ssse3.c955 const __m128i weights_y = _mm_cvtsi32_si128(sm_weights_h[y]); in smooth_predictor_wxh() local
1229 __m128i weights_y = _mm_shuffle_epi8(weights, y_select); in aom_smooth_v_predictor_8x4_ssse3() local
1267 const __m128i weights_y = _mm_shuffle_epi8(weights, y_select); in aom_smooth_v_predictor_8x8_ssse3() local
1296 const __m128i weights_y = _mm_shuffle_epi8(weights1, y_select); in aom_smooth_v_predictor_8x16_ssse3() local
1305 const __m128i weights_y = _mm_shuffle_epi8(weights2, y_select); in aom_smooth_v_predictor_8x16_ssse3() local
1343 const __m128i weights_y = _mm_shuffle_epi8(weights1, y_select); in aom_smooth_v_predictor_8x32_ssse3() local
1352 const __m128i weights_y = _mm_shuffle_epi8(weights2, y_select); in aom_smooth_v_predictor_8x32_ssse3() local
1361 const __m128i weights_y = _mm_shuffle_epi8(weights3, y_select); in aom_smooth_v_predictor_8x32_ssse3() local
1370 const __m128i weights_y = _mm_shuffle_epi8(weights4, y_select); in aom_smooth_v_predictor_8x32_ssse3() local
1395 __m128i weights_y = _mm_shuffle_epi8(weights, y_select); in aom_smooth_v_predictor_16x4_ssse3() local
[all …]
/external/libgav1/src/dsp/
Dintrapred_smooth.cc62 const uint8_t* const weights_y = kSmoothWeights + block_height - 4; in Smooth() local
94 const uint8_t* const weights_y = kSmoothWeights + block_height - 4; in SmoothVertical() local
/external/libaom/aom_dsp/arm/
Dhighbd_intrapred_neon.c393 const uint16_t *const weights_y = smooth_weights_u16 + height - 4; in highbd_smooth_4xh_neon() local
451 const uint16_t *const weights_y = smooth_weights_u16 + height - 4; in highbd_smooth_8xh_neon() local
577 const uint16_t *const weights_y = smooth_weights_u16 + height - 4; in highbd_smooth_v_4xh_neon() local
598 const uint16_t *const weights_y = smooth_weights_u16 + height - 4; in highbd_smooth_v_8xh_neon() local
Dintrapred_neon.c2664 const uint8_t *const weights_y = smooth_weights + height - 4; in smooth_4xh_neon() local
2705 const uint8x8_t scaled_weights_y, const uint8x8_t weights_y) { in calculate_weights_and_pred()
2719 const uint8_t *const weights_y = smooth_weights + height - 4; in smooth_8xh_neon() local
2762 const uint8x8_t weights_y, const uint8x16_t weights_x, in calculate_weights_and_predq()
2954 const uint8x16_t top, const uint8x8_t weights_y, in calculate_vertical_weights_and_pred()