Searched refs:transpose_u8_8x4 (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/aom_dsp/arm/ |
D | loopfilter_neon.c | 637 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/ |
D | vpx_convolve8_neon.c | 86 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()
|
D | vpx_scaled_convolve8_neon.c | 48 transpose_u8_8x4(&s[0], &s[1], &s[2], &s[3]); in scaledconvolve_horiz_w4()
|
D | transpose_neon.h | 396 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/ |
D | wiener_convolve_neon.c | 259 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()
|
D | convolve_neon.c | 235 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()
|
D | transpose_neon.h | 70 static INLINE void transpose_u8_8x4(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, in transpose_u8_8x4() function
|
D | jnt_convolve_neon.c | 354 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/ |
D | vp9_frame_scale_neon.c | 225 transpose_u8_8x4(&d[0], &d[1], &d[2], &d[3]); in scale_plane_2_to_1_general()
|