Searched refs:sub_multiply_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 | 121 s1[5] = sub_multiply_shift_and_narrow_s32_dual(s1[7], s1[4], cospi_16_64); in vpx_highbd_idct32_6_neon() 154 s2[10] = sub_multiply_shift_and_narrow_s32_dual(s2[14], s2[9], cospi_16_64); in vpx_highbd_idct32_6_neon() 157 s2[11] = sub_multiply_shift_and_narrow_s32_dual(s2[15], s2[8], cospi_16_64); in vpx_highbd_idct32_6_neon() 196 s1[20] = sub_multiply_shift_and_narrow_s32_dual(s3[27], s2[20], cospi_16_64); in vpx_highbd_idct32_6_neon() 199 s1[21] = sub_multiply_shift_and_narrow_s32_dual(s3[26], s2[21], cospi_16_64); in vpx_highbd_idct32_6_neon() 202 s1[22] = sub_multiply_shift_and_narrow_s32_dual(s3[25], s2[22], cospi_16_64); in vpx_highbd_idct32_6_neon() 205 s1[23] = sub_multiply_shift_and_narrow_s32_dual(s3[24], s2[23], cospi_16_64); in vpx_highbd_idct32_6_neon() 464 s1[5] = sub_multiply_shift_and_narrow_s32_dual(s1[7], s1[4], cospi_16_64); in vpx_highbd_idct32_8_neon() 506 s2[10] = sub_multiply_shift_and_narrow_s32_dual(s1[13], s1[10], cospi_16_64); in vpx_highbd_idct32_8_neon() 509 s2[11] = sub_multiply_shift_and_narrow_s32_dual(s1[12], s1[11], cospi_16_64); in vpx_highbd_idct32_8_neon() [all …]
|
D | highbd_idct32x32_135_add_neon.c | 221 s5[5] = sub_multiply_shift_and_narrow_s32_dual(s3[7], s3[4], cospi_16_64); in vpx_highbd_idct32_12_neon() 263 s6[10] = sub_multiply_shift_and_narrow_s32_dual(s5[13], s5[10], cospi_16_64); in vpx_highbd_idct32_12_neon() 266 s6[11] = sub_multiply_shift_and_narrow_s32_dual(s5[12], s5[11], cospi_16_64); in vpx_highbd_idct32_12_neon() 305 s7[20] = sub_multiply_shift_and_narrow_s32_dual(s6[27], s6[20], cospi_16_64); in vpx_highbd_idct32_12_neon() 308 s7[21] = sub_multiply_shift_and_narrow_s32_dual(s6[26], s6[21], cospi_16_64); in vpx_highbd_idct32_12_neon() 311 s7[22] = sub_multiply_shift_and_narrow_s32_dual(s6[25], s6[22], cospi_16_64); in vpx_highbd_idct32_12_neon() 314 s7[23] = sub_multiply_shift_and_narrow_s32_dual(s6[24], s6[23], cospi_16_64); in vpx_highbd_idct32_12_neon() 597 s5[5] = sub_multiply_shift_and_narrow_s32_dual(s4[6], s4[5], cospi_16_64); in vpx_highbd_idct32_16_neon() 639 s6[10] = sub_multiply_shift_and_narrow_s32_dual(s5[13], s5[10], cospi_16_64); in vpx_highbd_idct32_16_neon() 642 s6[11] = sub_multiply_shift_and_narrow_s32_dual(s5[12], s5[11], cospi_16_64); in vpx_highbd_idct32_16_neon() [all …]
|
D | idct_neon.h | 195 static INLINE int32x4x2_t sub_multiply_shift_and_narrow_s32_dual( in sub_multiply_shift_and_narrow_s32_dual() function
|