Searched defs:cospi_5_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.asm17 cospi_5_64 EQU 15893 define
576 ;temp1 = input[5 * 32] * cospi_27_64 - input[27 * 32] * cospi_5_64;
577 ;temp2 = input[5 * 32] * cospi_5_64 + input[27 * 32] * cospi_27_64;
581 DO_BUTTERFLY_STD cospi_27_64, cospi_5_64, d0, d1, d4, d5
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm17 cospi_5_64 EQU 15893 define
576 ;temp1 = input[5 * 32] * cospi_27_64 - input[27 * 32] * cospi_5_64;
577 ;temp2 = input[5 * 32] * cospi_5_64 + input[27 * 32] * cospi_27_64;
581 DO_BUTTERFLY_STD cospi_27_64, cospi_5_64, d0, d1, d4, d5
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h59 static const tran_high_t cospi_5_64 = 15893; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h48 static const int cospi_5_64 = 15893; variable

Completed in 395 milliseconds