Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dbrightness_detection.cc51 uint8_t low_th = 20; in ProcessFrame() local
53 for (uint32_t i = 0; i < low_th; i++) { in ProcessFrame()