Searched defs:cospi_10_64 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm22 cospi_10_64 EQU 14449 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/arm/neon/
H A Dvp9_idct32x32_add_neon.asm22 cospi_10_64 EQU 14449 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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h64 static const tran_high_t cospi_10_64 = 14449; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h53 static const int cospi_10_64 = 14449; variable

Completed in 231 milliseconds