Searched defs:cospi_20_64 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm32 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/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm32 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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h74 static const tran_high_t cospi_20_64 = 9102; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h63 static const int cospi_20_64 = 9102; variable

Completed in 457 milliseconds