Searched defs:best_id (Results 1 - 2 of 2) sorted by relevance

/external/speex/libspeex/
H A Dquant_lsp_bfin.h54 int best_id=0; local
85 : "=&d" (best_dist), "=&d" (best_id)
91 x[j] = SUB16(x[j],SHL16((spx_word16_t)cdbk[best_id*nbDim+j],5));
93 return best_id;
116 int best_id=0; local
154 : "=&d" (best_dist), "=&d" (best_id)
161 x[j] = SUB16(x[j],SHL16((spx_word16_t)cdbk[best_id*nbDim+j],5));
163 return best_id;
H A Dquant_lsp.c104 int best_id=0; local
117 best_id=i;
122 x[j] = SUB16(x[j],SHL16((spx_word16_t)cdbk[best_id*nbDim+j],5));
124 return best_id;
136 int best_id=0; local
149 best_id=i;
154 x[j] = SUB16(x[j],SHL16((spx_word16_t)cdbk[best_id*nbDim+j],5));
155 return best_id;

Completed in 66 milliseconds