OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bit_cost
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc
23
#include "./
bit_cost
.h"
560
int
bit_cost
= PopulationCost(histogram);
local
562
bit_cost
+= 4;
565
bit_cost
+= histogram.data_[i] * i; // extra bits
567
if (
bit_cost
< min_cost) {
568
min_cost =
bit_cost
;
[
all
...]
cluster.h
29
#include "./
bit_cost
.h"
/external/chromium_org/third_party/libwebp/enc/
histogram.c
446
// Copies the histograms and computes its
bit_cost
.
462
// red and blue) symbol costs and compute the histogram aggregate
bit_cost
.
716
// Copies the histograms and computes its
bit_cost
.
cost.c
497
//
bit_cost
(1, p0) is already incorporated in t[] tables, but only if ctx != 0
/external/webp/src/enc/
histogram.c
446
// Copies the histograms and computes its
bit_cost
.
462
// red and blue) symbol costs and compute the histogram aggregate
bit_cost
.
716
// Copies the histograms and computes its
bit_cost
.
cost.c
497
//
bit_cost
(1, p0) is already incorporated in t[] tables, but only if ctx != 0
Completed in 541 milliseconds