Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_34_add_neon.c113 s1[5] = sub_multiply_shift_and_narrow_s16(s1[7], s1[4], cospi_16_64); in vpx_idct32_6_neon()
146 s2[10] = sub_multiply_shift_and_narrow_s16(s2[14], s2[9], cospi_16_64); in vpx_idct32_6_neon()
149 s2[11] = sub_multiply_shift_and_narrow_s16(s2[15], s2[8], cospi_16_64); in vpx_idct32_6_neon()
188 s1[20] = sub_multiply_shift_and_narrow_s16(s3[27], s2[20], cospi_16_64); in vpx_idct32_6_neon()
191 s1[21] = sub_multiply_shift_and_narrow_s16(s3[26], s2[21], cospi_16_64); in vpx_idct32_6_neon()
194 s1[22] = sub_multiply_shift_and_narrow_s16(s3[25], s2[22], cospi_16_64); in vpx_idct32_6_neon()
197 s1[23] = sub_multiply_shift_and_narrow_s16(s3[24], s2[23], cospi_16_64); in vpx_idct32_6_neon()
359 s1[5] = sub_multiply_shift_and_narrow_s16(s1[7], s1[4], cospi_16_64); in vpx_idct32_8_neon()
401 s2[10] = sub_multiply_shift_and_narrow_s16(s1[13], s1[10], cospi_16_64); in vpx_idct32_8_neon()
404 s2[11] = sub_multiply_shift_and_narrow_s16(s1[12], s1[11], cospi_16_64); in vpx_idct32_8_neon()
[all …]
Didct32x32_135_add_neon.c210 s5[5] = sub_multiply_shift_and_narrow_s16(s3[7], s3[4], cospi_16_64); in vpx_idct32_12_neon()
252 s6[10] = sub_multiply_shift_and_narrow_s16(s5[13], s5[10], cospi_16_64); in vpx_idct32_12_neon()
255 s6[11] = sub_multiply_shift_and_narrow_s16(s5[12], s5[11], cospi_16_64); in vpx_idct32_12_neon()
294 s7[20] = sub_multiply_shift_and_narrow_s16(s6[27], s6[20], cospi_16_64); in vpx_idct32_12_neon()
297 s7[21] = sub_multiply_shift_and_narrow_s16(s6[26], s6[21], cospi_16_64); in vpx_idct32_12_neon()
300 s7[22] = sub_multiply_shift_and_narrow_s16(s6[25], s6[22], cospi_16_64); in vpx_idct32_12_neon()
303 s7[23] = sub_multiply_shift_and_narrow_s16(s6[24], s6[23], cospi_16_64); in vpx_idct32_12_neon()
520 s5[5] = sub_multiply_shift_and_narrow_s16(s4[6], s4[5], cospi_16_64); in vpx_idct32_16_neon()
562 s6[10] = sub_multiply_shift_and_narrow_s16(s5[13], s5[10], cospi_16_64); in vpx_idct32_16_neon()
565 s6[11] = sub_multiply_shift_and_narrow_s16(s5[12], s5[11], cospi_16_64); in vpx_idct32_16_neon()
[all …]
Didct_neon.h137 static INLINE int16x8_t sub_multiply_shift_and_narrow_s16( in sub_multiply_shift_and_narrow_s16() function