Searched defs:cospi_17_64 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_short_idct32x32_add_neon.asm29 cospi_17_64 EQU 11003 define
295 ;temp1 = input[17 * 32] * cospi_15_64 - input[15 * 32] * cospi_17_64;
296 ;temp2 = input[17 * 32] * cospi_17_64 + input[15 * 32] * cospi_15_64;
300 DO_BUTTERFLY_STD cospi_15_64, cospi_17_64, d2, d3, d6, d7
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h54 static const int cospi_17_64 = 11003; variable

Completed in 69 milliseconds