Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc91 uint16_t target_quant_uw16[kNumQuants]; in ProcessFrame() local
194 target_quant_uw16[i] = static_cast<uint16_t>( in ProcessFrame()
201 target_quant_uw16[i] = ((uint16_t)maxquant_uw8[i]) << 7; in ProcessFrame()
209 static_cast<uint32_t>(target_quant_uw16[i] - target_quant_uw16[i - 1]); in ProcessFrame()
221 mapUW16 = target_quant_uw16[i - 1]; in ProcessFrame()