Searched defs:cospi_11_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.asm23 cospi_11_64 EQU 14053 define
584 ;temp1 = input[21 * 32] * cospi_11_64 - input[11 * 32] * cospi_21_64;
585 ;temp2 = input[21 * 32] * cospi_21_64 + input[11 * 32] * cospi_11_64;
589 DO_BUTTERFLY_STD cospi_11_64, cospi_21_64, d2, d3, d6, d7
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm23 cospi_11_64 EQU 14053 define
584 ;temp1 = input[21 * 32] * cospi_11_64 - input[11 * 32] * cospi_21_64;
585 ;temp2 = input[21 * 32] * cospi_21_64 + input[11 * 32] * cospi_11_64;
589 DO_BUTTERFLY_STD cospi_11_64, cospi_21_64, d2, d3, d6, d7
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h65 static const tran_high_t cospi_11_64 = 14053; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h54 static const int cospi_11_64 = 14053; variable

Completed in 493 milliseconds