Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:best_index

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 */
1369 best_index = 0;
1375 best_index = index;
1380 return best_index+1; /* +1 since index of lpc_error[] is order-1 */