Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc88 uint8_t quant_uw8[kNumQuants]; in ProcessFrame() local
141 quant_uw8[0] = 0; in ProcessFrame()
142 quant_uw8[kNumQuants - 1] = 255; in ProcessFrame()
154 quant_uw8[i + 1] = y_sorted[prob_idx_uw32]; in ProcessFrame()
164 memcpy(quant_hist_uw8_[0], quant_uw8, kNumQuants * sizeof(uint8_t)); in ProcessFrame()
210 tmp_uw16 = static_cast<uint16_t>(quant_uw8[i] - quant_uw8[i - 1]); // <Q0> in ProcessFrame()
222 for (uint32_t j = quant_uw8[i - 1]; j < (uint32_t)(quant_uw8[i] + 1); j++) { in ProcessFrame()