Searched defs:cospi_19_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.asm31 cospi_19_64 EQU 9760 define
611 ;temp1 = input[13 * 32] * cospi_19_64 - input[19 * 32] * cospi_13_64;
612 ;temp2 = input[13 * 32] * cospi_13_64 + input[19 * 32] * cospi_19_64;
616 DO_BUTTERFLY_STD cospi_19_64, cospi_13_64, d10, d11, d14, d15
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm31 cospi_19_64 EQU 9760 define
611 ;temp1 = input[13 * 32] * cospi_19_64 - input[19 * 32] * cospi_13_64;
612 ;temp2 = input[13 * 32] * cospi_13_64 + input[19 * 32] * cospi_19_64;
616 DO_BUTTERFLY_STD cospi_19_64, cospi_13_64, d10, d11, d14, d15
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h73 static const tran_high_t cospi_19_64 = 9760; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h62 static const int cospi_19_64 = 9760; variable

Completed in 176 milliseconds