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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm25 cospi_13_64 EQU 13160 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/vpx_dsp/
H A Dtxfm_common.h40 static const tran_high_t cospi_13_64 = 13160; variable

Completed in 156 milliseconds