Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c61 #define CODE_TO_PLANE_CODES 120 macro
62 static const uint8_t code_to_plane_lut[CODE_TO_PLANE_CODES] = {
140 if (plane_code > CODE_TO_PLANE_CODES) { in PlaneCodeToDistance()
141 return plane_code - CODE_TO_PLANE_CODES; in PlaneCodeToDistance()
/external/webp/src/dec/
Dvp8l.c63 #define CODE_TO_PLANE_CODES 120 macro
64 static const uint8_t kCodeToPlane[CODE_TO_PLANE_CODES] = {
167 if (plane_code > CODE_TO_PLANE_CODES) { in PlaneCodeToDistance()
168 return plane_code - CODE_TO_PLANE_CODES; in PlaneCodeToDistance()