Searched refs:idct_cospi_16_16_q (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.c | 204 idct_cospi_16_16_q(step1[1], step1[0], cospi_0_8_16_24, &step2[1], &step2[0]); in vpx_idct16x16_256_add_half1d() 225 idct_cospi_16_16_q(step2[5], step2[6], cospi_0_8_16_24, &step1[5], &step1[6]); in vpx_idct16x16_256_add_half1d() 245 idct_cospi_16_16_q(step1[10], step1[13], cospi_0_8_16_24, &step2[10], in vpx_idct16x16_256_add_half1d() 247 idct_cospi_16_16_q(step1[11], step1[12], cospi_0_8_16_24, &step2[11], in vpx_idct16x16_256_add_half1d() 386 idct_cospi_16_16_q(step2[5], step2[6], cospi_0_8_16_24, &step1[5], &step1[6]); in vpx_idct16x16_38_add_half1d() 406 idct_cospi_16_16_q(step1[10], step1[13], cospi_0_8_16_24, &step2[10], in vpx_idct16x16_38_add_half1d() 408 idct_cospi_16_16_q(step1[11], step1[12], cospi_0_8_16_24, &step2[11], in vpx_idct16x16_38_add_half1d() 668 idct_cospi_16_16_q(step2[5], step2[6], cospi_0_8_16_24, &step1[5], &step1[6]); in vpx_idct16x16_10_add_half1d_pass2() 688 idct_cospi_16_16_q(step1[10], step1[13], cospi_0_8_16_24, &step2[10], in vpx_idct16x16_10_add_half1d_pass2() 690 idct_cospi_16_16_q(step1[11], step1[12], cospi_0_8_16_24, &step2[11], in vpx_idct16x16_10_add_half1d_pass2()
|
D | idct_neon.h | 557 static INLINE void idct_cospi_16_16_q(const int16x8_t s0, const int16x8_t s1, in idct_cospi_16_16_q() function
|