Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_34_add_neon.c80 s1[17] = multiply_accumulate_shift_and_narrow_s16(s1[16], -cospi_4_64, s1[31], in vpx_idct32_6_neon()
82 s1[30] = multiply_accumulate_shift_and_narrow_s16(s1[16], cospi_28_64, s1[31], in vpx_idct32_6_neon()
85 s1[21] = multiply_accumulate_shift_and_narrow_s16(s1[20], -cospi_20_64, in vpx_idct32_6_neon()
87 s1[26] = multiply_accumulate_shift_and_narrow_s16(s1[20], cospi_12_64, s1[27], in vpx_idct32_6_neon()
90 s1[22] = multiply_accumulate_shift_and_narrow_s16(s1[23], -cospi_12_64, in vpx_idct32_6_neon()
92 s1[25] = multiply_accumulate_shift_and_narrow_s16(s1[23], -cospi_20_64, in vpx_idct32_6_neon()
98 s2[9] = multiply_accumulate_shift_and_narrow_s16(s2[8], -cospi_8_64, s2[15], in vpx_idct32_6_neon()
100 s2[14] = multiply_accumulate_shift_and_narrow_s16(s2[8], cospi_24_64, s2[15], in vpx_idct32_6_neon()
116 s1[18] = multiply_accumulate_shift_and_narrow_s16(s1[17], -cospi_8_64, s1[30], in vpx_idct32_6_neon()
118 s1[29] = multiply_accumulate_shift_and_narrow_s16(s1[17], cospi_24_64, s1[30], in vpx_idct32_6_neon()
[all …]
Didct32x32_135_add_neon.c152 s3[17] = multiply_accumulate_shift_and_narrow_s16(s1[16], -cospi_4_64, s1[31], in vpx_idct32_12_neon()
154 s3[30] = multiply_accumulate_shift_and_narrow_s16(s1[16], cospi_28_64, s1[31], in vpx_idct32_12_neon()
157 s3[18] = multiply_accumulate_shift_and_narrow_s16(s2[18], -cospi_28_64, in vpx_idct32_12_neon()
159 s3[29] = multiply_accumulate_shift_and_narrow_s16(s2[18], -cospi_4_64, s2[29], in vpx_idct32_12_neon()
162 s3[21] = multiply_accumulate_shift_and_narrow_s16(s2[21], -cospi_20_64, in vpx_idct32_12_neon()
164 s3[26] = multiply_accumulate_shift_and_narrow_s16(s2[21], cospi_12_64, s2[26], in vpx_idct32_12_neon()
167 s3[22] = multiply_accumulate_shift_and_narrow_s16(s1[23], -cospi_12_64, in vpx_idct32_12_neon()
169 s3[25] = multiply_accumulate_shift_and_narrow_s16(s1[23], -cospi_20_64, in vpx_idct32_12_neon()
177 s4[9] = multiply_accumulate_shift_and_narrow_s16(s2[8], -cospi_8_64, s2[15], in vpx_idct32_12_neon()
179 s4[14] = multiply_accumulate_shift_and_narrow_s16(s2[8], cospi_24_64, s2[15], in vpx_idct32_12_neon()
[all …]
Didct_neon.h149 static INLINE int16x8_t multiply_accumulate_shift_and_narrow_s16( in multiply_accumulate_shift_and_narrow_s16() function