Lines Matching refs:ZopfliCostModel
75 typedef struct ZopfliCostModel { struct
84 } ZopfliCostModel; argument
87 MemoryManager* m, ZopfliCostModel* self, const BrotliDistanceParams* dist, in InitZopfliCostModel()
100 static void CleanupZopfliCostModel(MemoryManager* m, ZopfliCostModel* self) { in CleanupZopfliCostModel()
137 static void ZopfliCostModelSetFromCommands(ZopfliCostModel* self, in ZopfliCostModelSetFromCommands()
200 static void ZopfliCostModelSetFromLiteralCosts(ZopfliCostModel* self, in ZopfliCostModelSetFromLiteralCosts()
228 const ZopfliCostModel* self, uint16_t cmdcode) { in ZopfliCostModelGetCommandCost()
233 const ZopfliCostModel* self, size_t distcode) { in ZopfliCostModelGetDistanceCost()
238 const ZopfliCostModel* self, size_t from, size_t to) { in ZopfliCostModelGetLiteralCosts()
243 const ZopfliCostModel* self) { in ZopfliCostModelGetMinCostCmd()
386 const ZopfliCostModel* model, StartPosQueue* queue, ZopfliNode* nodes) { in EvaluateNode()
409 const BackwardMatch* matches, const ZopfliCostModel* model, in UpdateNodes()
614 const ZopfliCostModel* model, const uint32_t* num_matches, in ZopfliIterate()
657 ZopfliCostModel model; in BrotliZopfliComputeShortestPath()
745 ZopfliCostModel model; in BrotliCreateHqZopfliBackwardReferences()