HomeSort by relevance Sort by last modified time
    Searched full:d13s64 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_add_neon.c 337 int64x1_t d12s64, d13s64; local
598 d13s64 = vld1_s64((int64_t *)dest);
608 vreinterpret_u8_s64(d13s64));
624 d13s64 = vld1_s64((int64_t *)dest);
633 vreinterpret_u8_s64(d13s64));
649 d13s64 = vld1_s64((int64_t *)dest);
658 vreinterpret_u8_s64(d13s64));
673 d13s64 = vld1_s64((int64_t *)dest);
682 vreinterpret_u8_s64(d13s64));
    [all...]

Completed in 187 milliseconds