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

  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 14 cospi_2_64 EQU 16305 define
776 ;temp1 = input[2 * 32] * cospi_30_64 - input[30 * 32] * cospi_2_64;
777 ;temp2 = input[2 * 32] * cospi_2_64 + input[30 * 32] * cospi_30_64;
781 DO_BUTTERFLY_STD cospi_30_64, cospi_2_64, d0, d1, d4, d5
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 29 static const tran_high_t cospi_2_64 = 16305; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 14 cospi_2_64 EQU 16305 define
776 ;temp1 = input[2 * 32] * cospi_30_64 - input[30 * 32] * cospi_2_64;
777 ;temp2 = input[2 * 32] * cospi_2_64 + input[30 * 32] * cospi_30_64;
781 DO_BUTTERFLY_STD cospi_30_64, cospi_2_64, d0, d1, d4, d5
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 45 static const int cospi_2_64 = 16305; variable
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.c 18 static int16_t cospi_2_64 = 16305; variable
293 d14s16 = vdup_n_s16(cospi_2_64);

Completed in 113 milliseconds