Searched refs:best_index (Results 1 - 10 of 10) sorted by relevance

/external/eigen/test/
H A Deigensolver_complex.cpp29 Index best_index(0);
30 if(diffs.col(col).segment(col,n-i).minCoeff(&best_index) > tol)
33 best_index += col;
35 diffs.row(col).swap(diffs.row(best_index));
37 diffs.row(col).swap(diffs.row(best_index));
40 diffs.row(n-(i-col)-1).swap(diffs.row(best_index));
41 transpositions.push_back(std::pair<Index,Index>(n-(i-col)-1,best_index));
/external/webrtc/talk/media/base/
H A Dvideocommon.cc88 int best_index = kNumScaleFactors - 1; // Default to max scale. local
95 best_index = i;
101 return kScaleFactors[best_index];
/external/speex/libspeex/
H A Dcb_search.c129 int best_index; local
160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack);
162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack);
164 speex_bits_pack(bits,best_index,params->shape_bits+have_sign);
170 rind = best_index;
205 rind = best_index;
283 VARDECL(int *best_index);
331 ALLOC(best_index, N, int);
381 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack);
383 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dis
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.cc284 int best_index = -1; // Returned unchanged if we don't find anything. local
293 best_index = static_cast<int>(i);
296 return best_index;
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dexpand.cc420 size_t best_index = std::numeric_limits<size_t>::max(); local
431 best_index = i;
436 size_t distortion_lag = best_distortion_index[best_index];
437 size_t correlation_lag = best_correlation_index[best_index];
470 best_index = WebRtcSpl_MaxIndexW32(correlation_vector2, correlation_lags);
471 int32_t max_correlation = correlation_vector2[best_index];
473 best_index = best_index + start_index;
481 &(audio_history[signal_length - correlation_length - best_index]),
482 &(audio_history[signal_length - correlation_length - best_index]),
[all...]
H A Ddsp_helper.cc241 size_t best_index = 0; local
253 best_index = i;
257 return best_index;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c59 uint8_t best_index; member in struct:vp9_token_state
189 tokens[i][0].best_index = best;
272 tokens[i][1].best_index = best;
291 tokens[i][0].best_index = tokens[i][1].best_index = 0;
322 best = tokens[i][best].best_index;
H A Dvp9_rd.c488 int best_index = 0; local
527 best_index = i;
532 x->mv_best_ref_index[ref_frame] = best_index;
/external/autotest/client/common_lib/
H A Dpexpect.py1668 best_index, best_match = index, s
1674 return best_index
1755 best_index = index
1761 return best_index
/external/flac/libFLAC/
H A Dlpc.c1336 unsigned order, indx, best_index; /* 'index' the index into lpc_error; index==order-1 since lpc_error[0] is for order==1, lpc_error[1] is for order==2, etc */ local
1344 best_index = 0;
1350 best_index = indx;
1355 return best_index+1; /* +1 since indx of lpc_error[] is order-1 */

Completed in 335 milliseconds