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

  /external/opencv3/3rdparty/libwebp/enc/
backward_references.h 126 static WEBP_INLINE PixOrCopy PixOrCopyCreateCacheIdx(int idx) {
backward_references.c 322 refs->refs[refs->size] = PixOrCopyCreateCacheIdx(ix);
353 // push pixel as a PixOrCopyCreateCacheIdx pixel
355 refs->refs[refs->size] = PixOrCopyCreateCacheIdx(ix);
676 refs->refs[size] = PixOrCopyCreateCacheIdx(idx);
842 const PixOrCopy token = PixOrCopyCreateCacheIdx(ix);
  /external/webp/src/enc/
backward_references.h 54 static WEBP_INLINE PixOrCopy PixOrCopyCreateCacheIdx(int idx) {
backward_references.c 330 v = PixOrCopyCreateCacheIdx(key);
771 v = PixOrCopyCreateCacheIdx(idx);
    [all...]

Completed in 51 milliseconds