HomeSort by relevance Sort by last modified time
    Searched full:y_sorted (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
deflickering.cc 133 uint8_t* y_sorted = new uint8_t[y_sub_size]; local
136 memcpy(y_sorted + sort_row_idx * width,
141 webrtc::Sort(y_sorted, y_sub_size, webrtc::TYPE_UWord8);
157 quant_uw8[i + 1] = y_sorted[prob_idx_uw32];
160 delete [] y_sorted;
161 y_sorted = NULL;

Completed in 445 milliseconds