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

  /external/libvpx/libvpx/test/
fdct4x4_test.cc 75 test_temp_block, pitch_));
76 REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_));
106 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_);
107 REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
136 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_);
138 output_block, pitch_));
165 fwd_txfm_ref(in, coeff, pitch_, tx_type_);
167 REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, pitch_));
179 int pitch_; member in class:__anon22930::Trans4x4TestBase
194 pitch_ = 4
    [all...]
fdct8x8_test.cc 68 RunFwdTxfm(test_input_block, test_output_block, pitch_));
97 RunFwdTxfm(test_input_block, test_output_block, pitch_));
139 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
152 RunInvTxfm(test_temp_block, dst, pitch_));
191 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
193 RunInvTxfm(test_temp_block, dst, pitch_));
213 int pitch_; member in class:__anon22931::FwdTrans8x8TestBase
227 pitch_ = 8;
266 pitch_ = 8;
dct16x16_test.cc 303 test_temp_block, pitch_));
304 REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_));
334 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_);
335 REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
364 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_);
366 output_block, pitch_));
410 int pitch_; member in class:__anon22927::Trans16x16TestBase
424 pitch_ = 16;
466 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 52 milliseconds