Home
last modified time | relevance | path

Searched refs:ZopfliCostModel (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references_hq.c77 typedef struct ZopfliCostModel { struct
86 } ZopfliCostModel; argument
89 MemoryManager* m, ZopfliCostModel* self, const BrotliDistanceParams* dist, in InitZopfliCostModel()
98 static void CleanupZopfliCostModel(MemoryManager* m, ZopfliCostModel* self) { in CleanupZopfliCostModel()
135 static void ZopfliCostModelSetFromCommands(ZopfliCostModel* self, in ZopfliCostModelSetFromCommands()
198 static void ZopfliCostModelSetFromLiteralCosts(ZopfliCostModel* self, in ZopfliCostModelSetFromLiteralCosts()
226 const ZopfliCostModel* self, uint16_t cmdcode) { in ZopfliCostModelGetCommandCost()
231 const ZopfliCostModel* self, size_t distcode) { in ZopfliCostModelGetDistanceCost()
236 const ZopfliCostModel* self, size_t from, size_t to) { in ZopfliCostModelGetLiteralCosts()
241 const ZopfliCostModel* self) { in ZopfliCostModelGetMinCostCmd()
[all …]
/third_party/node/deps/brotli/c/enc/
Dbackward_references_hq.c77 typedef struct ZopfliCostModel { struct
86 } ZopfliCostModel; argument
89 MemoryManager* m, ZopfliCostModel* self, const BrotliDistanceParams* dist, in InitZopfliCostModel()
98 static void CleanupZopfliCostModel(MemoryManager* m, ZopfliCostModel* self) { in CleanupZopfliCostModel()
135 static void ZopfliCostModelSetFromCommands(ZopfliCostModel* self, in ZopfliCostModelSetFromCommands()
198 static void ZopfliCostModelSetFromLiteralCosts(ZopfliCostModel* self, in ZopfliCostModelSetFromLiteralCosts()
226 const ZopfliCostModel* self, uint16_t cmdcode) { in ZopfliCostModelGetCommandCost()
231 const ZopfliCostModel* self, size_t distcode) { in ZopfliCostModelGetDistanceCost()
236 const ZopfliCostModel* self, size_t from, size_t to) { in ZopfliCostModelGetLiteralCosts()
241 const ZopfliCostModel* self) { in ZopfliCostModelGetMinCostCmd()
[all …]