Home
last modified time | relevance | path

Searched defs:weighted_tr (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc66 const uint16x8_t weighted_tr = vmull_u8(scaled_weights_x, top_right_v); in Smooth4xN_NEON() local
94 const uint8x8_t top, const uint8x8_t left, const uint16x8_t weighted_tr, in CalculateWeightsAndPred()
121 const uint16x8_t weighted_tr = vmull_u8(scaled_weights_x, top_right_v); in Smooth8xN_NEON() local
355 const uint16x8_t weighted_tr = vmull_u8(scaled_weights_x, top_right_v); in SmoothHorizontal4Or8xN_NEON() local
638 const uint32x4_t weighted_tr = vmull_n_u16(scaled_weights_x, top_right); in Smooth4xH_NEON() local
877 const uint32x4_t weighted_tr = vmull_n_u16(scaled_weights_x, top_right); in SmoothHorizontal4xH_NEON() local
/external/libaom/aom_dsp/arm/
Dintrapred_neon.c2458 const uint16x8_t weighted_tr = vmull_u8(scaled_weights_x, top_right_v); in smooth_4xh_neon() local
2488 const uint8x8_t top, const uint8x8_t left, const uint16x8_t weighted_tr, in calculate_weights_and_pred()
2511 const uint16x8_t weighted_tr = vmull_u8(scaled_weights_x, top_right_v); in smooth_8xh_neon() local
Dhighbd_intrapred_neon.c947 const uint32x4_t weighted_tr = vmull_n_u16(scaled_weights_x, top_right); in highbd_smooth_4xh_neon() local
1299 const uint32x4_t weighted_tr = vmull_n_u16(scaled_weights_x, top_right); in highbd_smooth_h_4xh_neon() local