Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc97 const uint16x8_t weighted_top = vmull_u8(weights_y, top); in CalculateWeightsAndPred() local
262 const uint16x8_t weighted_top = vmull_u8(weights_y_v, top_v); in SmoothVertical4Or8xN_NEON() local
643 const uint32x4_t weighted_top = in Smooth4xH_NEON() local
784 const uint32x4_t weighted_top = in SmoothVertical4xH_NEON() local
/external/libaom/aom_dsp/arm/
Dhighbd_intrapred_neon.c952 const uint32x4_t weighted_top = in highbd_smooth_4xh_neon() local
1152 const uint32x4_t weighted_top = in highbd_smooth_v_4xh_neon() local
Dintrapred_neon.c2491 const uint16x8_t weighted_top = vmull_u8(weights_y, top); in calculate_weights_and_pred() local
/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc110 const __m128i weighted_top = _mm_mullo_epi32(weight_y, top); in WriteSmoothPredSum4() local