Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c166 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) { in PlaneCodeToDistance() function
962 dist = PlaneCodeToDistance(width, dist_code); in DecodeAlphaData()
1099 dist = PlaneCodeToDistance(width, dist_code); in DecodeImageData()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c139 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) { in PlaneCodeToDistance() function
743 dist = PlaneCodeToDistance(width, dist_code); \