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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 20 cospi_8_64 EQU 15137 define
547 ;temp1 = step1b[29][i] * cospi_24_64 - step1b[18][i] * cospi_8_64;
548 ;temp2 = step1b[29][i] * cospi_8_64 + step1b[18][i] * cospi_24_64;
551 DO_BUTTERFLY_STD cospi_24_64, cospi_8_64, d0, d1, d2, d3
561 ;temp1 = step1b[28][i] * cospi_24_64 - step1b[19][i] * cospi_8_64;
562 ;temp2 = step1b[28][i] * cospi_8_64 + step1b[19][i] * cospi_24_64;
565 DO_BUTTERFLY_STD cospi_24_64, cospi_8_64, d8, d9, d12, d13
709 ;temp1 = step1b[20][i] * (-cospi_8_64) - step1b[27][i] * (-cospi_24_64);
710 ;temp2 = step1b[20][i] * (-cospi_24_64) + step1b[27][i] * (-cospi_8_64);
713 DO_BUTTERFLY_STD (-cospi_8_64), (-cospi_24_64), d10, d11, d12, d1
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 20 cospi_8_64 EQU 15137 define
547 ;temp1 = step1b[29][i] * cospi_24_64 - step1b[18][i] * cospi_8_64;
548 ;temp2 = step1b[29][i] * cospi_8_64 + step1b[18][i] * cospi_24_64;
551 DO_BUTTERFLY_STD cospi_24_64, cospi_8_64, d0, d1, d2, d3
561 ;temp1 = step1b[28][i] * cospi_24_64 - step1b[19][i] * cospi_8_64;
562 ;temp2 = step1b[28][i] * cospi_8_64 + step1b[19][i] * cospi_24_64;
565 DO_BUTTERFLY_STD cospi_24_64, cospi_8_64, d8, d9, d12, d13
709 ;temp1 = step1b[20][i] * (-cospi_8_64) - step1b[27][i] * (-cospi_24_64);
710 ;temp2 = step1b[20][i] * (-cospi_24_64) + step1b[27][i] * (-cospi_8_64);
713 DO_BUTTERFLY_STD (-cospi_8_64), (-cospi_24_64), d10, d11, d12, d1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 20 cospi_8_64 EQU 15137 define
547 ;temp1 = step1b[29][i] * cospi_24_64 - step1b[18][i] * cospi_8_64;
548 ;temp2 = step1b[29][i] * cospi_8_64 + step1b[18][i] * cospi_24_64;
551 DO_BUTTERFLY_STD cospi_24_64, cospi_8_64, d0, d1, d2, d3
561 ;temp1 = step1b[28][i] * cospi_24_64 - step1b[19][i] * cospi_8_64;
562 ;temp2 = step1b[28][i] * cospi_8_64 + step1b[19][i] * cospi_24_64;
565 DO_BUTTERFLY_STD cospi_24_64, cospi_8_64, d8, d9, d12, d13
709 ;temp1 = step1b[20][i] * (-cospi_8_64) - step1b[27][i] * (-cospi_24_64);
710 ;temp2 = step1b[20][i] * (-cospi_24_64) + step1b[27][i] * (-cospi_8_64);
713 DO_BUTTERFLY_STD (-cospi_8_64), (-cospi_24_64), d10, d11, d12, d1
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.h 62 static const tran_high_t cospi_8_64 = 15137; variable
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 51 static const int cospi_8_64 = 15137; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 51 static const int cospi_8_64 = 15137; variable

Completed in 146 milliseconds