Searched refs:volb (Results 1 – 1 of 1) sorted by relevance
84 float volb[2] = {0.f, 0.5f}; // right volume at half max. in testStereoVolume() local89 volumeMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, volb, volaux); in testStereoVolume()92 const float left = vola[0] + volb[0]; in testStereoVolume()93 const float center = (vola[0] + vola[1] + volb[0] + volb[1]) * 0.5; in testStereoVolume()94 const float right = vola[1] + volb[1]; in testStereoVolume()