Home
last modified time | relevance | path

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

/dports/audio/Maaate/Maaate-0.3.1/src/tier1/
H A DSOUNDfile.H122 double subband_scalefactor ( unsigned int sb, Resolution res = LOW);
H A DSOUNDfile.cc316 SOUNDfile::subband_scalefactor ( unsigned int sb, Resolution res ) in subband_scalefactor() function in SOUNDfile
/dports/audio/Maaate/Maaate-0.3.1/src/plugins/
H A DSBscf.cc246 result->data[result->colFilled][sb-startSubband] = mf->subband_scalefactor (sb,HIGH); in apply_SBscf()
H A Dsumscf.cc228 sum += sf->subband_scalefactor(sb,HIGH); in apply_sumscf()