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

/external/srec/portable/src/
H A Dpmalloc.c114 #define BIN_SIZE 16384 /* 2 ^ BIN_BITS */ macro
116 #define __NUM_MEM_BINS(memPoolSize) (((memPoolSize)/BIN_SIZE) + 5) /* 5 = extra for roundoff */
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c29 #define BIN_SIZE (NUM_PARTITIONS * NUM_PARTITIONS * NUM_PARTITIONS) macro
419 assert(bin_id < BIN_SIZE);
489 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
532 for (bin_id = 0; bin_id < BIN_SIZE; ++bin_id) {
708 if (orig_histo->size > 2 * BIN_SIZE && quality < 90) {
709 const int bin_map_size = bin_depth * BIN_SIZE;
/external/webp/src/enc/
H A Dhistogram.c29 #define BIN_SIZE (NUM_PARTITIONS * NUM_PARTITIONS * NUM_PARTITIONS) macro
419 assert(bin_id < BIN_SIZE);
489 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
532 for (bin_id = 0; bin_id < BIN_SIZE; ++bin_id) {
708 if (orig_histo->size > 2 * BIN_SIZE && quality < 90) {
709 const int bin_map_size = bin_depth * BIN_SIZE;

Completed in 4947 milliseconds