HomeSort by relevance Sort by last modified time
    Searched refs:score_t (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
quant.c 396 score_t cost; // bit cost
397 score_t error; // distortion = sum of (|coeff_i| - level_i * Q_i)^2
414 static inline score_t RDScoreTrellis(int lambda, score_t rate,
415 score_t distortion) {
429 score_t best_score;
435 score_t cost;
436 score_t max_error;
483 score_t cur_score = MAX_COST;
507 const score_t total_error = prev->error - delta_error
    [all...]
vp8enci.h 152 typedef int64_t score_t; // type used for scores, rate, distortion typedef
153 #define MAX_COST ((score_t)0x7fffffffffffffLL)
238 score_t D, SD, R, score; // Distortion, spectral distortion, rate, score.

Completed in 151 milliseconds