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

  /external/speex/libspeex/
quant_lsp_bfin.h 54 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;
quant_lsp.c 104 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 590 milliseconds