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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm18 cospi_6_64 EQU 15679 define
819 ;temp1 = input[26 * 32] * cospi_6_64 - input[6 * 32] * cospi_26_64;
820 ;temp2 = input[26 * 32] * cospi_26_64 + input[6 * 32] * cospi_6_64;
824 DO_BUTTERFLY_STD cospi_6_64, cospi_26_64, d8, d9, d12, d13
/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h33 static const tran_high_t cospi_6_64 = 15679; variable
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht8x8_add_neon.c20 static int16_t cospi_6_64 = 15679; variable
349 d31s16 = vdup_n_s16(cospi_6_64);

Completed in 189 milliseconds