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

  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_neon.c 652 static INLINE void store_6x8(uint8_t *s, const int p, const uint8x8_t s0, function
    [all...]
highbd_loopfilter_neon.c 460 static INLINE void store_6x8(uint16_t *s, const int p, const uint16x8_t s0, function
652 // Note: store_6x8() is faster than transpose + store_8x8().
653 store_6x8(s, p, op2, op1, op0, oq0, oq1, oq2);
718 // Note: store_6x8() is faster than transpose + store_8x8().
719 store_6x8(s, p, op2, op1, op0, oq0, oq1, oq2);

Completed in 1205 milliseconds