Searched defs:cospi_18_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.asm30 cospi_18_64 EQU 10394 define
784 ;temp1 = input[18 * 32] * cospi_14_64 - input[14 * 32] * cospi_18_64;
785 ;temp2 = input[18 * 32] * cospi_18_64 + input[14 * 32] * cospi_14_64;
789 DO_BUTTERFLY_STD cospi_14_64, cospi_18_64, d2, d3, d6, d7
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm30 cospi_18_64 EQU 10394 define
784 ;temp1 = input[18 * 32] * cospi_14_64 - input[14 * 32] * cospi_18_64;
785 ;temp2 = input[18 * 32] * cospi_18_64 + input[14 * 32] * cospi_14_64;
789 DO_BUTTERFLY_STD cospi_14_64, cospi_18_64, d2, d3, d6, d7
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h72 static const tran_high_t cospi_18_64 = 10394; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h61 static const int cospi_18_64 = 10394; variable

Completed in 1197 milliseconds