Searched defs:cospi_7_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.asm19 cospi_7_64 EQU 15426 define
504 ;temp1 = input[25 * 32] * cospi_7_64 - input[7 * 32] * cospi_25_64;
505 ;temp2 = input[25 * 32] * cospi_25_64 + input[7 * 32] * cospi_7_64;
509 DO_BUTTERFLY_STD cospi_7_64, cospi_25_64, d2, d3, d6, d7
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm19 cospi_7_64 EQU 15426 define
504 ;temp1 = input[25 * 32] * cospi_7_64 - input[7 * 32] * cospi_25_64;
505 ;temp2 = input[25 * 32] * cospi_25_64 + input[7 * 32] * cospi_7_64;
509 DO_BUTTERFLY_STD cospi_7_64, cospi_25_64, d2, d3, d6, d7
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h61 static const tran_high_t cospi_7_64 = 15426; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h50 static const int cospi_7_64 = 15426; variable

Completed in 5129 milliseconds