Home
last modified time | relevance | path

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

/dports/audio/rezound/rezound-0.13.1beta/src/backend/Remaster/
H A DCShortenQuietAreasAction.cpp240 const sample_pos_t dQuietAreaLength=(dQuietEndPos-dQuietBeginPos)+1; in alterQuietAreaLength() local
242 if(dQuietAreaLength>1) in alterQuietAreaLength()
245 …const sample_pos_t dDeleteLength=(sample_pos_t)sample_fpos_round((sample_fpos_t)dQuietAreaLength*(… in alterQuietAreaLength()
246 …const sample_pos_t dDeletePos=dQuietBeginPos+((dQuietAreaLength-dDeleteLength)/2); // split the di… in alterQuietAreaLength()
247 …sample_pos_t sDeletePos=sQuietBeginPos+((dQuietAreaLength-dDeleteLength)/2); // same as dDeletePos… in alterQuietAreaLength()