Searched refs:CODE_TO_PLANE_CODES (Results 1 – 2 of 2) sorted by relevance
61 #define CODE_TO_PLANE_CODES 120 macro62 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()
63 #define CODE_TO_PLANE_CODES 120 macro64 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()