Searched refs:scale_factor (Results 1 - 25 of 40) 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/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dobject_detector.h50 // concentrentically, scaling down by scale_factor until the minimum threshold
58 const float scale_factor,
63 SCHECK(scale_factor < 1.0f, "Scale factor too large at %.2f!", scale_factor);
70 descriptor_area.Scale(scale_factor);
75 scale_factor);
53 FillWithSquares( const BoundingBox& image_bounds, const BoundingBox& position, const float starting_square_size, const float smallest_square_size, const float scale_factor, std::vector<BoundingSquare>* const squares) argument
H A Dframe_pair.cc71 const float scale_factor = GetWeightedMedianScale(weights, deltas); local
73 if (scale_factor > 0.0f) {
74 *scale_x = scale_factor;
75 *scale_y = scale_factor;
H A Dobject_tracker_jni.cc118 JNIEnv* env, jobject thiz, jfloat scale_factor);
376 JNIEnv* env, jobject thiz, jfloat scale_factor) {
383 reinterpret_cast<uint16_t*>(keypoint_arr), scale_factor);
375 getKeypointsPacked( JNIEnv* env, jobject thiz, jfloat scale_factor) argument
H A Dobject_tracker.h96 // correspondences, first scaled by scale_factor (to adjust for downsampling
99 const float scale_factor) const;
/external/tensorflow/tensorflow/core/kernels/
H A Ddequantize_op.cc74 const float scale_factor = variable
85 ((static_cast<int>(in_ptr[i]) + half_range_) * scale_factor) +
114 const float scale_factor = max_abs / target_range; variable
120 out_ptr[i] = static_cast<int>(in_ptr[i]) * scale_factor;
H A Dquantize_op.cc135 const float scale_factor = variable
158 scale_factor -
167 scale_factor +
205 const float scale_factor = target_range / max_abs; variable
210 scale_factor)
217 scale_factor)
H A Ddequantize_op_test.cc49 const float scale_factor = local
56 scale_factor) +
/external/libjpeg-turbo/
H A Djcparam.c30 int scale_factor, boolean force_baseline)
54 temp = ((long) basic_table[i] * scale_factor + 50L) / 100L;
112 jpeg_set_linear_quality (j_compress_ptr cinfo, int scale_factor, argument
122 scale_factor, force_baseline);
124 scale_factor, force_baseline);
28 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.h936 EXTERN(void) jpeg_set_linear_quality (j_compress_ptr cinfo, int scale_factor,
944 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/pdfium/core/fxcrt/
H A Dfx_string.cpp81 float FractionalScale(size_t scale_factor, int value) { argument
82 return fraction_scales[scale_factor] * value;
/external/strace/
H A Dstrace-graph44 my $scale_factor = 3.5;
313 $elapsed /= $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/libxaac/decoder/
H A Dixheaacd_block.c1188 VOID ixheaacd_process_single_scf(WORD32 scale_factor, WORD32 *x_invquant, argument
1202 if (scale_factor < 24) {
1210 q_factor = 34 - (scale_factor >> 2);
1212 q_factor = 37 - (scale_factor >> 2);
1214 scale_short = ptr_scale_table[(scale_factor & 0x0003)];
1279 WORD16 scale_factor; local
1282 scale_factor = *scale_fact++;
1283 ixheaacd_process_single_scf(scale_factor, x_invquant, *width,
H A Dixheaacd_block.h180 VOID ixheaacd_process_single_scf(WORD32 scale_factor, WORD32 *x_invquant,
H A Dixheaacd_channelinfo.h270 WORD16 scale_factor[MAX_WINDOWS * MAX_SFB_SHORT]; member in struct:__anon13155
H A Dixheaacd_lpp_tran.c849 ia_sbr_scale_fact_struct *scale_factor,
902 ixheaacd_min32(scale_factor->ov_lb_scale, scale_factor->lb_scale);
1130 scale_factor->hb_scale = (WORD16)(common_scale - LPC_SCALE_FACTOR);
848 ixheaacd_hf_generator(ia_sbr_hf_generator_struct *hf_generator, ia_sbr_scale_fact_struct *scale_factor, WORD32 **qmf_real, WORD32 **qmf_imag, WORD32 factor, WORD32 start_idx, WORD32 stop_idx, WORD32 num_if_bands, WORD32 max_qmf_subband, WORD32 *sbr_invf_mode, WORD32 *sbr_invf_mode_prev, WORD32 *sub_sig_x, WORD audio_object_type) argument
H A Dixheaacd_qmf_dec.c687 WORD32 scale_factor; local
756 code_scale_factor = scale_factor = sbr_scale_factor->ps_scale;
759 scale_factor = sbr_scale_factor->hb_scale;
763 high_band_scale_factor = (st_syn_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
/external/libpcap/
H A Dsf-pcap-ng.c219 u_int scale_factor; /* time stamp scale factor for power-of-10 tsresol */ member in struct:pcap_ng_if
680 ps->ifaces[ps->ifcount - 1].scale_factor = tsresol/ps->user_tsresol;
694 ps->ifaces[ps->ifcount - 1].scale_factor = ps->user_tsresol/tsresol;
1321 frac *= ps->ifaces[interface_id].scale_factor;
1364 frac /= ps->ifaces[interface_id].scale_factor;
/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

Completed in 873 milliseconds

12