Searched refs:GENERATE_SINE_CONSTANTS (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht4x4_add_neon.c | 49 static INLINE void GENERATE_SINE_CONSTANTS(int16x4_t *d3s16, int16x4_t *d4s16, in GENERATE_SINE_CONSTANTS() function 159 GENERATE_SINE_CONSTANTS(&d3s16, &d4s16, &d5s16, &q3s16); in vp9_iht4x4_16_add_neon() 173 GENERATE_SINE_CONSTANTS(&d3s16, &d4s16, &d5s16, &q3s16); in vp9_iht4x4_16_add_neon() 186 GENERATE_SINE_CONSTANTS(&d3s16, &d4s16, &d5s16, &q3s16); in vp9_iht4x4_16_add_neon()
|