Searched refs:histogram_size (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_histogram.c | 38 int histogram_size; member 212 s->histogram_size = 1 << s->desc->comp[0].depth; in config_input() 213 s->mult = s->histogram_size / 256; in config_input() 232 s->start[1] = s->start[2] = s->histogram_size / 2; in config_input() 268 outlink->h = s->histogram_size * FFMAX(ncomp * (s->display_mode == 2), 1); in config_output() 270 outlink->w = s->histogram_size * FFMAX(ncomp * (s->display_mode == 1), 1); in config_output() 302 if (s->histogram_size <= 256) { in filter_frame() 321 const int max_value = s->histogram_size - 1 - s->start[p]; in filter_frame() 331 starty = m * s->histogram_size * (s->display_mode == 2); in filter_frame() 334 startx = m * s->histogram_size * (s->display_mode == 1); in filter_frame() [all …]
|
D | vf_midequalizer.c | 35 int histogram_size; member 116 … s->width[0][p] * (1 + (s->histogram_size > 256)), s->height[0][p]); in process_frame() 127 s->cchange, s->histogram_size); in process_frame() 262 s->histogram_size = 1 << desc->comp[0].depth; in config_input0() 264 s->histogram[0] = av_calloc(s->histogram_size, sizeof(float)); in config_input0() 265 s->histogram[1] = av_calloc(s->histogram_size, sizeof(float)); in config_input0() 266 s->cchange = av_calloc(s->histogram_size, sizeof(unsigned)); in config_input0() 270 if (s->histogram_size == 256) { in config_input0()
|
D | af_adeclick.c | 45 int histogram_size; member 412 av_fast_malloc(&c->histogram, &c->histogram_size, s->nb_hbins * sizeof(*c->histogram)); in detect_clips() 729 c->histogram_size = 0; in uninit()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | huffman_encode_utils.c | 166 int histogram_size, in GenerateOptimalTree() argument 174 for (i = 0; i < histogram_size; ++i) { in GenerateOptimalTree() 197 for (j = 0; j < histogram_size; ++j) { in GenerateOptimalTree() 246 for (j = 1; j < histogram_size; ++j) { in GenerateOptimalTree()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | huffman_encode_utils.c | 166 int histogram_size, in GenerateOptimalTree() argument 174 for (i = 0; i < histogram_size; ++i) { in GenerateOptimalTree() 197 for (j = 0; j < histogram_size; ++j) { in GenerateOptimalTree() 246 for (j = 1; j < histogram_size; ++j) { in GenerateOptimalTree()
|
/third_party/node/deps/brotli/c/enc/ |
D | backward_references_hq.c | 103 static void SetCost(const uint32_t* histogram, size_t histogram_size, in SetCost() argument 110 for (i = 0; i < histogram_size; i++) { in SetCost() 116 for (i = 0; i < histogram_size; i++) { in SetCost() 121 for (i = 0; i < histogram_size; i++) { in SetCost()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | backward_references_hq.c | 103 static void SetCost(const uint32_t* histogram, size_t histogram_size, in SetCost() argument 110 for (i = 0; i < histogram_size; i++) { in SetCost() 116 for (i = 0; i < histogram_size; i++) { in SetCost() 121 for (i = 0; i < histogram_size; i++) { in SetCost()
|
/third_party/boost/boost/polygon/detail/ |
D | scan_arbitrary.hpp | 100 std::size_t histogram_size = std::distance(begin, end); in compute_y_cuts() local 102 if(position < histogram_size / 3) in compute_y_cuts() 104 if(histogram_size - position < histogram_size / 3) break; in compute_y_cuts()
|