OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:score_t
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
quant.c
464
score_t
cost; // bit cost
465
score_t
error; // distortion = sum of (|coeff_i| - level_i * Q_i)^2
482
static WEBP_INLINE
score_t
RDScoreTrellis(int lambda,
score_t
rate,
483
score_t
distortion) {
497
score_t
best_score;
503
score_t
cost;
504
score_t
max_error;
551
score_t
cur_score = MAX_COST;
575
const
score_t
total_error = prev->error - delta_error
[
all
...]
vp8enci.h
162
typedef int64_t
score_t
; // type used for scores, rate, distortion
typedef
163
#define MAX_COST ((
score_t
)0x7fffffffffffffLL)
260
score_t
D, SD, R, score; // Distortion, spectral distortion, rate, score.
/external/webp/src/enc/
quant.c
464
score_t
cost; // bit cost
465
score_t
error; // distortion = sum of (|coeff_i| - level_i * Q_i)^2
482
static WEBP_INLINE
score_t
RDScoreTrellis(int lambda,
score_t
rate,
483
score_t
distortion) {
497
score_t
best_score;
503
score_t
cost;
504
score_t
max_error;
551
score_t
cur_score = MAX_COST;
575
const
score_t
total_error = prev->error - delta_error
[
all
...]
vp8enci.h
162
typedef int64_t
score_t
; // type used for scores, rate, distortion
typedef
163
#define MAX_COST ((
score_t
)0x7fffffffffffffLL)
260
score_t
D, SD, R, score; // Distortion, spectral distortion, rate, score.
Completed in 581 milliseconds