Searched refs:add_multiply_shift_and_narrow_s16 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_34_add_neon.c | 114 s1[6] = add_multiply_shift_and_narrow_s16(s1[4], s1[7], cospi_16_64); in vpx_idct32_6_neon() 147 s2[13] = add_multiply_shift_and_narrow_s16(s2[9], s2[14], cospi_16_64); in vpx_idct32_6_neon() 150 s2[12] = add_multiply_shift_and_narrow_s16(s2[8], s2[15], cospi_16_64); in vpx_idct32_6_neon() 189 s1[27] = add_multiply_shift_and_narrow_s16(s2[20], s3[27], cospi_16_64); in vpx_idct32_6_neon() 192 s1[26] = add_multiply_shift_and_narrow_s16(s2[21], s3[26], cospi_16_64); in vpx_idct32_6_neon() 195 s1[25] = add_multiply_shift_and_narrow_s16(s2[22], s3[25], cospi_16_64); in vpx_idct32_6_neon() 198 s1[24] = add_multiply_shift_and_narrow_s16(s2[23], s3[24], cospi_16_64); in vpx_idct32_6_neon() 360 s1[6] = add_multiply_shift_and_narrow_s16(s1[4], s1[7], cospi_16_64); in vpx_idct32_8_neon() 402 s2[13] = add_multiply_shift_and_narrow_s16(s1[10], s1[13], cospi_16_64); in vpx_idct32_8_neon() 405 s2[12] = add_multiply_shift_and_narrow_s16(s1[11], s1[12], cospi_16_64); in vpx_idct32_8_neon() [all …]
|
D | idct32x32_135_add_neon.c | 211 s5[6] = add_multiply_shift_and_narrow_s16(s3[4], s3[7], cospi_16_64); in vpx_idct32_12_neon() 253 s6[13] = add_multiply_shift_and_narrow_s16(s5[10], s5[13], cospi_16_64); in vpx_idct32_12_neon() 256 s6[12] = add_multiply_shift_and_narrow_s16(s5[11], s5[12], cospi_16_64); in vpx_idct32_12_neon() 295 s7[27] = add_multiply_shift_and_narrow_s16(s6[20], s6[27], cospi_16_64); in vpx_idct32_12_neon() 298 s7[26] = add_multiply_shift_and_narrow_s16(s6[21], s6[26], cospi_16_64); in vpx_idct32_12_neon() 301 s7[25] = add_multiply_shift_and_narrow_s16(s6[22], s6[25], cospi_16_64); in vpx_idct32_12_neon() 304 s7[24] = add_multiply_shift_and_narrow_s16(s6[23], s6[24], cospi_16_64); in vpx_idct32_12_neon() 521 s5[6] = add_multiply_shift_and_narrow_s16(s4[5], s4[6], cospi_16_64); in vpx_idct32_16_neon() 563 s6[13] = add_multiply_shift_and_narrow_s16(s5[10], s5[13], cospi_16_64); in vpx_idct32_16_neon() 566 s6[12] = add_multiply_shift_and_narrow_s16(s5[11], s5[12], cospi_16_64); in vpx_idct32_16_neon() [all …]
|
D | idct_neon.h | 118 static INLINE int16x8_t add_multiply_shift_and_narrow_s16( in add_multiply_shift_and_narrow_s16() function
|