Searched refs:FindMatchLength (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | backward_references_enc.c | 65 static WEBP_INLINE int FindMatchLength(const uint32_t* const array1, in FindMatchLength() function 323 curr_length = FindMatchLength(argb_start - xsize, argb_start, in VP8LHashChainFill() 333 FindMatchLength(argb_start - 1, argb_start, best_length, max_len); in VP8LHashChainFill() 427 const int rle_len = FindMatchLength(argb + i, argb + i - 1, 0, max_len); in BackwardReferencesRle() 429 FindMatchLength(argb + i, argb + i - xsize, 0, max_len); in BackwardReferencesRle()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1117 010ca3d1 Fix FindMatchLength with non-aligned buffers.
|
Completed in 13 milliseconds