HomeSort by relevance Sort by last modified time
    Searched defs:cospi_4_64 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 16 cospi_4_64 EQU 16069 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
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 43 static const int cospi_4_64 = 16069; variable

Completed in 92 milliseconds