Searched defs:cospi_8_64 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm20 cospi_8_64 EQU 15137 define
547 ;temp1 = step1b[29][i] * cospi_24_64 - step1b[18][i] * cospi_8_64;
548 ;temp2 = step1b[29][i] * cospi_8_64 + step1b[18][i] * cospi_24_64;
551 DO_BUTTERFLY_STD cospi_24_64, cospi_8_64, d0, d1, d2, d3
561 ;temp1 = step1b[28][i] * cospi_24_64 - step1b[19][i] * cospi_8_64;
562 ;temp2 = step1b[28][i] * cospi_8_64 + step1b[19][i] * cospi_24_64;
565 DO_BUTTERFLY_STD cospi_24_64, cospi_8_64, d8, d9, d12, d13
709 ;temp1 = step1b[20][i] * (-cospi_8_64) - step1b[27][i] * (-cospi_24_64);
710 ;temp2 = step1b[20][i] * (-cospi_24_64) + step1b[27][i] * (-cospi_8_64);
713 DO_BUTTERFLY_STD (-cospi_8_64), (
[all...]
H A Didct4x4_add_neon.c27 int16_t cospi_8_64 = 15137; local
46 d20s16 = vdup_n_s16(cospi_8_64);
/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h35 static const tran_high_t cospi_8_64 = 15137; variable
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.c22 static int16_t cospi_8_64 = 0x3b21; variable
49 *d0s16 = vdup_n_s16(cospi_8_64);
H A Dvp9_iht8x8_add_neon.c21 static int16_t cospi_8_64 = 15137; variable
189 d1s16 = vdup_n_s16(cospi_8_64);
384 d30s16 = vdup_n_s16(cospi_8_64);

Completed in 104 milliseconds