Searched defs:cospi_14_64 (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm26 cospi_14_64 EQU 12665 define
784 ;temp1 = input[18 * 32] * cospi_14_64 - input[14 * 32] * cospi_18_64;
785 ;temp2 = input[18 * 32] * cospi_18_64 + input[14 * 32] * cospi_14_64;
789 DO_BUTTERFLY_STD cospi_14_64, cospi_18_64, d2, d3, d6, d7
/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h41 static const tran_high_t cospi_14_64 = 12665; variable
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht8x8_add_neon.c24 static int16_t cospi_14_64 = 12665; variable
302 d31s16 = vdup_n_s16(cospi_14_64);

Completed in 26 milliseconds