Searched refs:width_threshold (Results 1 – 2 of 2) sorted by relevance
108 int VadCircularBuffer::RemoveTransient(int width_threshold, in RemoveTransient() argument110 if (!is_full_ && index_ < width_threshold + 2) in RemoveTransient()114 int index_2 = width_threshold + 1; in RemoveTransient()
44 int RemoveTransient(int width_threshold, double val_threshold);