Home | History | Annotate | Download | only in enc

Lines Matching refs:total_error

573         const score_t total_error = prev->error - delta_error;
588 score = RDScoreTrellis(lambda, cost, total_error);
592 cur->error = total_error;
600 score = RDScoreTrellis(lambda, cost, total_error);