/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocommon.cc | 85 int best_index = kNumScaleFactors - 1; // Default to max scale. local 92 best_index = i; 98 return kScaleFactors[best_index];
|
/external/speex/libspeex/ |
cb_search.c | 129 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_dist, stack) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 123 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];
|
vp9_rdopt.c | 2138 int best_index = 0; local [all...] |
/external/chromium_org/third_party/pexpect/ |
pexpect.py | [all...] |
/external/chromium_org/components/wifi/ |
wifi_service_win.cc | 1308 size_t best_index = 0; local [all...] |
/external/flac/libFLAC/ |
lpc.c | 1361 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 [all...] |