Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_135_add_neon.c106 s1[16] = multiply_shift_and_narrow_s16(in[1], cospi_31_64); in vpx_idct32_12_neon()
107 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64); in vpx_idct32_12_neon()
109 s1[18] = multiply_shift_and_narrow_s16(in[9], cospi_23_64); in vpx_idct32_12_neon()
110 s1[29] = multiply_shift_and_narrow_s16(in[9], cospi_9_64); in vpx_idct32_12_neon()
112 s1[19] = multiply_shift_and_narrow_s16(in[7], -cospi_25_64); in vpx_idct32_12_neon()
113 s1[28] = multiply_shift_and_narrow_s16(in[7], cospi_7_64); in vpx_idct32_12_neon()
115 s1[20] = multiply_shift_and_narrow_s16(in[5], cospi_27_64); in vpx_idct32_12_neon()
116 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64); in vpx_idct32_12_neon()
118 s1[21] = multiply_shift_and_narrow_s16(in[11], -cospi_21_64); in vpx_idct32_12_neon()
119 s1[26] = multiply_shift_and_narrow_s16(in[11], cospi_11_64); in vpx_idct32_12_neon()
[all …]
Didct32x32_34_add_neon.c62 s1[16] = multiply_shift_and_narrow_s16(in[1], cospi_31_64); in vpx_idct32_6_neon()
64 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64); in vpx_idct32_6_neon()
66 s1[20] = multiply_shift_and_narrow_s16(in[5], cospi_27_64); in vpx_idct32_6_neon()
67 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64); in vpx_idct32_6_neon()
69 s1[23] = multiply_shift_and_narrow_s16(in[3], -cospi_29_64); in vpx_idct32_6_neon()
70 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_6_neon()
73 s2[8] = multiply_shift_and_narrow_s16(in[2], cospi_30_64); in vpx_idct32_6_neon()
74 s2[15] = multiply_shift_and_narrow_s16(in[2], cospi_2_64); in vpx_idct32_6_neon()
77 s1[4] = multiply_shift_and_narrow_s16(in[4], cospi_28_64); in vpx_idct32_6_neon()
78 s1[7] = multiply_shift_and_narrow_s16(in[4], cospi_4_64); in vpx_idct32_6_neon()
[all …]
Didct_neon.h104 static INLINE int16x8_t multiply_shift_and_narrow_s16(const int16x8_t a, in multiply_shift_and_narrow_s16() function