Searched defs:cospi_1_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.asm13 cospi_1_64 EQU 16364 define
461 ;temp1 = input[1 * 32] * cospi_31_64 - input[31 * 32] * cospi_1_64;
462 ;temp2 = input[1 * 32] * cospi_1_64 + input[31 * 32] * cospi_31_64;
466 DO_BUTTERFLY_STD cospi_31_64, cospi_1_64, d0, d1, d4, d5
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm13 cospi_1_64 EQU 16364 define
461 ;temp1 = input[1 * 32] * cospi_31_64 - input[31 * 32] * cospi_1_64;
462 ;temp2 = input[1 * 32] * cospi_1_64 + input[31 * 32] * cospi_31_64;
466 DO_BUTTERFLY_STD cospi_31_64, cospi_1_64, d0, d1, d4, d5
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h55 static const tran_high_t cospi_1_64 = 16364; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h44 static const int cospi_1_64 = 16364; variable

Completed in 145 milliseconds