Searched refs:idct_cospi_8_24_q (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.c | 205 idct_cospi_8_24_q(step1[2], step1[3], cospi_0_8_16_24, &step2[2], &step2[3]); in vpx_idct16x16_256_add_half1d() 211 idct_cospi_8_24_q(step1[14], step1[9], cospi_0_8_16_24, &step2[9], in vpx_idct16x16_256_add_half1d() 372 idct_cospi_8_24_q(step1[14], step1[9], cospi_0_8_16_24, &step2[9], in vpx_idct16x16_38_add_half1d() 654 idct_cospi_8_24_q(step1[14], step1[9], cospi_0_8_16_24, &step2[9], in vpx_idct16x16_10_add_half1d_pass2()
|
D | idct_neon.h | 536 static INLINE void idct_cospi_8_24_q(const int16x8_t s0, const int16x8_t s1, in idct_cospi_8_24_q() function
|