HomeSort by relevance Sort by last modified time
    Searched full:pitch_ (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/test/
dct16x16_test.cc 301 test_temp_block, pitch_));
302 REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_));
332 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_);
333 REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
362 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_);
364 output_block, pitch_));
409 int pitch_; member in class:__anon22928::Trans16x16TestBase
423 pitch_ = 32;
465 pitch_ = 16;
  /external/chromium/chrome/browser/extensions/
extension_tts_api.cc 61 pitch_(-1.0),
87 if (util::ReadNumberByKey(options, util::kPitchKey, &pitch_)) {
88 if (!base::IsFinite(pitch_) || pitch_ < 0.0 || pitch_ > 1.0)
89 pitch_ = -1.0;
extension_tts_api.h 87 double pitch() { return pitch_; }
120 double pitch_; member in class:Utterance

Completed in 744 milliseconds