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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm37 cospi_25_64 EQU 5520 define
504 ;temp1 = input[25 * 32] * cospi_7_64 - input[7 * 32] * cospi_25_64;
505 ;temp2 = input[25 * 32] * cospi_25_64 + input[7 * 32] * cospi_7_64;
509 DO_BUTTERFLY_STD cospi_7_64, cospi_25_64, d2, d3, d6, d7
/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h52 static const tran_high_t cospi_25_64 = 5520; variable

Completed in 104 milliseconds