Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c167 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) { in PlaneCodeToDistance() argument
168 if (plane_code > CODE_TO_PLANE_CODES) { in PlaneCodeToDistance()
169 return plane_code - CODE_TO_PLANE_CODES; in PlaneCodeToDistance()
171 const int dist_code = kCodeToPlane[plane_code - 1]; in PlaneCodeToDistance()