Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/video/capture/src/
Dcheck_test_pattern.h23 } CIELAB; typedef
32 static const CIELAB colorbars_target[] = {
37 static inline CIELAB rgb888_to_lab(const uint8_t r, const uint8_t g, const uint8_t b) in rgb888_to_lab()
39 CIELAB lab; in rgb888_to_lab()
67 static inline CIELAB xrgb32_to_lab(const uint32_t color) in xrgb32_to_lab()
76 static inline CIELAB rgb565_to_lab(const uint16_t color) in rgb565_to_lab()
90 static inline void sum_lab(CIELAB *sum, const CIELAB lab) in sum_lab()
97 static inline void average_lab(CIELAB *lab, const uint32_t count) in average_lab()
106 static inline double deltaE(const CIELAB lab1, const CIELAB lab2) in deltaE()
119 CIELAB colorbars[BARS_NUM] = {0}; in is_colorbar_ok()