Home
last modified time | relevance | path

Searched defs:hist (Results 1 – 25 of 53) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/spirv-tools/tools/stats/
Dstats_analyzer.cpp59 const std::unordered_map<Key, uint32_t>& hist, uint64_t total) { in GetRecall()
71 const std::unordered_map<Key, uint32_t>& hist) { in GetPrevalence()
109 void WriteHist(std::ostream& out, const std::unordered_map<Key, uint32_t>& hist, in WriteHist()
215 const std::unordered_map<uint32_t, uint32_t>& hist = kv.second; in WriteOpcodeMarkov() local
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dhuffman_codec.cpp32 static const std::map<std::string, uint32_t> hist = { in GetTestSet() local
191 const std::map<uint32_t, uint32_t> hist = { {1, 10}, {2, 5}, {3, 15} }; in TEST() local
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.c223 histogram *hist = malloc (sizeof (hist[0])); in pam_acolorhashtoacolorhist() local
271 pam_freeacolorhist (histogram * hist) in pam_freeacolorhist()
Dviter.c70 viter_do_iteration (histogram * hist, colormap * const map, in viter_do_iteration()
Dmediancut.c342 unsigned int boxes, const histogram * hist) in total_box_error_below_target()
376 mediancut (histogram * hist, const float min_opaque_val, unsigned int newcolors, in mediancut()
Dlibimagequant.c898 histogram *hist; in liq_quantize_image() local
1427 remove_fixed_colors_from_histogram (histogram * hist, in remove_fixed_colors_from_histogram()
1468 histogram *hist; in get_histogram() local
1750 find_best_palette (histogram * hist, const liq_attr * options, in find_best_palette()
1849 pngquant_quantize (histogram * hist, const liq_attr * options, in pngquant_quantize()
/third_party/ffmpeg/libavcodec/
Dra288.c146 float *hist, float *out2, const float *window) in do_hybrid_window()
175 float *hist, float *rec, const float *window, in backward_filter()
Dtwinvqdec.c217 float *hist = tctx->bark_hist[ftype][ch]; in dec_bark_env() local
/third_party/ffmpeg/libavfilter/
Dvf_palettegen.c265 static struct color_ref **load_color_refs(const struct hist_node *hist, int nb_refs) in load_color_refs()
408 static int color_inc(struct hist_node *hist, uint32_t color) in color_inc()
435 static int update_histogram_diff(struct hist_node *hist, in update_histogram_diff()
459 static int update_histogram_frame(struct hist_node *hist, const AVFrame *f) in update_histogram_frame()
Dvf_thumbnail.c83 static double frame_sum_square_err(const int *hist, const double *median) in frame_sum_square_err()
141 int *hist = s->frames[s->n].histogram; in filter_frame() local
Dvf_thumbnail_cuda.c105 static double frame_sum_square_err(const int *hist, const double *median) in frame_sum_square_err()
253 int *hist = s->frames[s->n].histogram; in filter_frame() local
/third_party/ltp/testcases/realtime/lib/
Dlibstats.c260 int stats_hist(stats_container_t * hist, stats_container_t * data) in stats_hist()
300 void stats_hist_print(stats_container_t * hist) in stats_hist_print()
/third_party/ltp/testcases/realtime/func/async_handler/
Dasync_handler.c119 stats_container_t hist; in signal_thread() local
Dasync_handler_tsc.c135 stats_container_t hist; in signal_thread() local
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c177 stats_container_t hist; in main() local
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
Dpthread_kill_latency.c120 stats_container_t hist; in signal_receiving_thread() local
/third_party/ltp/testcases/realtime/func/gtod_latency/
Dgtod_latency.c234 stats_container_t hist; in main() local
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
Dperiodic_cpu_load_single.c89 stats_container_t hist; in periodic_thread() local
/third_party/ltp/testcases/realtime/func/sched_latency/
Dsched_latency.c75 stats_container_t hist; variable
/third_party/ffmpeg/tools/
Dprobetest.c149 unsigned hist = 0; in main() local
/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/
Dstats_analyzer_test.cpp152 auto& hist = stats.opcode_markov_hist[0]; in TEST() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhuffman_codec.h46 explicit HuffmanCodec(const std::map<Val, uint32_t>& hist) { in HuffmanCodec()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dspirv_stats.cpp107 auto& hist = (*step_it)[inst_it->opcode()]; in ProcessOpcode() local
/third_party/libdrm/tests/tegra/
Dvic30.c47 } hist; member
/third_party/ltp/testcases/cve/
Dmeltdown.c147 static int hist[BITS_BY_READ]; variable

123