Home | History | Annotate | Download | only in sbc

Lines Matching full:infosref

73 static int calculate_rms_level(SNDFILE * sndref, SF_INFO * infosref,
170 static int check_absolute_diff(SNDFILE * sndref, SF_INFO * infosref,
272 SF_INFO infosref;
297 sndref = sf_open(ref, SFM_READ, &infosref);
312 (int) infosref.frames, (int) infosref.samplerate,
313 (int) infosref.channels);
319 if (infosref.channels > 2 || infostst.channels > 2) {
325 if (infosref.samplerate != infostst.samplerate ||
326 infosref.channels != infostst.channels) {
335 pass_rms = calculate_rms_level(sndref, &infosref, sndtst, &infostst,
341 pass_absolute = check_absolute_diff(sndref, &infosref, sndtst,