Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dbrightness_detection.cc59 unsigned char high_th = 230; in ProcessFrame() local
61 for (uint32_t i = high_th; i < 256; i++) { in ProcessFrame()