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

  /external/libvpx/libvpx/vp8/encoder/
psnr.h 15 extern double vp8_mse2psnr(double Samples, double Peak, double Mse);
psnr.c 18 double vp8_mse2psnr(double Samples, double Peak, double Mse)
23 psnr = 10.0 * log10(Peak * Peak * Samples / Mse);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 63 EGLint Samples;
111 ATTRIB_MAP(EGL_SAMPLES, Samples);
eglconfig.c 397 if (!conf->SampleBuffers && conf->Samples)
400 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers");
  /external/mesa3d/src/egl/main/
eglconfig.h 63 EGLint Samples;
111 ATTRIB_MAP(EGL_SAMPLES, Samples);
eglconfig.c 397 if (!conf->SampleBuffers && conf->Samples)
400 _eglLog(_EGL_DEBUG, "conflicting samples and sample buffers");
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 47 static double vp8_mse2psnr(double Samples, double Peak, double Mse)
52 psnr = 10.0 * log10(Peak * Peak * Samples / Mse);
426 psnr_samples_total[i] += pkt[i]->data.psnr.samples[0];
  /external/chromium_org/remoting/host/
audio_capturer_win.cc 24 // Tolerance for catching packets of silence. If all samples have absolute
26 // silence. A value of 2 was chosen, because Windows can give samples of 1 and
144 wave_format_extensible->Samples.wValidBitsPerSample = kBitsPerSample;
154 LOG(ERROR) << "Failed to force 16-bit samples";
  /external/chromium_org/media/audio/win/
waveout_output_win.cc 110 format_.Samples.wValidBitsPerSample = params.bits_per_sample();
175 // samples and that would leave too little time to react.
audio_low_latency_input_win.cc 542 format_ex->Samples.wValidBitsPerSample;
559 // application and the floating-point samples that the engine uses for its
650 // samples from the capture endpoint buffer.
audio_low_latency_output_win.cc 128 format_.Samples.wValidBitsPerSample = params.bits_per_sample();
audio_unified_win.cc 560 (*xformat).Samples.wValidBitsPerSample = format->wBitsPerSample;
840 // recorded audio samples will be read from the FIFO, resampled to match the
    [all...]
core_audio_util_win_unittest.cc 260 EXPECT_GE(format.Samples.wValidBitsPerSample, 16);
core_audio_util_win.cc 119 << ", wValidBitsPerSample: " << format.Samples.wValidBitsPerSample
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 431 'Samples', and 'Learn More', using intro_tables.json.
463 the apps samples page and vice versa.
466 def __init__(self, api_name, samples):
468 self._samples = samples
517 samples = None
519 samples = self._samples_data_source_factory.Create(request)
520 return APIDataSource(self._GetSchemaModel, samples)
554 def __init__(self, get_schema_model, samples):
556 self._samples = samples
559 # Parsing samples on the preview server takes seconds and doesn't ad
    [all...]
  /external/chromium_org/v8/src/
store-buffer.cc 188 static const struct Samples {
191 } samples[kSampleFinenesses] = { local
199 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold);
  /external/v8/src/
store-buffer.cc 206 static const struct Samples {
209 } samples[kSampleFinenesses] = { local
217 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold);
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 191 } else if ($("body").hasClass("samples")) {
192 $("#nav-x li.samples a").addClass("selected");
598 // if something is already highlighted, undo it. This is for dynamic navigation (Samples index)
    [all...]
  /external/chromium-trace/
script.js 29 b.prototype={__proto__:Object.prototype,toJSON:function(){for(var a={},c=Object.keys(this),e=0;e<c.length;e++){var b=c[e];"function"!=typeof this[b]&&(a[b]="parent"==b?this[b].guid:this[b])}return a},get length(){return this.timestamps_.length},get name(){return this.name_},get color(){return this.color_},get samples(){return this.samples_},get timestamps(){return this.timestamps_},getSample:function(a){return this.samples_[a]},getTimestamp:function(a){return this.timestamps_[a]},addSample:function(a,
    [all...]

Completed in 372 milliseconds