Home
last modified time | relevance | path

Searched refs:idct_cospi_8_24_q (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct16x16_add_neon.c205 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()
Didct_neon.h536 static INLINE void idct_cospi_8_24_q(const int16x8_t s0, const int16x8_t s1, in idct_cospi_8_24_q() function