/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | highbd_vpx_convolve8_neon.c | 655 int16x4_t h_s0[4], h_s1[4], h_s2[4]; in highbd_convolve_2d_4tap_neon() local 718 int16x8_t h_s0[4], h_s1[4], h_s2[4]; in highbd_convolve_2d_4tap_neon() local 785 int16x4_t h_s0[8], h_s1[8], h_s2[8], h_s3[8], h_s4[8], h_s5[8], h_s6[8]; in highbd_convolve_2d_8tap_neon() local 882 int16x8_t h_s0[8], h_s1[8], h_s2[8], h_s3[8], h_s4[8], h_s5[8], h_s6[8]; in highbd_convolve_2d_8tap_neon() local 1034 int16x4_t h_s0[8], h_s1[8], h_s2[8], h_s3[8], h_s4[8], h_s5[8], h_s6[8]; in vpx_highbd_convolve8_avg_neon() local 1136 int16x8_t h_s0[8], h_s1[8], h_s2[8], h_s3[8], h_s4[8], h_s5[8], h_s6[8]; in vpx_highbd_convolve8_avg_neon() local
|
H A D | highbd_vpx_convolve8_sve2.c | 470 int16x4_t h_s0[4], h_s1[4], h_s2[4]; in highbd_convolve_2d_4tap_sve2() local 532 int16x8_t h_s0[4], h_s1[4], h_s2[4]; in highbd_convolve_2d_4tap_sve2() local
|
H A D | vpx_convolve8_neon_i8mm.c | 743 uint8x16_t h_s0, h_s1, h_s2; in convolve_4tap_2d_neon_i8mm() local 789 uint8x16_t h_s0, h_s1, h_s2; in convolve_4tap_2d_neon_i8mm() local
|
H A D | vpx_convolve8_neon_dotprod.c | 823 uint8x16_t h_s0, h_s1, h_s2; in convolve_4tap_2d_neon_dotprod() local 869 uint8x16_t h_s0, h_s1, h_s2; in convolve_4tap_2d_neon_dotprod() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | convolve_neon_i8mm.c | 1062 uint8x16_t h_s0, h_s1, h_s2, h_s3, h_s4; in convolve_2d_sr_6tap_neon_i8mm() local 1133 uint8x16_t h_s0, h_s1, h_s2; in convolve_2d_sr_6tap_4tap_neon_i8mm() local 1182 uint8x16_t h_s0, h_s1, h_s2; in convolve_2d_sr_6tap_4tap_neon_i8mm() local
|
H A D | convolve_neon_dotprod.c | 1303 uint8x16_t h_s0, h_s1, h_s2, h_s3, h_s4; in convolve_2d_sr_6tap_neon_dotprod() local 1378 uint8x16_t h_s0, h_s1, h_s2; in convolve_2d_sr_4tap_neon_dotprod() local 1427 uint8x16_t h_s0, h_s1, h_s2; in convolve_2d_sr_4tap_neon_dotprod() local
|