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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm34 cospi_22_64 EQU 7723 define
811 ;temp1 = input[10 * 32] * cospi_22_64 - input[22 * 32] * cospi_10_64;
812 ;temp2 = input[10 * 32] * cospi_10_64 + input[22 * 32] * cospi_22_64;
816 DO_BUTTERFLY_STD cospi_22_64, cospi_10_64, d10, d11, d14, d15
/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h49 static const tran_high_t cospi_22_64 = 7723; variable
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht8x8_add_neon.c28 static int16_t cospi_22_64 = 7723; variable
342 d1s16 = vdup_n_s16(cospi_22_64);

Completed in 105 milliseconds