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