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

  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 667 static void Copy4x4(const uint8_t* src, uint8_t* dst) { Copy(src, dst, 4); }
713 VP8Copy4x4 = Copy4x4;
  /external/webp/src/dsp/
enc.c 696 static void Copy4x4(const uint8_t* src, uint8_t* dst) {
763 VP8Copy4x4 = Copy4x4;

Completed in 74 milliseconds