Home
last modified time | relevance | path

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

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/voronoi/
H A Dgeneric_RVD_cell.cpp58 unsigned int nb_used = 0; in show_stats() local
65 nb_used++; in show_stats()
74 << " used=" << nb_used in show_stats()
/dports/emulators/hugo/hugo-2.12/
H A Dpce.c3273 unsigned nb_used[256], time_used[256]; variable
3301 time_used[vmode] = nb_used[vmode] = 0; in main()
3658 vmode, nb_used[vmode], time_used[vmode], in main()
3659 (nb_used[vmode] ? time_used[vmode] / nb_used[vmode] : 0)); in main()
3660 if (nb_used[vmode] >= timax) in main()
3663 timax = nb_used[vmode]; in main()
3668 inst_max, nb_used[inst_max], time_used[inst_max], in main()
3669 time_used[inst_max] / nb_used[inst_max]); in main()
/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/
H A DSum_of_weighted_features_classifier.h407 std::size_t nb_used = 0; variable
416 nb_used ++;
433 << nb_used + (feature_useful(current_feature_changed) ? 1 : 0)
574 std::size_t nb_used = 0; variable
588 << nb_used
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_paletteuse.c681 int *nb_used, in colormap_insert() argument
697 cur_id = (*nb_used)++; in colormap_insert()
714 node_left_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box1); in colormap_insert()
717 node_right_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box2); in colormap_insert()
734 int i, nb_used = 0; in load_colormap() local
767 colormap_insert(s->map, color_used, &nb_used, s->palette, s->trans_thresh, &box); in load_colormap()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_paletteuse.c676 int *nb_used, in colormap_insert() argument
692 cur_id = (*nb_used)++; in colormap_insert()
709 node_left_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box1); in colormap_insert()
712 node_right_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box2); in colormap_insert()
729 int i, nb_used = 0; in load_colormap() local
762 colormap_insert(s->map, color_used, &nb_used, s->palette, s->trans_thresh, &box); in load_colormap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c681 int *nb_used, in colormap_insert() argument
697 cur_id = (*nb_used)++; in colormap_insert()
714 node_left_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box1); in colormap_insert()
717 node_right_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box2); in colormap_insert()
734 int i, nb_used = 0; in load_colormap() local
767 colormap_insert(s->map, color_used, &nb_used, s->palette, s->trans_thresh, &box); in load_colormap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c675 int *nb_used, in colormap_insert() argument
691 cur_id = (*nb_used)++; in colormap_insert()
708 node_left_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box1); in colormap_insert()
711 node_right_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box2); in colormap_insert()
728 int i, nb_used = 0; in load_colormap() local
761 colormap_insert(s->map, color_used, &nb_used, s->palette, s->trans_thresh, &box); in load_colormap()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_paletteuse.c676 int *nb_used, in colormap_insert() argument
692 cur_id = (*nb_used)++; in colormap_insert()
709 node_left_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box1); in colormap_insert()
712 node_right_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box2); in colormap_insert()
729 int i, nb_used = 0; in load_colormap() local
762 colormap_insert(s->map, color_used, &nb_used, s->palette, s->trans_thresh, &box); in load_colormap()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dscene_manager.h490 u32 nb_used; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dscene_manager.h490 u32 nb_used; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scene_manager/
H A Dscene_stats.c134 else if (isUsed) ptr->nb_used += 1; in StatNode()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scene_manager/
H A Dscene_stats.c134 else if (isUsed) ptr->nb_used += 1; in StatNode()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/mp4box/
H A Dfiledump.c249 draw_count += ptr->nb_created + ptr->nb_used - ptr->nb_del; in dump_stats()
255 …n NbObjects=\"%d\" NbUse=\"%d\" NbDestroy=\"%d\"/>\n", ptr->nb_created, ptr->nb_used, ptr->nb_del); in dump_stats()
256 count += ptr->nb_created + ptr->nb_used; in dump_stats()
273 …n NbObjects=\"%d\" NbUse=\"%d\" NbDestroy=\"%d\"/>\n", ptr->nb_created, ptr->nb_used, ptr->nb_del); in dump_stats()
274 count += ptr->nb_created + ptr->nb_used; in dump_stats()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/mp4box/
H A Dfiledump.c249 draw_count += ptr->nb_created + ptr->nb_used - ptr->nb_del; in dump_stats()
255 …n NbObjects=\"%d\" NbUse=\"%d\" NbDestroy=\"%d\"/>\n", ptr->nb_created, ptr->nb_used, ptr->nb_del); in dump_stats()
256 count += ptr->nb_created + ptr->nb_used; in dump_stats()
273 …n NbObjects=\"%d\" NbUse=\"%d\" NbDestroy=\"%d\"/>\n", ptr->nb_created, ptr->nb_used, ptr->nb_del); in dump_stats()
274 count += ptr->nb_created + ptr->nb_used; in dump_stats()