Searched defs:cospi_29_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.asm41 cospi_29_64 EQU 2404 define
619 ;temp1 = input[29 * 32] * cospi_3_64 - input[3 * 32] * cospi_29_64;
620 ;temp2 = input[29 * 32] * cospi_29_64 + input[3 * 32] * cospi_3_64;
624 DO_BUTTERFLY_STD cospi_3_64, cospi_29_64, d8, d9, d12, d13
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm41 cospi_29_64 EQU 2404 define
619 ;temp1 = input[29 * 32] * cospi_3_64 - input[3 * 32] * cospi_29_64;
620 ;temp2 = input[29 * 32] * cospi_29_64 + input[3 * 32] * cospi_3_64;
624 DO_BUTTERFLY_STD cospi_3_64, cospi_29_64, d8, d9, d12, d13
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h83 static const tran_high_t cospi_29_64 = 2404; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h72 static const int cospi_29_64 = 2404; variable

Completed in 479 milliseconds