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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dmetablock_inc.h108 double combined_entropy[2]; local in function:FN
116 combined_entropy[j] = BitsEntropy(
118 diff[j] = combined_entropy[j] - entropy - last_entropy[j];
146 last_entropy[0] = combined_entropy[1];
156 last_entropy[0] = combined_entropy[0];
H A Dmetablock.c419 double combined_entropy[2 * BROTLI_MAX_STATIC_CONTEXTS]; local in function:ContextBlockSplitterFinishBlock
434 combined_entropy[jx] = BitsEntropy(
436 diff[j] += combined_entropy[jx] - entropy[i] - last_entropy[jx];
471 last_entropy[i] = combined_entropy[num_contexts + i];
483 last_entropy[i] = combined_entropy[i];

Completed in 4 milliseconds