Searched defs:best_id (Results 1 - 3 of 3) 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;
/external/chromium_org/third_party/opus/src/celt/
H A Dvq.c255 int best_id; local
264 best_id = 0;
286 best_id = j;
291 xy = ADD32(xy, EXTEND32(X[best_id]));
293 yy = ADD16(yy, y[best_id]);
297 y[best_id] += 2*s;
298 iy[best_id]++;

Completed in 233 milliseconds