Searched defs:cospi_6_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.asm18 cospi_6_64 EQU 15679 define
819 ;temp1 = input[26 * 32] * cospi_6_64 - input[6 * 32] * cospi_26_64;
820 ;temp2 = input[26 * 32] * cospi_26_64 + input[6 * 32] * cospi_6_64;
824 DO_BUTTERFLY_STD cospi_6_64, cospi_26_64, d8, d9, d12, d13
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm18 cospi_6_64 EQU 15679 define
819 ;temp1 = input[26 * 32] * cospi_6_64 - input[6 * 32] * cospi_26_64;
820 ;temp2 = input[26 * 32] * cospi_26_64 + input[6 * 32] * cospi_6_64;
824 DO_BUTTERFLY_STD cospi_6_64, cospi_26_64, d8, d9, d12, d13
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h60 static const tran_high_t cospi_6_64 = 15679; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h49 static const int cospi_6_64 = 15679; variable

Completed in 1520 milliseconds