HomeSort by relevance Sort by last modified time
    Searched defs:cospi_23_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 35 cospi_23_64 EQU 7005 define
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64;
501 DO_BUTTERFLY_STD cospi_23_64, cospi_9_64, d0, d1, d4, d5
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 35 cospi_23_64 EQU 7005 define
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64;
501 DO_BUTTERFLY_STD cospi_23_64, cospi_9_64, d0, d1, d4, d5
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 35 cospi_23_64 EQU 7005 define
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64;
501 DO_BUTTERFLY_STD cospi_23_64, cospi_9_64, d0, d1, d4, d5
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.h 77 static const tran_high_t cospi_23_64 = 7005; variable
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 66 static const int cospi_23_64 = 7005; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 66 static const int cospi_23_64 = 7005; variable

Completed in 369 milliseconds