Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc93 uint8_t map_uw8[256]; in ProcessFrame() local
224 map_uw8[j] = (uint8_t)((mapUW16 + (1 << 6)) >> 7); in ProcessFrame()
232 buffer[i] = map_uw8[buffer[i]]; in ProcessFrame()