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

  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 37 cospi_25_64 EQU 5520 define
504 ;temp1 = input[25 * 32] * cospi_7_64 - input[7 * 32] * cospi_25_64;
505 ;temp2 = input[25 * 32] * cospi_25_64 + input[7 * 32] * cospi_7_64;
509 DO_BUTTERFLY_STD cospi_7_64, cospi_25_64, d2, d3, d6, d7
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 52 static const tran_high_t cospi_25_64 = 5520; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 37 cospi_25_64 EQU 5520 define
504 ;temp1 = input[25 * 32] * cospi_7_64 - input[7 * 32] * cospi_25_64;
505 ;temp2 = input[25 * 32] * cospi_25_64 + input[7 * 32] * cospi_7_64;
509 DO_BUTTERFLY_STD cospi_7_64, cospi_25_64, d2, d3, d6, d7
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 68 static const int cospi_25_64 = 5520; variable

Completed in 2299 milliseconds