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

  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 413 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23,
    [all...]
enc_neon.c 60 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23,
125 Add4x4(rows.val[0], rows.val[1], ref, dst);
    [all...]
  /external/webp/src/dsp/
dec_neon.c 413 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23,
    [all...]
enc_neon.c 60 static WEBP_INLINE void Add4x4(const int16x8_t row01, const int16x8_t row23,
125 Add4x4(rows.val[0], rows.val[1], ref, dst);
    [all...]

Completed in 1213 milliseconds