HomeSort by relevance Sort by last modified time
    Searched refs:Samples (Results 1 - 18 of 18) 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 535 format_ex->Samples.wValidBitsPerSample;
552 // application and the floating-point samples that the engine uses for its
audio_low_latency_output_win.cc 172 format_.Samples.wValidBitsPerSample = params.bits_per_sample();
core_audio_util_win_unittest.cc 231 EXPECT_GE(format.Samples.wValidBitsPerSample, 16);
audio_unified_win.cc 577 (*xformat).Samples.wValidBitsPerSample = format->wBitsPerSample;
    [all...]
core_audio_util_win.cc 120 << ", wValidBitsPerSample: " << format.Samples.wValidBitsPerSample
  /external/chromium_org/v8/src/
store-buffer.cc 185 static const struct Samples {
188 } samples[kSampleFinenesses] = { local
196 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 309 milliseconds