Searched refs:insert_cost (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter_inc.h70 double* insert_cost,
86 memset(insert_cost, 0, sizeof(insert_cost[0]) * data_size * num_histograms);
88 insert_cost[i] = FastLog2((uint32_t)histograms[i].total_count_);
93 insert_cost[i * num_histograms + j] =
94 insert_cost[j] - BitCost(histograms[j].data_[i]);
114 cost[k] += insert_cost[insert_cost_ix + k];
407 double* insert_cost = BROTLI_ALLOC(m, double, data_size * num_histograms); local in function:FN
414 BROTLI_IS_NULL(insert_cost) || BROTLI_IS_NULL(cost) ||
422 insert_cost, cos
[all...]

Completed in 2 milliseconds