Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc89 uint8_t maxquant_uw8[kNumQuants]; in ProcessFrame() local
176 maxquant_uw8[i] = 0; in ProcessFrame()
179 if (quant_hist_uw8_[j][i] > maxquant_uw8[i]) { in ProcessFrame()
180 maxquant_uw8[i] = quant_hist_uw8_[j][i]; in ProcessFrame()
195 (weight_uw16_[i] * maxquant_uw8[i] + in ProcessFrame()
201 target_quant_uw16[i] = ((uint16_t)maxquant_uw8[i]) << 7; in ProcessFrame()