Home | History | Annotate | Download | only in enc

Lines Matching refs:best_sse

935       double best_sse = 255. * 255.;
942 if (sse < best_sse) best_sse = sse;
945 total_sse += best_sse;