Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c149 static WEBP_INLINE int GetCopyDistance(int distance_symbol, in GetCopyDistance() function
163 return GetCopyDistance(length_symbol, br); in GetCopyLength()
961 dist_code = GetCopyDistance(dist_symbol, br); in DecodeAlphaData()
1098 dist_code = GetCopyDistance(dist_symbol, br); in DecodeImageData()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c122 static WEBP_INLINE int GetCopyDistance(int distance_symbol, in GetCopyDistance() function
136 return GetCopyDistance(length_symbol, br); in GetCopyLength()
742 dist_code = GetCopyDistance(dist_symbol, br); \