Home
last modified time | relevance | path

Searched refs:transpose_array_inplace_u16_4x8 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_loopfilter_neon.c508 transpose_array_inplace_u16_4x8(src_raw); in aom_highbd_lpf_vertical_6_neon()
830 transpose_array_inplace_u16_4x8(output); in aom_highbd_lpf_vertical_8_neon()
1121 transpose_array_inplace_u16_4x8(src_p); in aom_highbd_lpf_vertical_14_neon()
1128 transpose_array_inplace_u16_4x8(src_q); in aom_highbd_lpf_vertical_14_neon()
1241 transpose_array_inplace_u16_4x8(output_p); in aom_highbd_lpf_vertical_14_neon()
1244 transpose_array_inplace_u16_4x8(output_q); in aom_highbd_lpf_vertical_14_neon()
H A Dhighbd_intrapred_neon.c2845 transpose_array_inplace_u16_4x8(out); in highbd_dr_prediction_z3_upsample0_neon()
2946 transpose_array_inplace_u16_4x8(out); in highbd_dr_prediction_z3_upsample1_neon()
H A Dtranspose_neon.h489 static inline void transpose_array_inplace_u16_4x8(uint16x8_t a[4]) { in transpose_array_inplace_u16_4x8() function