Searched defs:ratio (Results 1 - 25 of 112) sorted by last modified time

12345

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/contrib/minizip/
H A Dminiunz.c250 uLong ratio=0; local
260 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
291 ratio,
327 uLong ratio=0; local
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c132 double ratio, log_lag, gain_bias; local
188 ratio = log((double) (k + (PITCH_MIN_LAG/2-2))) - log_lag;
189 bias = 1.0 + gain_bias * exp(-5.0 * ratio * ratio);
221 ratio = ((double) (ind1 + 12)) / ((double) (ind2 + 12));
222 adj = 0.2 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */
242 ratio = ((double) (ind1 + 12)) / ((double) (ind2 + 12));
243 adj = 0.9 * ratio * (2.
[all...]
/external/valgrind/main/drd/tests/
H A Dmatinv.c319 double ratio; local
351 ratio = error / (eps * matrix_size);
355 error, eps, ratio);
357 if (isfinite(ratio) && ratio < 100)
H A Domp_matinv.c295 double ratio; local
331 ratio = error / (eps * matrix_size);
335 error, eps, ratio);
337 if (isfinite(ratio) && ratio < 100)
/external/speex/libspeex/
H A Dsb_celp.c428 float ratio; local
449 ratio = 2*log((1.f+e_high)/(1.f+e_low));
452 if (ratio<-4)
453 ratio=-4;
454 if (ratio>2)
455 ratio=2;
456 /*if (ratio>-2)*/
461 st->relative_quality+=1.0*(ratio+2);
499 /*fprintf (stderr, "%f %f\n", ratio, low_qual);*/
1007 /* Calculate reponse ratio betwee
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c60522 int ratio = pgszDest/pgszSrc; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c60542 int ratio = pgszDest/pgszSrc; local
[all...]
/external/skia/src/core/
H A DSkGeometry.cpp89 static int valid_unit_divide(SkScalar numer, SkScalar denom, SkScalar* ratio) { argument
90 SkASSERT(ratio);
109 *ratio = r;
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp385 SkScalar ratio = SK_Scalar1;
389 (perlinNoiseShader.fType == kFractalNoise_Type) ? noise : SkScalarAbs(noise), ratio);
392 ratio *= 2;
687 const char* ratio = "ratio"; local
855 builder->fsCodeAppendf("\n\t\tfloat %s = 1.0;", ratio);
884 builder->fsCodeAppendf(" * %s;", ratio);
887 builder->fsCodeAppendf("\n\t\t\t%s *= 0.5;", ratio);
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.cpp23 static int valid_divide(float numer, float denom, float* ratio) { argument
24 SkASSERT(ratio);
28 *ratio = numer / denom;
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp300 static int valid_unit_divide(double numer, double denom, double* ratio) argument
313 *ratio = r;
/external/skia/tests/
H A DPointTest.cpp154 SkScalar ratio = slow.length() / fast.length(); local
155 REPORTER_ASSERT(reporter, ratio > 0.999f);
156 REPORTER_ASSERT(reporter, ratio < 1.001f);
/external/skia/bench/
H A Dbenchmain.cpp268 const double ratio = currPerLoop / prevPerLoop; local
269 return low < ratio && ratio < high;
/external/skia/experimental/Intersection/
H A DExtrema.cpp10 static int validUnitDivide(double numer, double denom, double* ratio) argument
22 *ratio = r;
/external/qemu/audio/
H A Daudio_int.h114 int64_t ratio; member in struct:SWVoiceOut
131 int64_t ratio; member in struct:SWVoiceIn
/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/ppp/pppd/include/net/
H A Dppp_defs.h184 unsigned int ratio; /* recent compression ratio << 8 */ member in struct:compstat
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp471 int ratio = (iratio_w > iratio_h) ? iratio_h : iratio_w; local
472 if (ratio >= 8) {
474 } else if (ratio >= 4) {
476 } else if (ratio >= 2) {
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.h227 /* - When performing a read or write in the CVT, a ratio factor is used */
239 /* We compute the current ratio like: */
242 /* ratio = x_ratio = 1.0 */
245 /* ratio = y_ratio */
248 /* ratio = sqrt( (proj.x * x_ratio) ^ 2 + (proj.y * y_ratio) ^ 2 ) */
251 /* ratio * cvt[index] */
254 /* cvt[index] / ratio */
257 /* ratio * ppem */
273 FT_Long ratio; /* current ratio */ member in struct:TT_Size_Metrics_
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp313 int ratio = 255 * dest_count / src_count; local
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp1422 double swapd, ratio, bigest; local
1496 ratio = -A[i * N + row] / A[row * N + row];
1497 B[i] += B[row] * ratio;
1502 A[i * N + j] += A[row * N + j] * ratio;
/external/oprofile/gui/
H A Doprof_start_util.h27 inline double ratio(double x1, double x2) function
/external/oprofile/libpp/
H A Dformat_output.cpp68 double ratio = op_ratio(dividend, divisor); local
70 return ::format_percent(ratio * 100, percent_int_width,
220 // ratio between 100 and the selected % to grow non fixed field use also
H A Dprofile_container.cpp45 // ratio of samples which belongs to this filename.
222 double const ratio = op_ratio(counts[0], total_count[0]); local
223 filename_by_samples const f(*it, ratio);

Completed in 5363 milliseconds

12345