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

  /external/webp/src/enc/
backward_references.c 63 static WEBP_INLINE int FindMatchLength(const uint32_t* const array1,
276 FindMatchLength(argb + pos, argb_start, len - 1, len);
308 curr_length = FindMatchLength(argb + pos, argb_start, best_length, max_len);
359 const int rle_len = FindMatchLength(argb + i, argb + i - 1, 0, max_len);
361 FindMatchLength(argb + i, argb + i - xsize, 0, max_len);
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 68 static WEBP_INLINE int FindMatchLength(const uint32_t* const array1,
194 curr_length = FindMatchLength(argb + pos, argb_start, maxlen);

Completed in 570 milliseconds