Searched refs:prob_uw16_ (Results 1 – 2 of 2) sorted by relevance
43 const uint16_t VPMDeflickering::prob_uw16_[kNumProbs] = { member in webrtc::VPMDeflickering75 static_cast<uint8_t>((prob_uw16_[i] * 255 + (1 << 10)) >> 11); in Reset()153 prob_idx_uw32 = WEBRTC_SPL_UMUL_32_16(y_sub_size, prob_uw16_[i]) >> 11; in ProcessFrame()
48 static const uint16_t prob_uw16_[kNumProbs]; variable