Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c29 #define BIN_SIZE (NUM_PARTITIONS * NUM_PARTITIONS * NUM_PARTITIONS) macro
411 assert(bin_id < BIN_SIZE); in GetHistoBinIndex()
482 assert(bin_offset + num_histos < bin_depth * BIN_SIZE); in HistogramAnalyzeEntropyBin()
875 const int entropy_combine_num_bins = low_effort ? NUM_PARTITIONS : BIN_SIZE; in VP8LGetHistoImageSymbols()