Home
last modified time | relevance | path

Searched refs:NUM_PARTITIONS (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dhistogram_enc.c28 #define NUM_PARTITIONS 4 macro
30 #define BIN_SIZE (NUM_PARTITIONS * NUM_PARTITIONS * NUM_PARTITIONS)
443 return (int)((NUM_PARTITIONS - 1e-6) * delta / range); in GetBinIdForEntropy()
453 assert(bin_id < NUM_PARTITIONS); in GetHistoBinIndex()
455 bin_id = bin_id * NUM_PARTITIONS in GetHistoBinIndex()
457 bin_id = bin_id * NUM_PARTITIONS in GetHistoBinIndex()
940 const int entropy_combine_num_bins = low_effort ? NUM_PARTITIONS : BIN_SIZE; in VP8LGetHistoImageSymbols()