HomeSort by relevance Sort by last modified time
    Searched refs:roundVal (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 39 int32_t roundVal = 1 << (qDomain - 1);
41 return (fixVal + roundVal) >> qDomain;
  /frameworks/av/services/audioflinger/
test-resample.cpp 480 const int roundVal = (1<<(volumeShift-1)) - 1; // volumePrecision > 0
484 int32_t s = out[i * output_channels + j] + roundVal; // add offset here

Completed in 543 milliseconds