Searched refs:best_index (Results 1 – 5 of 5) sorted by relevance
/external/speex/libspeex/ |
D | cb_search.c | 129 int best_index; in split_cb_search_shape_sign_N1() local 160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); in split_cb_search_shape_sign_N1() 162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); in split_cb_search_shape_sign_N1() 164 speex_bits_pack(bits,best_index,params->shape_bits+have_sign); in split_cb_search_shape_sign_N1() 170 rind = best_index; in split_cb_search_shape_sign_N1() 205 rind = best_index; in split_cb_search_shape_sign_N1() 283 VARDECL(int *best_index); in split_cb_search_shape_sign() 331 ALLOC(best_index, N, int); in split_cb_search_shape_sign() 381 … vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack); in split_cb_search_shape_sign() 383 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack); in split_cb_search_shape_sign() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 108 unsigned best_index[1025][2]; in optimize_b() local 180 best_index[i][0] = best; in optimize_b() 236 best_index[i][1] = best; in optimize_b() 257 best_index[i][0] = best_index[i][1] = 0; in optimize_b() 288 best = best_index[i][best]; in optimize_b()
|
D | vp9_rd.c | 370 int best_index = 0; in vp9_mv_pred() local 411 best_index = i; in vp9_mv_pred() 416 x->mv_best_ref_index[ref_frame] = best_index; in vp9_mv_pred()
|
/external/lldb/test/pexpect-2.4/ |
D | pexpect.py | 1673 best_index, best_match = index, s 1679 return best_index 1760 best_index = index 1766 return best_index
|
/external/flac/libFLAC/ |
D | lpc.c | 1335 …unsigned order, indx, best_index; /* 'index' the index into lpc_error; index==order-1 since lpc_er… in FLAC__lpc_compute_best_order() local 1343 best_index = 0; in FLAC__lpc_compute_best_order() 1349 best_index = indx; in FLAC__lpc_compute_best_order() 1354 return best_index+1; /* +1 since indx of lpc_error[] is order-1 */ in FLAC__lpc_compute_best_order()
|