Home
last modified time | relevance | path

Searched defs:best_index (Results 1 – 9 of 9) sorted by relevance

/external/eigen/test/
Deigensolver_complex.cpp29 Index best_index(0); in find_pivot() local
/external/webrtc/talk/media/base/
Dvideocommon.cc88 int best_index = kNumScaleFactors - 1; // Default to max scale. in FindLowerScale() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.cc284 int best_index = -1; // Returned unchanged if we don't find anything. in FindBestFittingPacket() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddsp_helper.cc241 size_t best_index = 0; in MinDistortion() local
Dexpand.cc420 size_t best_index = std::numeric_limits<size_t>::max(); in AnalyzeSignal() local
/external/flac/libFLAC/
Dlpc.c1336 …unsigned order, indx, best_index; /* 'index' the index into lpc_error; index==order-1 since lpc_er… in FLAC__lpc_compute_best_order() local
/external/speex/libspeex/
Dcb_search.c129 int best_index; in split_cb_search_shape_sign_N1() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c488 int best_index = 0; in vp9_mv_pred() local
Dvp9_encodemb.c59 uint8_t best_index; member