Searched defs:cospi_31_64 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm43 cospi_31_64 EQU 804 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/vpx_dsp/
H A Dtxfm_common.h58 static const tran_high_t cospi_31_64 = 804; variable

Completed in 101 milliseconds