Searched defs:cospi_9_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.asm21 cospi_9_64 EQU 14811 define
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64;
501 DO_BUTTERFLY_STD cospi_23_64, cospi_9_64, d0, d1, d4, d5
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm21 cospi_9_64 EQU 14811 define
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64;
501 DO_BUTTERFLY_STD cospi_23_64, cospi_9_64, d0, d1, d4, d5
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h63 static const tran_high_t cospi_9_64 = 14811; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h52 static const int cospi_9_64 = 14811; variable

Completed in 5873 milliseconds