Searched defs:cospi_20_64 (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
H A D | idct32x32_add_neon.asm | 32 cospi_20_64 EQU 9102 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_64, d [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
H A D | txfm_common.h | 47 static const tran_high_t cospi_20_64 = 9102; variable
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
H A D | vp9_iht8x8_add_neon.c | 27 static int16_t cospi_20_64 = 9102; variable 123 d3s16 = vdup_n_s16(cospi_20_64);
|
Completed in 307 milliseconds