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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.cc 197 int right_scale = 16 - WebRtcSpl_NormW32(right_side); local
198 right_scale = std::max(0, right_scale);
199 left_side = left_side >> right_scale;
201 rtc::checked_cast<int32_t>(peak_index) * (right_side >> right_scale);
  /external/esd/include/
esd.h 295 int left_scale, int right_scale );
299 int left_scale, int right_scale );
  /external/libxcam/xcore/interface/
stitcher.h 99 float right_scale; member in struct:XCam::Stitcher::ScaleFactor
103 , right_scale (1.0f)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
esd.h 297 int left_scale, int right_scale );
301 int left_scale, int right_scale );

Completed in 1167 milliseconds