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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm29 cospi_17_64 EQU 11003 define
469 ;temp1 = input[17 * 32] * cospi_15_64 - input[15 * 32] * cospi_17_64;
470 ;temp2 = input[17 * 32] * cospi_17_64 + input[15 * 32] * cospi_15_64;
474 DO_BUTTERFLY_STD cospi_15_64, cospi_17_64, d2, d3, d6, d7
/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h44 static const tran_high_t cospi_17_64 = 11003; variable

Completed in 2615 milliseconds