/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/chromium_org/third_party/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/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
rtp_packet_history.cc | 290 size_t best_index = 0; local 297 best_index = i; 302 return best_index;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
dsp_helper.cc | 241 int best_index = -1; local 253 best_index = i; 257 return best_index;
|
expand.cc | 379 int best_index = -1; local 390 best_index = i; 395 int distortion_lag = best_distortion_index[best_index]; 396 int correlation_lag = best_correlation_index[best_index]; 429 best_index = WebRtcSpl_MaxIndexW32(correlation_vector2, correlation_lags); 430 int32_t max_correlation = correlation_vector2[best_index]; 432 best_index = best_index + start_index; 440 &(audio_history[signal_length - correlation_length - best_index]), 441 &(audio_history[signal_length - correlation_length - best_index]), [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...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_rd.c | 441 int best_index = 0; local 476 best_index = i; 481 x->mv_best_ref_index[ref_frame] = best_index;
|
vp9_encodemb.c | 108 unsigned best_index[1025][2]; local 180 best_index[i][0] = best; 236 best_index[i][1] = best; 257 best_index[i][0] = best_index[i][1] = 0; 288 best = best_index[i][best];
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 116 unsigned best_index[1025][2]; local 193 best_index[i][0] = best; 249 best_index[i][1] = best; 270 best_index[i][0] = best_index[i][1] = 0; 301 best = best_index[i][best];
|
vp9_rdopt.c | 2152 int best_index = 0; local [all...] |
/external/chromium_org/components/wifi/ |
wifi_service_win.cc | 1513 size_t best_index = 0; local [all...] |