Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A 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 …]
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A 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 …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_ssse3.c969 const __m128i weights_y = _mm_cvtsi32_si128(sm_weights_h[y]); in smooth_predictor_wxh() local
1251 __m128i weights_y = _mm_shuffle_epi8(weights, y_select); in aom_smooth_v_predictor_8x4_ssse3() local
1289 const __m128i weights_y = _mm_shuffle_epi8(weights, y_select); in aom_smooth_v_predictor_8x8_ssse3() local
1318 const __m128i weights_y = _mm_shuffle_epi8(weights1, y_select); in aom_smooth_v_predictor_8x16_ssse3() local
1327 const __m128i weights_y = _mm_shuffle_epi8(weights2, y_select); in aom_smooth_v_predictor_8x16_ssse3() local
1366 const __m128i weights_y = _mm_shuffle_epi8(weights1, y_select); in aom_smooth_v_predictor_8x32_ssse3() local
1375 const __m128i weights_y = _mm_shuffle_epi8(weights2, y_select); in aom_smooth_v_predictor_8x32_ssse3() local
1384 const __m128i weights_y = _mm_shuffle_epi8(weights3, y_select); in aom_smooth_v_predictor_8x32_ssse3() local
1393 const __m128i weights_y = _mm_shuffle_epi8(weights4, y_select); in aom_smooth_v_predictor_8x32_ssse3() local
1418 __m128i weights_y = _mm_shuffle_epi8(weights, y_select); in aom_smooth_v_predictor_16x4_ssse3() local
[all …]
/aosp_15_r20/external/libgav1/src/dsp/
H A 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
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_intrapred_neon.c941 const uint16_t *const weights_y = smooth_weights_u16 + height - 4; in highbd_smooth_4xh_neon() local
999 const uint16_t *const weights_y = smooth_weights_u16 + height - 4; in highbd_smooth_8xh_neon() local
1144 const uint16_t *const weights_y = smooth_weights_u16 + height - 4; in highbd_smooth_v_4xh_neon() local
1165 const uint16_t *const weights_y = smooth_weights_u16 + height - 4; in highbd_smooth_v_8xh_neon() local
H A Dintrapred_neon.c2451 const uint8_t *const weights_y = smooth_weights + height - 4; in smooth_4xh_neon() local
2490 const uint8x8_t scaled_weights_y, const uint8x8_t weights_y) { in calculate_weights_and_pred()
2504 const uint8_t *const weights_y = smooth_weights + height - 4; in smooth_8xh_neon() local
2549 const uint8x8_t weights_y, const uint8x16_t weights_x, in calculate_weights_and_predq()
2745 const uint8x16_t top, const uint8x8_t weights_y, in calculate_vertical_weights_and_pred()