Searched refs:literal_costs (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | backward_references_hq.c | 185 float* literal_costs = self->literal_costs_; local in function:ZopfliCostModelSetFromCommands 188 literal_costs[0] = 0.0; 192 literal_costs[i + 1] = literal_costs[i] + literal_carry; 193 literal_carry -= literal_costs[i + 1] - literal_costs[i]; 202 float* literal_costs = self->literal_costs_; local in function:ZopfliCostModelSetFromLiteralCosts 209 ringbuffer, &literal_costs[1]); 210 literal_costs[0] = 0.0; 212 literal_carry += literal_costs[ [all...] |
Completed in 3 milliseconds