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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.asm24 cospi_12_64 EQU 13623 define
602 ;temp1 = step1b[26][i] * cospi_12_64 - step1b[21][i] * cospi_20_64;
603 ;temp2 = step1b[26][i] * cospi_20_64 + step1b[21][i] * cospi_12_64;
606 DO_BUTTERFLY_STD cospi_12_64, cospi_20_64, d2, d3, d6, d7
637 ;temp1 = step1b[22][i] * (-cospi_20_64) - step1b[25][i] * (-cospi_12_64);
638 ;temp2 = step1b[22][i] * (-cospi_12_64) + step1b[25][i] * (-cospi_20_64);
641 DO_BUTTERFLY_STD (-cospi_20_64), (-cospi_12_64), d8, d9, d14, d15
899 ;temp1 = input[20 * 32] * cospi_12_64 - input[12 * 32] * cospi_20_64;
900 ;temp2 = input[20 * 32] * cospi_20_64 + input[12 * 32] * cospi_12_64;
904 DO_BUTTERFLY_STD cospi_12_64, cospi_20_6
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dtxfm_common.h39 static const tran_high_t cospi_12_64 = 13623; variable
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht8x8_add_neon.c23 static int16_t cospi_12_64 = 13623; variable
122 d2s16 = vdup_n_s16(cospi_12_64);

Completed in 111 milliseconds