Searched refs:VP8LBitsEntropy (Results 1 – 3 of 3) sorted by relevance
112 double VP8LBitsEntropy(const uint32_t* const array, int n,
194 double VP8LBitsEntropy(const uint32_t* const array, int n, in VP8LBitsEntropy() function
288 entropy_comp[j] = VP8LBitsEntropy(&histo[j * 256], 256, NULL); in AnalyzeEntropy()