Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc95 uint16_t tmp_uw16; in ProcessFrame() local
210 tmp_uw16 = static_cast<uint16_t>(quant_uw8[i] - quant_uw8[i - 1]); // <Q0> in ProcessFrame()
212 if (tmp_uw16 > 0) { in ProcessFrame()
215 tmp_uw16)); // <Q7> in ProcessFrame()