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

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 35 static const tran_high_t cospi_8_64 = 15137; variable
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht4x4_add_neon.c 22 static int16_t cospi_8_64 = 0x3b21; variable
44 *d0s16 = vdup_n_s16(cospi_8_64);
vp9_iht8x8_add_neon.c 22 static int16_t cospi_8_64 = 15137; variable
116 d1s16 = vdup_n_s16(cospi_8_64);
305 d30s16 = vdup_n_s16(cospi_8_64);

Completed in 47 milliseconds