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

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

Completed in 79 milliseconds