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

/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/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 60 milliseconds