Home
last modified time | relevance | path

Searched refs:add_multiply_shift_and_narrow_s32_dual (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_34_add_neon.c122 s1[6] = add_multiply_shift_and_narrow_s32_dual(s1[4], s1[7], cospi_16_64); in vpx_highbd_idct32_6_neon()
155 s2[13] = add_multiply_shift_and_narrow_s32_dual(s2[9], s2[14], cospi_16_64); in vpx_highbd_idct32_6_neon()
158 s2[12] = add_multiply_shift_and_narrow_s32_dual(s2[8], s2[15], cospi_16_64); in vpx_highbd_idct32_6_neon()
197 s1[27] = add_multiply_shift_and_narrow_s32_dual(s2[20], s3[27], cospi_16_64); in vpx_highbd_idct32_6_neon()
200 s1[26] = add_multiply_shift_and_narrow_s32_dual(s2[21], s3[26], cospi_16_64); in vpx_highbd_idct32_6_neon()
203 s1[25] = add_multiply_shift_and_narrow_s32_dual(s2[22], s3[25], cospi_16_64); in vpx_highbd_idct32_6_neon()
206 s1[24] = add_multiply_shift_and_narrow_s32_dual(s2[23], s3[24], cospi_16_64); in vpx_highbd_idct32_6_neon()
465 s1[6] = add_multiply_shift_and_narrow_s32_dual(s1[4], s1[7], cospi_16_64); in vpx_highbd_idct32_8_neon()
507 s2[13] = add_multiply_shift_and_narrow_s32_dual(s1[10], s1[13], cospi_16_64); in vpx_highbd_idct32_8_neon()
510 s2[12] = add_multiply_shift_and_narrow_s32_dual(s1[11], s1[12], cospi_16_64); in vpx_highbd_idct32_8_neon()
[all …]
Dhighbd_idct32x32_135_add_neon.c222 s5[6] = add_multiply_shift_and_narrow_s32_dual(s3[4], s3[7], cospi_16_64); in vpx_highbd_idct32_12_neon()
264 s6[13] = add_multiply_shift_and_narrow_s32_dual(s5[10], s5[13], cospi_16_64); in vpx_highbd_idct32_12_neon()
267 s6[12] = add_multiply_shift_and_narrow_s32_dual(s5[11], s5[12], cospi_16_64); in vpx_highbd_idct32_12_neon()
306 s7[27] = add_multiply_shift_and_narrow_s32_dual(s6[20], s6[27], cospi_16_64); in vpx_highbd_idct32_12_neon()
309 s7[26] = add_multiply_shift_and_narrow_s32_dual(s6[21], s6[26], cospi_16_64); in vpx_highbd_idct32_12_neon()
312 s7[25] = add_multiply_shift_and_narrow_s32_dual(s6[22], s6[25], cospi_16_64); in vpx_highbd_idct32_12_neon()
315 s7[24] = add_multiply_shift_and_narrow_s32_dual(s6[23], s6[24], cospi_16_64); in vpx_highbd_idct32_12_neon()
598 s5[6] = add_multiply_shift_and_narrow_s32_dual(s4[5], s4[6], cospi_16_64); in vpx_highbd_idct32_16_neon()
640 s6[13] = add_multiply_shift_and_narrow_s32_dual(s5[10], s5[13], cospi_16_64); in vpx_highbd_idct32_16_neon()
643 s6[12] = add_multiply_shift_and_narrow_s32_dual(s5[11], s5[12], cospi_16_64); in vpx_highbd_idct32_16_neon()
[all …]
Didct_neon.h179 static INLINE int32x4x2_t add_multiply_shift_and_narrow_s32_dual( in add_multiply_shift_and_narrow_s32_dual() function