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

  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 30 cospi_18_64 EQU 10394 define
784 ;temp1 = input[18 * 32] * cospi_14_64 - input[14 * 32] * cospi_18_64;
785 ;temp2 = input[18 * 32] * cospi_18_64 + input[14 * 32] * cospi_14_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 57 static const int cospi_18_64 = 10394; variable

Completed in 25 milliseconds