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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 33 cospi_21_64 EQU 8423 define
584 ;temp1 = input[21 * 32] * cospi_11_64 - input[11 * 32] * cospi_21_64;
585 ;temp2 = input[21 * 32] * cospi_21_64 + input[11 * 32] * cospi_11_64;
589 DO_BUTTERFLY_STD cospi_11_64, cospi_21_64, d2, d3, d6, d7
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 33 cospi_21_64 EQU 8423 define
584 ;temp1 = input[21 * 32] * cospi_11_64 - input[11 * 32] * cospi_21_64;
585 ;temp2 = input[21 * 32] * cospi_21_64 + input[11 * 32] * cospi_11_64;
589 DO_BUTTERFLY_STD cospi_11_64, cospi_21_64, d2, d3, d6, d7
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 33 cospi_21_64 EQU 8423 define
584 ;temp1 = input[21 * 32] * cospi_11_64 - input[11 * 32] * cospi_21_64;
585 ;temp2 = input[21 * 32] * cospi_21_64 + input[11 * 32] * cospi_11_64;
589 DO_BUTTERFLY_STD cospi_11_64, cospi_21_64, d2, d3, d6, d7
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.h 75 static const tran_high_t cospi_21_64 = 8423; variable
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 64 static const int cospi_21_64 = 8423; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 64 static const int cospi_21_64 = 8423; variable

Completed in 250 milliseconds