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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocommon.cc85 int best_index = kNumScaleFactors - 1; // Default to max scale. local
92 best_index = i;
98 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/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c123 unsigned best_index[1025][2]; local
201 best_index[i][0] = best;
259 best_index[i][1] = best;
280 best_index[i][0] = best_index[i][1] = 0;
311 best = best_index[i][best];
H A Dvp9_rdopt.c2138 int best_index = 0; local
2175 best_index = i;
2180 x->mv_best_ref_index[ref_frame] = best_index;
/external/chromium_org/third_party/pexpect/
H A Dpexpect.py1766 best_index, best_match = index, s
1772 return best_index
1857 best_index = index
1863 return best_index
/external/chromium_org/components/wifi/
H A Dwifi_service_win.cc1308 size_t best_index = 0; local
1325 best_index = bss;
1331 const WLAN_BSS_ENTRY& bss_entry(bss_list->wlanBssEntries[best_index]);
/external/flac/libFLAC/
H A Dlpc.c1361 unsigned order, index, 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
1369 best_index = 0;
1375 best_index = index;
1380 return best_index+1; /* +1 since index of lpc_error[] is order-1 */

Completed in 337 milliseconds