HomeSort by relevance Sort by last modified time
    Searched refs:best_index (Results 1 - 2 of 2) sorted by null

  /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/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...]

Completed in 341 milliseconds