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

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

Completed in 52 milliseconds