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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct4x4_1_add_neon.c25 int16_t i, a1, cospi_16_64 = 11585; local
26 int16_t out = dct_const_round_shift(input[0] * cospi_16_64);
27 out = dct_const_round_shift(out * cospi_16_64);
H A Didct16x16_1_add_neon.c25 int16_t i, j, a1, cospi_16_64 = 11585; local
26 int16_t out = dct_const_round_shift(input[0] * cospi_16_64);
27 out = dct_const_round_shift(out * cospi_16_64);
H A Didct32x32_1_add_neon.c125 int16_t a1, cospi_16_64 = 11585; local
126 int16_t out = dct_const_round_shift(input[0] * cospi_16_64);
128 out = dct_const_round_shift(out * cospi_16_64);
H A Didct8x8_1_add_neon.c25 int16_t i, a1, cospi_16_64 = 11585; local
26 int16_t out = dct_const_round_shift(input[0] * cospi_16_64);
27 out = dct_const_round_shift(out * cospi_16_64);
H A Didct32x32_add_neon.asm28 cospi_16_64 EQU 11585 define
684 ;temp1 = (step1b[25][i] - step1b[22][i]) * cospi_16_64;
685 ;temp2 = (step1b[25][i] + step1b[22][i]) * cospi_16_64;
688 DO_BUTTERFLY_STD cospi_16_64, cospi_16_64, d26, d27, d28, d29
692 ;temp1 = (step1b[24][i] - step1b[23][i]) * cospi_16_64;
693 ;temp2 = (step1b[24][i] + step1b[23][i]) * cospi_16_64;
699 DO_BUTTERFLY_STD cospi_16_64, cospi_16_64, d26, d27, d28, d29
753 ;temp1 = (step1b[27][i] - step1b[20][i]) * cospi_16_64;
[all...]
H A Didct4x4_add_neon.c28 int16_t cospi_16_64 = 11585; local
47 d21s16 = vdup_n_s16(cospi_16_64);
/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
50 *d1s16 = vdup_n_s16(cospi_16_64);
H A Dvp9_iht8x8_add_neon.c25 static int16_t cospi_16_64 = 11585; variable
176 d0s16 = vdup_n_s16(cospi_16_64);
229 d16s16 = vdup_n_s16(cospi_16_64);
440 d30s16 = vdup_n_s16(cospi_16_64);

Completed in 153 milliseconds