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)
536 return (int)((NUM_PARTITIONS - 1e-6) * delta / range); in GetBinIdForEntropy()
546 assert(bin_id < NUM_PARTITIONS); in GetHistoBinIndex()
548 bin_id = bin_id * NUM_PARTITIONS in GetHistoBinIndex()
550 bin_id = bin_id * NUM_PARTITIONS in GetHistoBinIndex()
1187 const int entropy_combine_num_bins = low_effort ? NUM_PARTITIONS : BIN_SIZE; in VP8LGetHistoImageSymbols()