Searched defs:cospi_30_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.asm42 cospi_30_64 EQU 1606 define
776 ;temp1 = input[2 * 32] * cospi_30_64 - input[30 * 32] * cospi_2_64;
777 ;temp2 = input[2 * 32] * cospi_2_64 + input[30 * 32] * cospi_30_64;
781 DO_BUTTERFLY_STD cospi_30_64, cospi_2_64, d0, d1, d4, d5
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm42 cospi_30_64 EQU 1606 define
776 ;temp1 = input[2 * 32] * cospi_30_64 - input[30 * 32] * cospi_2_64;
777 ;temp2 = input[2 * 32] * cospi_2_64 + input[30 * 32] * cospi_30_64;
781 DO_BUTTERFLY_STD cospi_30_64, cospi_2_64, d0, d1, d4, d5
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h84 static const tran_high_t cospi_30_64 = 1606; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h73 static const int cospi_30_64 = 1606; variable

Completed in 162 milliseconds