Searched refs:multiply_accumulate_shift_and_narrow_s32_dual (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_34_add_neon.c | 88 s1[17] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], -cospi_4_64, in vpx_highbd_idct32_6_neon() 90 s1[30] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], cospi_28_64, in vpx_highbd_idct32_6_neon() 93 s1[21] = multiply_accumulate_shift_and_narrow_s32_dual(s1[20], -cospi_20_64, in vpx_highbd_idct32_6_neon() 95 s1[26] = multiply_accumulate_shift_and_narrow_s32_dual(s1[20], cospi_12_64, in vpx_highbd_idct32_6_neon() 98 s1[22] = multiply_accumulate_shift_and_narrow_s32_dual(s1[23], -cospi_12_64, in vpx_highbd_idct32_6_neon() 100 s1[25] = multiply_accumulate_shift_and_narrow_s32_dual(s1[23], -cospi_20_64, in vpx_highbd_idct32_6_neon() 106 s2[9] = multiply_accumulate_shift_and_narrow_s32_dual(s2[8], -cospi_8_64, in vpx_highbd_idct32_6_neon() 108 s2[14] = multiply_accumulate_shift_and_narrow_s32_dual(s2[8], cospi_24_64, in vpx_highbd_idct32_6_neon() 124 s1[18] = multiply_accumulate_shift_and_narrow_s32_dual(s1[17], -cospi_8_64, in vpx_highbd_idct32_6_neon() 126 s1[29] = multiply_accumulate_shift_and_narrow_s32_dual(s1[17], cospi_24_64, in vpx_highbd_idct32_6_neon() [all …]
|
D | highbd_idct32x32_135_add_neon.c | 163 s3[17] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], -cospi_4_64, in vpx_highbd_idct32_12_neon() 165 s3[30] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], cospi_28_64, in vpx_highbd_idct32_12_neon() 168 s3[18] = multiply_accumulate_shift_and_narrow_s32_dual(s2[18], -cospi_28_64, in vpx_highbd_idct32_12_neon() 170 s3[29] = multiply_accumulate_shift_and_narrow_s32_dual(s2[18], -cospi_4_64, in vpx_highbd_idct32_12_neon() 173 s3[21] = multiply_accumulate_shift_and_narrow_s32_dual(s2[21], -cospi_20_64, in vpx_highbd_idct32_12_neon() 175 s3[26] = multiply_accumulate_shift_and_narrow_s32_dual(s2[21], cospi_12_64, in vpx_highbd_idct32_12_neon() 178 s3[22] = multiply_accumulate_shift_and_narrow_s32_dual(s1[23], -cospi_12_64, in vpx_highbd_idct32_12_neon() 180 s3[25] = multiply_accumulate_shift_and_narrow_s32_dual(s1[23], -cospi_20_64, in vpx_highbd_idct32_12_neon() 188 s4[9] = multiply_accumulate_shift_and_narrow_s32_dual(s2[8], -cospi_8_64, in vpx_highbd_idct32_12_neon() 190 s4[14] = multiply_accumulate_shift_and_narrow_s32_dual(s2[8], cospi_24_64, in vpx_highbd_idct32_12_neon() [all …]
|
D | idct_neon.h | 211 static INLINE int32x4x2_t multiply_accumulate_shift_and_narrow_s32_dual( in multiply_accumulate_shift_and_narrow_s32_dual() function
|