Home
last modified time | relevance | path

Searched refs:transpose_u8_8x4 (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/aom_dsp/arm/
Dloopfilter_neon.c637 transpose_u8_8x4(&pxp3, &p6p2, &p5p1, &p4p0); in aom_lpf_vertical_14_neon()
643 transpose_u8_8x4(&q0q4, &q1q5, &q2q6, &q3qy); in aom_lpf_vertical_14_neon()
682 transpose_u8_8x4(&q0q4, &q1q5, &q2q6, &q3qy); in aom_lpf_vertical_14_neon()
688 transpose_u8_8x4(&pxp3, &p6p2, &p5p1, &p4p0); in aom_lpf_vertical_14_neon()
711 transpose_u8_8x4(&p3q0, &p2q1, &p1q2, &p0q3); in aom_lpf_vertical_8_neon()
736 transpose_u8_8x4(&p3q0, &p2q1, &p1q2, &p0q3); in aom_lpf_vertical_8_neon()
754 transpose_u8_8x4(&pxq0, &p2q1, &p1q2, &p0qy); in aom_lpf_vertical_6_neon()
779 transpose_u8_8x4(&pxq0, &p2q1, &p1q2, &p0qy); in aom_lpf_vertical_6_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c86 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_horiz_neon()
106 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_horiz_neon()
203 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_horiz_neon()
340 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_avg_horiz_neon()
360 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_avg_horiz_neon()
462 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_avg_horiz_neon()
Dvpx_scaled_convolve8_neon.c48 transpose_u8_8x4(&s[0], &s[1], &s[2], &s[3]); in scaledconvolve_horiz_w4()
Dtranspose_neon.h396 static INLINE void transpose_u8_8x4(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, in transpose_u8_8x4() function
/external/libaom/libaom/av1/common/arm/
Dwiener_convolve_neon.c259 transpose_u8_8x4(&t0, &t1, &t2, in av1_wiener_convolve_add_src_neon()
286 transpose_u8_8x4(&t0, &t1, &t2, &t3); in av1_wiener_convolve_add_src_neon()
Dconvolve_neon.c235 transpose_u8_8x4(&t0, &t1, &t2, &t3); in av1_convolve_x_sr_neon()
252 transpose_u8_8x4(&t0, &t1, &t2, &t3); in av1_convolve_x_sr_neon()
369 transpose_u8_8x4(&t0, &t1, &t2, &t3); in av1_convolve_x_sr_neon()
914 transpose_u8_8x4(&t0, &t1, &t2, &t3); in av1_convolve_2d_sr_neon()
931 transpose_u8_8x4(&t0, &t1, &t2, &t3); in av1_convolve_2d_sr_neon()
Dtranspose_neon.h70 static INLINE void transpose_u8_8x4(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, in transpose_u8_8x4() function
Djnt_convolve_neon.c354 transpose_u8_8x4(&t0, &t1, &t2, &t3); in dist_wtd_convolve_2d_horiz_neon()
373 transpose_u8_8x4(&t0, &t1, &t2, &t3); in dist_wtd_convolve_2d_horiz_neon()
963 transpose_u8_8x4(&t0, &t1, &t2, &t3); in av1_dist_wtd_convolve_x_neon()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c225 transpose_u8_8x4(&d[0], &d[1], &d[2], &d[3]); in scale_plane_2_to_1_general()