Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc128 const uint32_t y_sub_size = in ProcessFrame() local
130 uint8_t* y_sorted = new uint8_t[y_sub_size]; in ProcessFrame()
138 webrtc::Sort(y_sorted, y_sub_size, webrtc::TYPE_UWord8); in ProcessFrame()
146 if (y_sub_size > (1 << 21) - 1) { in ProcessFrame()
153 prob_idx_uw32 = WEBRTC_SPL_UMUL_32_16(y_sub_size, prob_uw16_[i]) >> 11; in ProcessFrame()