Home
last modified time | relevance | path

Searched refs:GetCopyLength (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dvp8l.c160 static WEBP_INLINE int GetCopyLength(int length_symbol, in GetCopyLength() function
958 const int length = GetCopyLength(length_sym, br); in DecodeAlphaData()
1095 const int length = GetCopyLength(length_sym, br); in DecodeImageData()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c133 static WEBP_INLINE int GetCopyLength(int length_symbol, in GetCopyLength() function
739 const int length = GetCopyLength(length_sym, br); \