Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc65 const uint8x8_t scaled_weights_x = NegateS8(weights_x_v); in Smooth4xN_NEON() local
120 const uint8x8_t scaled_weights_x = NegateS8(weights_x_v); in Smooth8xN_NEON() local
139 const uint8x16_t scaled_weights_x, const uint16x8_t weighted_bl) { in CalculateWeightsAndPred()
198 uint8x16_t scaled_weights_x[4]; in Smooth16PlusxN_NEON() local
354 const uint8x8_t scaled_weights_x = NegateS8(weights_x); in SmoothHorizontal4Or8xN_NEON() local
374 const uint8x16_t scaled_weights_x) { in CalculateHorizontalWeightsAndPred()
412 uint8x16_t scaled_weights_x[4]; in SmoothHorizontal16PlusxN_NEON() local
637 const uint16x4_t scaled_weights_x = NegateS8(weights_x_v); in Smooth4xH_NEON() local
875 const uint16x4_t scaled_weights_x = NegateS8(weights_x); in SmoothHorizontal4xH_NEON() local
/external/libaom/aom_dsp/arm/
Dhighbd_intrapred_neon.c398 const uint16x4_t scaled_weights_x = negate_s8(weights_x_v); in highbd_smooth_4xh_neon() local
711 const uint16x4_t scaled_weights_x = negate_s8(weights_x); in highbd_smooth_h_4xh_neon() local
Dintrapred_neon.c2672 const uint8x8_t scaled_weights_x = negate_s8(weights_x_v); in smooth_4xh_neon() local
2725 const uint8x8_t scaled_weights_x = negate_s8(weights_x_v); in smooth_8xh_neon() local
2763 const uint8x16_t scaled_weights_x, const uint16x8_t weighted_bl) { in calculate_weights_and_predq()
3105 const uint8x16_t scaled_weights_x) { in calculate_horizontal_weights_and_pred()