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

  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 39 cospi_27_64 EQU 3981 define
576 ;temp1 = input[5 * 32] * cospi_27_64 - input[27 * 32] * cospi_5_64;
577 ;temp2 = input[5 * 32] * cospi_5_64 + input[27 * 32] * cospi_27_64;
581 DO_BUTTERFLY_STD cospi_27_64, cospi_5_64, d0, d1, d4, d5
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 54 static const tran_high_t cospi_27_64 = 3981; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 39 cospi_27_64 EQU 3981 define
576 ;temp1 = input[5 * 32] * cospi_27_64 - input[27 * 32] * cospi_5_64;
577 ;temp2 = input[5 * 32] * cospi_5_64 + input[27 * 32] * cospi_27_64;
581 DO_BUTTERFLY_STD cospi_27_64, cospi_5_64, d0, d1, d4, d5
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 70 static const int cospi_27_64 = 3981; variable

Completed in 66 milliseconds