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

  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 30 cospi_18_64 EQU 10394 define
784 ;temp1 = input[18 * 32] * cospi_14_64 - input[14 * 32] * cospi_18_64;
785 ;temp2 = input[18 * 32] * cospi_18_64 + input[14 * 32] * cospi_14_64;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 45 static const tran_high_t cospi_18_64 = 10394; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 30 cospi_18_64 EQU 10394 define
784 ;temp1 = input[18 * 32] * cospi_14_64 - input[14 * 32] * cospi_18_64;
785 ;temp2 = input[18 * 32] * cospi_18_64 + input[14 * 32] * cospi_14_64;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 61 static const int cospi_18_64 = 10394; variable
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.c 26 static int16_t cospi_18_64 = 10394; variable
301 d30s16 = vdup_n_s16(cospi_18_64);

Completed in 910 milliseconds