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 527 score_t score; // partial RD score
545 static WEBP_INLINE score_t RDScoreTrellis(int lambda, score_t rate,
546 score_t distortion) {
563 score_t best_score;
567 score_t cost;
591 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0;
622 score_t base_score, last_pos_score;
623 score_t best_cur_score = MAX_COST;
634 const score_t last_pos_cost
    [all...]
vp8enci.h 162 typedef int64_t score_t; // type used for scores, rate, distortion typedef
163 // Note that MAX_COST is not the maximum allowed by sizeof(score_t),
165 #define MAX_COST ((score_t)0x7fffffffffffffLL)
264 score_t D, SD; // Distortion, spectral distortion
265 score_t H, R, score; // header bits, rate, score.

Completed in 36 milliseconds