Home | History | Annotate | Download | only in libspeex

Lines Matching refs:best_index

129    int best_index;
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);
406 best_nind[n] = best_index[k];