Searched refs:create_s32x4_neon (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht16x16_add_neon.c | 156 create_s32x4_neon(cospi_1_64, cospi_31_64, cospi_5_64, cospi_27_64); in vpx_highbd_iadst16_neon() 158 create_s32x4_neon(cospi_9_64, cospi_23_64, cospi_13_64, cospi_19_64); in vpx_highbd_iadst16_neon() 160 create_s32x4_neon(cospi_17_64, cospi_15_64, cospi_21_64, cospi_11_64); in vpx_highbd_iadst16_neon() 162 create_s32x4_neon(cospi_25_64, cospi_7_64, cospi_29_64, cospi_3_64); in vpx_highbd_iadst16_neon() 164 create_s32x4_neon(cospi_4_64, cospi_28_64, cospi_20_64, cospi_12_64); in vpx_highbd_iadst16_neon() 166 create_s32x4_neon(cospi_16_64, -cospi_16_64, cospi_8_64, cospi_24_64); in vpx_highbd_iadst16_neon()
|
D | vp9_highbd_iht8x8_add_neon.c | 93 create_s32x4_neon(cospi_2_64, cospi_30_64, cospi_10_64, cospi_22_64); in highbd_iadst8() 95 create_s32x4_neon(cospi_18_64, cospi_14_64, cospi_26_64, cospi_6_64); in highbd_iadst8() 97 create_s32x4_neon(cospi_16_64, 0, cospi_8_64, cospi_24_64); in highbd_iadst8()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | mem_neon.h | 32 static INLINE int32x4_t create_s32x4_neon(const int32_t c0, const int32_t c1, in create_s32x4_neon() function
|