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

/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h43 static const tran_high_t cospi_16_64 = 11585; variable
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.c23 static int16_t cospi_16_64 = 0x2d41; variable
45 *d1s16 = vdup_n_s16(cospi_16_64);
H A Dvp9_iht8x8_add_neon.c26 static int16_t cospi_16_64 = 11585; variable
103 d0s16 = vdup_n_s16(cospi_16_64);
156 d16s16 = vdup_n_s16(cospi_16_64);
361 d30s16 = vdup_n_s16(cospi_16_64);

Completed in 113 milliseconds