Searched refs:getLuma (Results 1 – 1 of 1) sorted by relevance
277 inline float getLuma(float r, float g, float b) { in getLuma() function315 const uint8_t luma = std::round(getLuma(r, g, b)); in sampleArea()