Searched refs:best_id (Results 1 – 3 of 3) sorted by relevance
153 int best_id; in op_pvq_search_sse2() local190 best_id = _mm_cvtsi128_si32(pos); in op_pvq_search_sse2()193 xy = ADD32(xy, EXTEND32(X[best_id])); in op_pvq_search_sse2()195 yy = ADD16(yy, y[best_id]); in op_pvq_search_sse2()199 y[best_id] += 2; in op_pvq_search_sse2()200 iy[best_id]++; in op_pvq_search_sse2()
252 int best_id; in op_pvq_search_c() local261 best_id = 0; in op_pvq_search_c()299 best_id = j; in op_pvq_search_c()304 xy = ADD32(xy, EXTEND32(X[best_id])); in op_pvq_search_c()306 yy = ADD16(yy, y[best_id]); in op_pvq_search_c()310 y[best_id] += 2; in op_pvq_search_c()311 iy[best_id]++; in op_pvq_search_c()
38 int best_id = 0; in search_one() local59 best_id = j; in search_one()62 lev[nb_strengths] = best_id; in search_one()