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()
256 int best_id; in op_pvq_search_c() local265 best_id = 0; in op_pvq_search_c()303 best_id = j; in op_pvq_search_c()308 xy = ADD32(xy, EXTEND32(X[best_id])); in op_pvq_search_c()310 yy = ADD16(yy, y[best_id]); in op_pvq_search_c()314 y[best_id] += 2; in op_pvq_search_c()315 iy[best_id]++; in op_pvq_search_c()
60 int best_id = 0; in search_one() local81 best_id = j; in search_one()84 lev[nb_strengths] = best_id; in search_one()