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

  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 24 cospi_12_64 EQU 13623 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
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 39 static const tran_high_t cospi_12_64 = 13623; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 24 cospi_12_64 EQU 13623 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
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 55 static const int cospi_12_64 = 13623; variable
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.c 23 static int16_t cospi_12_64 = 13623; variable
122 d2s16 = vdup_n_s16(cospi_12_64);

Completed in 2240 milliseconds