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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm35 cospi_23_64 EQU 7005 define
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64;
501 DO_BUTTERFLY_STD cospi_23_64, cospi_9_64, d0, d1, d4, d5
/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h50 static const tran_high_t cospi_23_64 = 7005; variable

Completed in 91 milliseconds