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

/external/webrtc/webrtc/modules/video_processing/
H A Ddeflickering.h48 static const uint16_t prob_uw16_[kNumProbs]; member in class:webrtc::VPMDeflickering
H A Ddeflickering.cc43 const uint16_t VPMDeflickering::prob_uw16_[kNumProbs] = { member in class:webrtc::VPMDeflickering
75 static_cast<uint8_t>((prob_uw16_[i] * 255 + (1 << 10)) >> 11);
153 prob_idx_uw32 = WEBRTC_SPL_UMUL_32_16(y_sub_size, prob_uw16_[i]) >> 11;

Completed in 95 milliseconds