Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c139 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) { in PlaneCodeToDistance() argument
140 if (plane_code > CODE_TO_PLANE_CODES) { in PlaneCodeToDistance()
141 return plane_code - CODE_TO_PLANE_CODES; in PlaneCodeToDistance()
143 const int dist_code = code_to_plane_lut[plane_code - 1]; in PlaneCodeToDistance()
/external/webp/src/dec/
Dvp8l.c166 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) { in PlaneCodeToDistance() argument
167 if (plane_code > CODE_TO_PLANE_CODES) { in PlaneCodeToDistance()
168 return plane_code - CODE_TO_PLANE_CODES; in PlaneCodeToDistance()
170 const int dist_code = kCodeToPlane[plane_code - 1]; in PlaneCodeToDistance()