| /third_party/ffmpeg/libavformat/ |
| H A D | dvbsub.c | 38 uint8_t histogram[6] = {0}; in dvbsub_probe() local
|
| /third_party/mesa3d/src/amd/vulkan/radix_sort/ |
| H A D | target.h | 37 } histogram; member
|
| H A D | radix_sort_vk.h | 100 VkPipelineLayout histogram; member 109 VkPipeline histogram; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_volumedetect.c | 33 uint64_t histogram[0x10001]; member [all...] |
| H A D | vf_entropy.c | 42 int64_t *histogram; member [all...] |
| H A D | af_replaygain.c | 309 uint32_t histogram[HISTOGRAM_SLOTS]; member 530 static float calc_replaygain(uint32_t *histogram) in calc_replaygain() argument
|
| H A D | vf_midequalizer.c | 36 float *histogram[2]; member 130 compute_histogram8(const uint8_t *src, ptrdiff_t linesize, int w, int h, float *histogram, size_t hsize) compute_histogram8() argument 151 compute_histogram16(const uint16_t *src, ptrdiff_t linesize, int w, int h, float *histogram, size_t hsize) compute_histogram16() argument [all...] |
| H A D | vf_thumbnail.c | 39 int histogram[HIST_SIZE]; ///< RGB color distribution histogram of the frame member [all...] |
| H A D | vf_deflicker.c | 60 uint64_t *histogram; member [all...] |
| H A D | vf_tmidequalizer.c | 46 float *histogram[4][256]; member 285 compute_histogram8(const uint8_t *src, ptrdiff_t linesize, int w, int h, float *histogram, size_t hsize) compute_histogram8() argument 303 compute_histogram16(const uint8_t *ssrc, ptrdiff_t linesize, int w, int h, float *histogram, size_t hsize) compute_histogram16() argument [all...] |
| H A D | vf_thumbnail_cuda.c | 52 int histogram[HIST_SIZE]; ///< RGB color distribution histogram of the frame member 159 thumbnail_kernel(AVFilterContext *ctx, CUfunction func, int channels, int *histogram, uint8_t *src_dptr, int src_width, int src_height, int src_pitch, int pixel_size) thumbnail_kernel() argument 199 thumbnail(AVFilterContext *ctx, int *histogram, AVFrame *in) thumbnail() argument [all...] |
| /third_party/node/src/ |
| H A D | histogram.h | 78 const std::shared_ptr<Histogram>& histogram() const { return histogram_; } in histogram() function in node::HistogramImpl 146 explicit HistogramTransferData(const HistogramBase* histogram) in HistogramTransferData() argument 149 explicit HistogramTransferData(std::shared_ptr<Histogram> histogram) in HistogramTransferData() argument
|
| H A D | node_perf.cc | 243 BaseObjectPtr<IntervalHistogram> histogram = in CreateELDHistogram() local
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | literal_cost.c | 61 size_t histogram[3][256] = { { 0 } }; in EstimateBitCostsForLiteralsUTF8() local 133 size_t histogram[256] = { 0 }; in BrotliEstimateBitCostsForLiterals() local [all...] |
| H A D | bit_cost_inc.h | 12 double FN(BrotliPopulationCost)(const HistogramType* histogram) { in BrotliPopulationCost() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
| H A D | HistogramWriter.cpp | 95 const proto::Histogram &histogram = histogramSet.histograms(histogramIndex); in getAsJSON() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | literal_cost.c | 61 size_t histogram[3][256] = { { 0 } }; in EstimateBitCostsForLiteralsUTF8() local 133 size_t histogram[256] = { 0 }; in BrotliEstimateBitCostsForLiterals() local [all...] |
| H A D | bit_cost_inc.h | 12 double FN(BrotliPopulationCost)(const HistogramType* histogram) { in BrotliPopulationCost() argument [all...] |
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
| H A D | Checker.java | 28 private int[] histogram; field in Checker
|
| /third_party/node/deps/v8/src/logging/ |
| H A D | counters-scopes.h | 17 explicit BaseTimedHistogramScope(TimedHistogram* histogram) in BaseTimedHistogramScope() argument 56 explicit TimedHistogramScope(TimedHistogram* histogram, in TimedHistogramScope() argument 81 OptionalTimedHistogramScope(TimedHistogram* histogram, Isolate* isolate, in OptionalTimedHistogramScope() argument 113 void set_histogram(TimedHistogram* histogram) { in set_histogram() argument 122 NestedTimedHistogramScope(NestedTimedHistogram* histogram, Isolate* isolate = nullptr) NestedTimedHistogramScope() argument 193 PauseNestedTimedHistogramScope(NestedTimedHistogram* histogram) PauseNestedTimedHistogramScope() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | huffman_encode_utils.c | 165 static void GenerateOptimalTree(const uint32_t* const histogram, in GenerateOptimalTree() argument 406 void VP8LCreateHuffmanTree(uint32_t* const histogram, int tree_depth_limit, in VP8LCreateHuffmanTree() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/ |
| H A D | run_perf_tests.py | 35 from tracing.value import histogram namespace
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | process_angle_perf_results.py | 49 from tracing.value import histogram namespace
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | gif.c | 141 int histogram[AVPALETTE_COUNT] = {0}; in pick_palette_entry() local
|
| H A D | zmbvenc.c | 93 uint16_t histogram[256] = {0}; in block_cmp() local
|