Home
last modified time | relevance | path

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

/dports/audio/Maaate/Maaate-0.3.1/src/mpeg/
H A Dlayer3.cc1684 next_cb_boundary=scf_band_bound_l(1); in restore_samples()
1693 next_cb_boundary=scf_band_bound_l(1); in restore_samples()
1704 if (boundary == scf_band_bound_l(8)) { in restore_samples()
1712 scf_band_bound_l((++cb)+1); in restore_samples()
1884 i = scf_band_bound_l(i); in decode_jstereo()
1886 sb = scf_band_bound_l(sfb+1)-scf_band_bound_l(sfb); in decode_jstereo()
1976 i = scf_band_bound_l(i); in decode_jstereo()
1978 sb = scf_band_bound_l(sfb+1) - scf_band_bound_l(sfb); in decode_jstereo()
1994 sfb = scf_band_bound_l(20); in decode_jstereo()
2412 while (ss >= scf_band_bound_l(scfg+1)) { in scalefactor()
[all …]
H A DMPEGfile.H147 unsigned int scf_band_bound_l (unsigned int subbandindex);
H A Dlayer3.H106 unsigned int scf_band_bound_l (unsigned int sbindex);
H A DMPEGfile.cc993 MPEGfile::scf_band_bound_l(unsigned int subbandindex) { in scf_band_bound_l() function in MPEGfile
998 return ((Layer3*) audio)->scf_band_bound_l(subbandindex); in scf_band_bound_l()