Searched refs:scale_factor (Results 1 - 25 of 34) sorted by relevance

12

/external/webrtc/webrtc/common_audio/signal_processing/
H A Denergy.c22 int* scale_factor)
36 *scale_factor = scaling;
20 WebRtcSpl_Energy(int16_t* vector, size_t vector_length, int* scale_factor) argument
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dpinch.py12 scale_factor=None, speed_in_pixels_per_second=800,
20 self._scale_factor = scale_factor
51 scale_factor = (self._scale_factor if self._scale_factor else
62 scale_factor: %s,
67 scale_factor,
H A Dpinch_unittest.py29 action_runner.PinchPage(scale_factor=2)
H A Dpinch.js18 this.scale_factor_ = opt_options.scale_factor;
H A Daction_runner.py305 scale_factor=None, speed_in_pixels_per_second=800):
319 scale_factor: The ratio of the final span to the initial span.
326 scale_factor=scale_factor,
331 scale_factor=None, speed_in_pixels_per_second=800):
350 scale_factor: The ratio of the final span to the initial span.
358 scale_factor=scale_factor,
H A Drepeatable_scroll_unittest.py78 self._tab.action_runner.PinchPage(scale_factor=0.1)
/external/v8/src/ic/x64/
H A Dstub-cache-x64.cc28 ScaleFactor scale_factor = kPointerSize == kInt64Size ? times_2 : times_1; local
43 __ cmpp(name, Operand(kScratchRegister, offset, scale_factor, 0));
52 Operand(kScratchRegister, offset, scale_factor, kPointerSize * 2));
58 __ movp(kScratchRegister, Operand(kScratchRegister, offset, scale_factor, 0));
/external/libjpeg-turbo/
H A Djcparam.c29 int scale_factor, boolean force_baseline)
53 temp = ((long) basic_table[i] * scale_factor + 50L) / 100L;
111 jpeg_set_linear_quality (j_compress_ptr cinfo, int scale_factor, argument
121 scale_factor, force_baseline);
123 scale_factor, force_baseline);
27 jpeg_add_quant_table(j_compress_ptr cinfo, int which_tbl, const unsigned int *basic_table, int scale_factor, boolean force_baseline) argument
H A Djpeglib.h934 EXTERN(void) jpeg_set_linear_quality (j_compress_ptr cinfo, int scale_factor,
942 int scale_factor, boolean force_baseline);
/external/ImageMagick/MagickCore/
H A Dgeometry.c1361 scale_factor;
1367 scale_factor=1.0;
1371 scale_factor=(double) *width/(double) former_width;
1374 if (scale_factor > ((double) *height/(double) former_height))
1375 scale_factor=(double) *height/(double) former_height;
1378 if (scale_factor < ((double) *height/(double) former_height))
1379 scale_factor=(double) *height/(double) former_height;
1384 scale_factor=(double) *width/(double) former_width;
1386 (scale_factor < ((double) *width/(double) former_height)))
1387 scale_factor
1350 scale_factor; local
[all...]
H A Dmatrix.c895 scale_factor,
936 scale_factor=0;
940 scale_factor=(double) QuantumRange/min_value;
944 scale_factor=(double) QuantumRange/(max_value-min_value);
981 value=scale_factor*(value-min_value);
884 scale_factor, local
H A Ddisplay.c2912 scale_factor;
3237 scale_factor=(double) width/windows->image.ximage->width;
3239 chop_info.x=(ssize_t) (scale_factor*chop_info.x+0.5);
3240 chop_info.width=(unsigned int) (scale_factor*chop_info.width+0.5);
3241 scale_factor=(double) height/windows->image.ximage->height;
3243 chop_info.y=(ssize_t) (scale_factor*chop_info.y+0.5);
3244 chop_info.height=(unsigned int) (scale_factor*chop_info.height+0.5);
3970 scale_factor;
4287 scale_factor=(double) width/windows->image.ximage->width;
4289 composite_info.x=(ssize_t) (scale_factor*composite_inf
2899 scale_factor; local
3955 scale_factor; local
4625 scale_factor; local
6364 scale_factor; local
10650 scale_factor; local
11300 scale_factor; local
12974 scale_factor; local
13098 scale_factor; local
[all...]
/external/ceres-solver/internal/ceres/
H A Dautodiff_local_parameterization_test.cc75 ScaledPlus(const double &scale_factor) argument
76 : scale_factor_(scale_factor)
/external/strace/
H A Dstrace-graph39 my $scale_factor = 3.5;
288 $elapsed /= $scale_factor;
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcparam.c25 int scale_factor, boolean force_baseline)
49 temp = ((long) basic_table[i] * scale_factor + 50L) / 100L;
64 jpeg_set_linear_quality (j_compress_ptr cinfo, int scale_factor, argument
99 scale_factor, force_baseline);
101 scale_factor, force_baseline);
23 jpeg_add_quant_table(j_compress_ptr cinfo, int which_tbl, const unsigned int *basic_table, int scale_factor, boolean force_baseline) argument
H A Dcdjpeg.h134 int scale_factor, boolean force_baseline));
H A Djpeglib.h1026 int scale_factor,
1030 int scale_factor,
/external/webrtc/webrtc/p2p/base/
H A Dpseudotcp.h182 void applyWindowScaleOption(uint8_t scale_factor);
H A Dpseudotcp.cc1245 void PseudoTcp::applyWindowScaleOption(uint8_t scale_factor) { argument
1246 m_swnd_scale = scale_factor;
1255 uint8_t scale_factor = 0; local
1260 ++scale_factor;
1265 new_size <<= scale_factor; local
1275 m_rwnd_scale = scale_factor;
/external/ImageMagick/coders/
H A Dviff.c216 scale_factor,
543 scale_factor=1.0;
580 scale_factor=0;
584 scale_factor=(double) QuantumRange/min_value;
588 scale_factor=(double) QuantumRange/(max_value-min_value);
606 value=(value-min_value)*scale_factor;
212 scale_factor, local
H A Djpeg.c1132 scale_factor;
1149 scale_factor=1.0;
1151 scale_factor=jpeg_info.output_width/geometry_info.rho;
1153 (scale_factor > (jpeg_info.output_height/geometry_info.sigma)))
1154 scale_factor=jpeg_info.output_height/geometry_info.sigma;
1156 jpeg_info.scale_denom=(unsigned int) scale_factor;
1160 "Scale factor: %.20g",(double) scale_factor);
1127 scale_factor; local
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp874 CvMemStorage* storage, double scale_factor,
915 if( scale_factor <= 1 )
973 // for( factor = 1; ; factor *= scale_factor )
1145 n_factors++, factor *= scale_factor )
1150 scale_factor = 1./scale_factor;
1151 factor *= scale_factor;
1157 for( ; n_factors-- > 0 && !is_found; factor *= scale_factor )
872 mycvHaarDetectObjects( const CvArr* _img, CvHaarClassifierCascade* cascade, CvMemStorage* storage, double scale_factor, int min_neighbors, int flags, CvSize min_size ) argument
H A Dcvhough.cpp291 float scale_factor; local
314 scale_factor = theta_it * itheta;
317 ti1 < halftn; ti1++, phi += theta_it, phi1 += scale_factor )
H A Dcvhaar.cpp858 CvMemStorage* storage, double scale_factor,
945 for( factor = 1; ; factor *= scale_factor )
1113 n_factors++, factor *= scale_factor )
1118 scale_factor = 1./scale_factor;
1119 factor *= scale_factor;
1125 for( ; n_factors-- > 0 && !is_found; factor *= scale_factor )
856 cvHaarDetectObjects( const CvArr* _img, CvHaarClassifierCascade* cascade, CvMemStorage* storage, double scale_factor, int min_neighbors, int flags, CvSize min_size ) argument
/external/crcalc/src/com/hp/creals/
H A DCR.java575 BigInteger scale_factor = BigInteger.valueOf(radix).pow(n);
576 scaled_CR = multiply(new int_CR(scale_factor));

Completed in 417 milliseconds

12