Searched defs:cospi_28_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.asm40 cospi_28_64 EQU 3196 define
487 ;temp1 = step1b[30][i] * cospi_28_64 - step1b[17][i] * cospi_4_64;
488 ;temp2 = step1b[30][i] * cospi_4_64 - step1b[17][i] * cospi_28_64;
491 DO_BUTTERFLY_STD cospi_28_64, cospi_4_64, d10, d11, d14, d15
522 ;temp1 = step1b[18][i] * (-cospi_4_64) - step1b[29][i] * (-cospi_28_64);
523 ;temp2 = step1b[18][i] * (-cospi_28_64) + step1b[29][i] * (-cospi_4_64);
526 DO_BUTTERFLY_STD (-cospi_4_64), (-cospi_28_64), d2, d3, d0, d1
891 ;temp1 = input[4 * 32] * cospi_28_64 - input[28 * 32] * cospi_4_64;
892 ;temp2 = input[4 * 32] * cospi_4_64 + input[28 * 32] * cospi_28_64;
896 DO_BUTTERFLY_STD cospi_28_64, cospi_4_6
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm40 cospi_28_64 EQU 3196 define
487 ;temp1 = step1b[30][i] * cospi_28_64 - step1b[17][i] * cospi_4_64;
488 ;temp2 = step1b[30][i] * cospi_4_64 - step1b[17][i] * cospi_28_64;
491 DO_BUTTERFLY_STD cospi_28_64, cospi_4_64, d10, d11, d14, d15
522 ;temp1 = step1b[18][i] * (-cospi_4_64) - step1b[29][i] * (-cospi_28_64);
523 ;temp2 = step1b[18][i] * (-cospi_28_64) + step1b[29][i] * (-cospi_4_64);
526 DO_BUTTERFLY_STD (-cospi_4_64), (-cospi_28_64), d2, d3, d0, d1
891 ;temp1 = input[4 * 32] * cospi_28_64 - input[28 * 32] * cospi_4_64;
892 ;temp2 = input[4 * 32] * cospi_4_64 + input[28 * 32] * cospi_28_64;
896 DO_BUTTERFLY_STD cospi_28_64, cospi_4_6
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h82 static const tran_high_t cospi_28_64 = 3196; variable
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h71 static const int cospi_28_64 = 3196; variable

Completed in 255 milliseconds