Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/
Dtest-resampler.cpp478 const int volumeShift = 12; // shift requirement for Q4.27 to Q.15 in main() local
480 const int roundVal = (1<<(volumeShift-1)) - 1; // volumePrecision > 0 in main()
486 s = (s + 1) >> volumeShift; // round to 0 in main()
491 s = s >> volumeShift; in main()