Searched refs:ratio (Results 1 - 25 of 135) sorted by relevance

123456

/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dbookmarks_tablet.css6 @media only screen and (-webkit-min-device-pixel-ratio: 1.35),
7 only screen and (-webkit-max-device-pixel-ratio: 1.30) {
/external/aac/libSBRenc/src/
H A Dresampler.h124 int ratio; /*! downsampling ration */ member in struct:__anon262
135 INT ratio); /*!< downsampler ratio */
139 * downsampler ratio.
H A Dresampler.cpp307 int ratio) /*!< downsampler ratio (only 2 supported at the momment) */
313 FDK_ASSERT(ratio == 2);
338 DownSampler->ratio = ratio;
339 DownSampler->pending = ratio-1;
498 for(i=0; i<numInSamples; i+=DownSampler->ratio)
500 *outSamples = AdvanceFilter(&(DownSampler->downFilter), &inSamples[i*inStride], DownSampler->ratio, inStride);
503 *numOutSamples = numInSamples/DownSampler->ratio;
305 FDKaacEnc_InitDownsampler(DOWNSAMPLER *DownSampler, int Wc, int ratio) argument
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDynamicsCompressorNode.idl30 readonly attribute AudioParam ratio; // unit-less
H A DDynamicsCompressorNode.cpp52 m_ratio = AudioParam::create(context, "ratio", 12, 1, 20);
72 float ratio = m_ratio->value(); local
78 m_dynamicsCompressor->setParameterValue(DynamicsCompressor::ParamRatio, ratio);
H A DDynamicsCompressorNode.h54 AudioParam* ratio() { return m_ratio.get(); } function in class:WebCore::DynamicsCompressorNode
/external/qemu-pc-bios/bochs/bios/
H A Dusage.cc45 double elements, ratio; local
94 ratio = elements / (double(org) - double(last_org));
95 ratio *= 100.0;
96 printf("%6.2lf\n", ratio);
/external/linux-tools-perf/
H A Dbuiltin-stat.c559 double total, ratio = 0.0; local
565 ratio = avg / total * 100.0;
568 if (ratio > 50.0)
570 else if (ratio > 30.0)
572 else if (ratio > 10.0)
576 color_fprintf(stderr, color, "%6.2f%%", ratio);
582 double total, ratio = 0.0; local
588 ratio = avg / total * 100.0;
591 if (ratio > 75.0)
593 else if (ratio > 50.
605 double total, ratio = 0.0; local
628 double total, ratio = 0.0; local
651 double total, ratio = 0.0; local
674 double total, ratio = 0.0; local
697 double total, ratio = 0.0; local
720 double total, ratio = 0.0; local
743 double total, ratio = 0.0; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DDynamicsCompressorKernel.h53 float ratio,
103 float updateStaticCurveParameters(float dbThreshold, float dbKnee, float ratio);
108 float m_slope; // Inverse ratio.
114 // m_dbKnee is the number of dB above the threshold before we enter the "ratio" portion of the curve.
117 // which transitions smoothly from the linear portion to the ratio portion.
/external/oprofile/gui/
H A Doprof_start_util.h27 inline double ratio(double x1, double x2) function
/external/chromium_org/chrome/browser/resources/about_welcome_android/
H A Dabout_welcome_android.css75 @media only screen and (-webkit-min-device-pixel-ratio: 1.0) {
82 @media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
89 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
96 @media only screen and (-webkit-min-device-pixel-ratio: 2.0) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
H A Dinfo.js108 var ratio = src_w / src_h;
110 new_h /= ratio;
112 new_w *= ratio;
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DOutput.pm114 print HTML "<th class=\"source\" colspan=2><a href=\"#mean_op_$i\">ratio $i<br>/op</a></th>\n";
115 printLeg("<a name=\"mean_op_$i\">ratio $i /op</a> - ratio and error of per $operationIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value");
127 print HTML "<th class=\"source\" colspan=2><a href=\"#mean_ev_$i\">ratio $i<br>/ev</a></th>\n";
128 printLeg("<a name=\"mean_ev_$i\">ratio $i /ev</a> - ratio and error of per $eventIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value");
362 my $ratio = $baseLinePO->subtract($perOperation);
363 $ratio = $ratio->divide($perOperation);
364 outputDist($ratio, "
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeconstraints.h62 void SetMandatoryMinAspectRatio(double ratio) { argument
63 AddMandatory(MediaConstraintsInterface::kMinAspectRatio, ratio);
/external/icu4c/test/perf/perldriver/
H A DOutput.pm114 print HTML "<th class=\"source\" colspan=2><a href=\"#mean_op_$i\">ratio $i<br>/op</a></th>\n";
115 printLeg("<a name=\"mean_op_$i\">ratio $i /op</a> - ratio and error of per $operationIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value");
127 print HTML "<th class=\"source\" colspan=2><a href=\"#mean_ev_$i\">ratio $i<br>/ev</a></th>\n";
128 printLeg("<a name=\"mean_ev_$i\">ratio $i /ev</a> - ratio and error of per $eventIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value");
362 my $ratio = $baseLinePO->subtract($perOperation);
363 $ratio = $ratio->divide($perOperation);
364 outputDist($ratio, "
[all...]
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DHybridNonLinearSolver.h108 Scalar ratio; member in class:Eigen::HybridNonLinearSolver
264 /* compute the ratio of the actual to the predicted reduction. */
265 ratio = 0.;
267 ratio = actred / prered;
270 if (ratio < Scalar(.1)) {
277 if (ratio >= Scalar(.5) || ncsuc > 1)
279 if (internal::abs(ratio - 1.) <= Scalar(.1)) {
285 if (ratio >= Scalar(1e-4)) {
326 if (ratio >= Scalar(1e-4))
504 /* compute the ratio o
[all...]
H A DLevenbergMarquardt.h120 Scalar ratio; member in class:Eigen::LevenbergMarquardt
295 /* compute the ratio of the actual to the predicted */
297 ratio = 0.;
299 ratio = actred / prered;
302 if (ratio <= Scalar(.25)) {
312 } else if (!(par != 0. && ratio < Scalar(.75))) {
318 if (ratio >= Scalar(1e-4)) {
329 if (internal::abs(actred) <= parameters.ftol && prered <= parameters.ftol && Scalar(.5) * ratio <= 1. && delta <= parameters.xtol * xnorm)
331 if (internal::abs(actred) <= parameters.ftol && prered <= parameters.ftol && Scalar(.5) * ratio <= 1.)
339 if (internal::abs(actred) <= NumTraits<Scalar>::epsilon() && prered <= NumTraits<Scalar>::epsilon() && Scalar(.5) * ratio <
[all...]
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_impl.cc207 void ScrollbarLayerImpl::SetVisibleToTotalLengthRatio(float ratio) { argument
208 if (visible_to_total_length_ratio_ == ratio)
210 visible_to_total_length_ratio_ = ratio;
247 // have to compute it. The ratio of the thumb's length to the track's length
303 float ratio = clamped_current_pos / maximum_; local
305 int thumb_offset = static_cast<int>(ratio * max_offset) + track_start_;
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
H A Dviewport.js310 var ratio = Viewport.getDevicePixelRatio();
315 return new Rect(screenCenterX + (rect.left - screenCenterX) * ratio,
316 screenCenterY + (rect.top - screenCenterY) * ratio,
317 rect.width * ratio,
318 rect.height * ratio);
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
H A Dcoordinates.js134 var ratio = this.heightMax / (this.heightMax - position);
135 return this.yLowerLimitValue() + (this.yValueRange() / ratio);
/external/clang/INPUTS/
H A Dall-std-headers.cpp72 #include <ratio>
/external/chromium/net/disk_cache/
H A Dstats.cc321 int64 ratio = GetCounter(hit) * 100; local
322 if (!ratio)
325 ratio /= (GetCounter(hit) + GetCounter(miss));
326 return static_cast<int>(ratio);
/external/chromium_org/net/disk_cache/
H A Dstats.cc301 int64 ratio = GetCounter(hit) * 100; local
302 if (!ratio)
305 ratio /= (GetCounter(hit) + GetCounter(miss));
306 return static_cast<int>(ratio);
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_mathops.c83 double ratio; local
86 ratio = val/sqrt(i);
87 if (fabs(ratio - 1) > .0005 && fabs(val-sqrt(i)) > 2)
89 fprintf (stderr, "sqrt failed: sqrt(%d)="WORD" (ratio = %f)\n", i, val, ratio);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMapView.java132 double ratio = offsetPixels / ((double) maxPixel);
134 return (int) (minDegrees + spanDegrees * ratio);
140 double ratio = offsetDegrees / ((double) spanDegrees);
142 return (int) (minPixel + spanPixels * ratio);

Completed in 1442 milliseconds

123456