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

/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_short_idct32x32_add_neon.asm34 cospi_22_64 EQU 7723 define
811 ;temp1 = input[10 * 32] * cospi_22_64 - input[22 * 32] * cospi_10_64;
812 ;temp2 = input[10 * 32] * cospi_10_64 + input[22 * 32] * cospi_22_64;
816 DO_BUTTERFLY_STD cospi_22_64, cospi_10_64, d10, d11, d14, d15
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h61 static const int cospi_22_64 = 7723; variable

Completed in 164 milliseconds