Home
last modified time | relevance | path

Searched refs:current_badness (Results 1 – 25 of 26) sorted by relevance

12

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_photosensitivity.c220 int this_badness, current_badness, fixed_badness, new_badness, i, res; in filter_frame() local
232 current_badness = 0; in filter_frame()
234 current_badness += i * s->history[(s->history_pos + i) % s->nb_frames]; in filter_frame()
235 current_badness /= s->nb_frames; in filter_frame()
239 new_badness = current_badness + this_badness; in filter_frame()
241 current_badness, new_badness, s->badness_threshold, in filter_frame()
252 factor = (float)(s->badness_threshold - current_badness) / (new_badness - current_badness); in filter_frame()
266 fixed_badness = current_badness + this_badness; in filter_frame()
268 current_badness, fixed_badness, s->badness_threshold, in filter_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_photosensitivity.c220 int this_badness, current_badness, fixed_badness, new_badness, i, res; in filter_frame() local
232 current_badness = 0; in filter_frame()
234 current_badness += i * s->history[(s->history_pos + i) % s->nb_frames]; in filter_frame()
235 current_badness /= s->nb_frames; in filter_frame()
239 new_badness = current_badness + this_badness; in filter_frame()
241 current_badness, new_badness, s->badness_threshold, in filter_frame()
252 factor = (float)(s->badness_threshold - current_badness) / (new_badness - current_badness); in filter_frame()
266 fixed_badness = current_badness + this_badness; in filter_frame()
268 current_badness, fixed_badness, s->badness_threshold, in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_photosensitivity.c220 int this_badness, current_badness, fixed_badness, new_badness, i, res; in filter_frame() local
232 current_badness = 0; in filter_frame()
234 current_badness += i * s->history[(s->history_pos + i) % s->nb_frames]; in filter_frame()
235 current_badness /= s->nb_frames; in filter_frame()
239 new_badness = current_badness + this_badness; in filter_frame()
241 current_badness, new_badness, s->badness_threshold, in filter_frame()
252 factor = (float)(s->badness_threshold - current_badness) / (new_badness - current_badness); in filter_frame()
266 fixed_badness = current_badness + this_badness; in filter_frame()
268 current_badness, fixed_badness, s->badness_threshold, in filter_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_photosensitivity.c220 int this_badness, current_badness, fixed_badness, new_badness, i, res; in filter_frame() local
232 current_badness = 0; in filter_frame()
234 current_badness += i * s->history[(s->history_pos + i) % s->nb_frames]; in filter_frame()
235 current_badness /= s->nb_frames; in filter_frame()
239 new_badness = current_badness + this_badness; in filter_frame()
241 current_badness, new_badness, s->badness_threshold, in filter_frame()
252 factor = (float)(s->badness_threshold - current_badness) / (new_badness - current_badness); in filter_frame()
266 fixed_badness = current_badness + this_badness; in filter_frame()
268 current_badness, fixed_badness, s->badness_threshold, in filter_frame()
/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_2/
H A DRefine_faces.h92 Mesh_2::Face_badness current_badness; variable
160 current_badness = is_bad(bad_faces.front()->first); in get_next_element_impl()
187 previous.set_imperative_refinement(current_badness == in before_conflicts_impl()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-inline.c1878 sreal current_badness; in inline_small_functions() local
1919 current_badness = edge_badness (edge, false); in inline_small_functions()
1920 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1921 gcc_assert (current_badness >= badness); in inline_small_functions()
1924 current_badness = edge_badness (edge, false); in inline_small_functions()
1926 current_badness = edge_badness (edge, false); in inline_small_functions()
1928 if (current_badness != badness) in inline_small_functions()
1930 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1932 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1936 badness = current_badness; in inline_small_functions()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dipa-inline.c1899 sreal current_badness; in inline_small_functions() local
1941 current_badness = edge_badness (edge, false); in inline_small_functions()
1942 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1943 gcc_assert (current_badness >= badness); in inline_small_functions()
1946 current_badness = edge_badness (edge, false); in inline_small_functions()
1948 current_badness = edge_badness (edge, false); in inline_small_functions()
1950 if (current_badness != badness) in inline_small_functions()
1952 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1954 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1958 badness = current_badness; in inline_small_functions()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dipa-inline.c1878 sreal current_badness; in inline_small_functions() local
1919 current_badness = edge_badness (edge, false); in inline_small_functions()
1920 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1921 gcc_assert (current_badness >= badness); in inline_small_functions()
1924 current_badness = edge_badness (edge, false); in inline_small_functions()
1926 current_badness = edge_badness (edge, false); in inline_small_functions()
1928 if (current_badness != badness) in inline_small_functions()
1930 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1932 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1936 badness = current_badness; in inline_small_functions()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-inline.c1878 sreal current_badness; in inline_small_functions() local
1919 current_badness = edge_badness (edge, false); in inline_small_functions()
1920 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1921 gcc_assert (current_badness >= badness); in inline_small_functions()
1924 current_badness = edge_badness (edge, false); in inline_small_functions()
1926 current_badness = edge_badness (edge, false); in inline_small_functions()
1928 if (current_badness != badness) in inline_small_functions()
1930 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1932 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1936 badness = current_badness; in inline_small_functions()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dipa-inline.c1878 sreal current_badness; in inline_small_functions() local
1919 current_badness = edge_badness (edge, false); in inline_small_functions()
1920 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1921 gcc_assert (current_badness >= badness); in inline_small_functions()
1924 current_badness = edge_badness (edge, false); in inline_small_functions()
1926 current_badness = edge_badness (edge, false); in inline_small_functions()
1928 if (current_badness != badness) in inline_small_functions()
1930 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1932 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1936 badness = current_badness; in inline_small_functions()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-inline.c1878 sreal current_badness; in inline_small_functions() local
1919 current_badness = edge_badness (edge, false); in inline_small_functions()
1920 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1921 gcc_assert (current_badness >= badness); in inline_small_functions()
1924 current_badness = edge_badness (edge, false); in inline_small_functions()
1926 current_badness = edge_badness (edge, false); in inline_small_functions()
1928 if (current_badness != badness) in inline_small_functions()
1930 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1932 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1936 badness = current_badness; in inline_small_functions()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dipa-inline.c1899 sreal current_badness; in inline_small_functions() local
1941 current_badness = edge_badness (edge, false); in inline_small_functions()
1942 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1943 gcc_assert (current_badness >= badness); in inline_small_functions()
1946 current_badness = edge_badness (edge, false); in inline_small_functions()
1948 current_badness = edge_badness (edge, false); in inline_small_functions()
1950 if (current_badness != badness) in inline_small_functions()
1952 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1954 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1958 badness = current_badness; in inline_small_functions()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dipa-inline.c1899 sreal current_badness; in inline_small_functions() local
1941 current_badness = edge_badness (edge, false); in inline_small_functions()
1942 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1943 gcc_assert (current_badness >= badness); in inline_small_functions()
1946 current_badness = edge_badness (edge, false); in inline_small_functions()
1948 current_badness = edge_badness (edge, false); in inline_small_functions()
1950 if (current_badness != badness) in inline_small_functions()
1952 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1954 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1958 badness = current_badness; in inline_small_functions()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dipa-inline.c1878 sreal current_badness; in inline_small_functions() local
1919 current_badness = edge_badness (edge, false); in inline_small_functions()
1920 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1921 gcc_assert (current_badness >= badness); in inline_small_functions()
1924 current_badness = edge_badness (edge, false); in inline_small_functions()
1926 current_badness = edge_badness (edge, false); in inline_small_functions()
1928 if (current_badness != badness) in inline_small_functions()
1930 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1932 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1936 badness = current_badness; in inline_small_functions()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dipa-inline.c1858 sreal current_badness; in inline_small_functions() local
1894 current_badness = edge_badness (edge, false); in inline_small_functions()
1897 gcc_assert (max_count || cached_badness == current_badness); in inline_small_functions()
1898 gcc_assert (current_badness >= badness); in inline_small_functions()
1900 current_badness = edge_badness (edge, false); in inline_small_functions()
1902 if (current_badness != badness) in inline_small_functions()
1904 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1906 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1910 badness = current_badness; in inline_small_functions()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dipa-inline.c1858 sreal current_badness; in inline_small_functions() local
1894 current_badness = edge_badness (edge, false); in inline_small_functions()
1897 gcc_assert (max_count || cached_badness == current_badness); in inline_small_functions()
1898 gcc_assert (current_badness >= badness); in inline_small_functions()
1900 current_badness = edge_badness (edge, false); in inline_small_functions()
1902 if (current_badness != badness) in inline_small_functions()
1904 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
1906 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
1910 badness = current_badness; in inline_small_functions()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dipa-inline.c1490 int current_badness; in inline_small_functions() local
1510 current_badness = edge_badness (edge, false); in inline_small_functions()
1511 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1512 gcc_assert (current_badness >= badness); in inline_small_functions()
1513 if (current_badness != badness) in inline_small_functions()
1515 edge->aux = fibheap_insert (edge_heap, current_badness, edge); in inline_small_functions()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dipa-inline.c1490 int current_badness; in inline_small_functions() local
1510 current_badness = edge_badness (edge, false); in inline_small_functions()
1511 gcc_assert (cached_badness == current_badness); in inline_small_functions()
1512 gcc_assert (current_badness >= badness); in inline_small_functions()
1513 if (current_badness != badness) in inline_small_functions()
1515 edge->aux = fibheap_insert (edge_heap, current_badness, edge); in inline_small_functions()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dipa-inline.c2027 sreal current_badness; in inline_small_functions() local
2071 current_badness = edge_badness (edge, false); in inline_small_functions()
2072 gcc_assert (cached_badness == current_badness); in inline_small_functions()
2073 gcc_assert (current_badness >= badness); in inline_small_functions()
2076 current_badness = edge_badness (edge, false); in inline_small_functions()
2077 if (current_badness != badness) in inline_small_functions()
2079 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
2081 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
2085 badness = current_badness; in inline_small_functions()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-inline.c2061 sreal current_badness; in inline_small_functions() local
2105 current_badness = edge_badness (edge, false); in inline_small_functions()
2106 gcc_assert (cached_badness == current_badness); in inline_small_functions()
2107 gcc_assert (current_badness >= badness); in inline_small_functions()
2110 current_badness = edge_badness (edge, false); in inline_small_functions()
2111 if (current_badness != badness) in inline_small_functions()
2113 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
2115 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
2119 badness = current_badness; in inline_small_functions()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dipa-inline.c2027 sreal current_badness; in inline_small_functions() local
2071 current_badness = edge_badness (edge, false); in inline_small_functions()
2072 gcc_assert (cached_badness == current_badness); in inline_small_functions()
2073 gcc_assert (current_badness >= badness); in inline_small_functions()
2076 current_badness = edge_badness (edge, false); in inline_small_functions()
2077 if (current_badness != badness) in inline_small_functions()
2079 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
2081 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
2085 badness = current_badness; in inline_small_functions()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-inline.c2061 sreal current_badness; in inline_small_functions() local
2105 current_badness = edge_badness (edge, false); in inline_small_functions()
2106 gcc_assert (cached_badness == current_badness); in inline_small_functions()
2107 gcc_assert (current_badness >= badness); in inline_small_functions()
2110 current_badness = edge_badness (edge, false); in inline_small_functions()
2111 if (current_badness != badness) in inline_small_functions()
2113 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
2115 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
2119 badness = current_badness; in inline_small_functions()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dipa-inline.c2027 sreal current_badness; in inline_small_functions() local
2071 current_badness = edge_badness (edge, false); in inline_small_functions()
2072 gcc_assert (cached_badness == current_badness); in inline_small_functions()
2073 gcc_assert (current_badness >= badness); in inline_small_functions()
2076 current_badness = edge_badness (edge, false); in inline_small_functions()
2077 if (current_badness != badness) in inline_small_functions()
2079 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
2081 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
2085 badness = current_badness; in inline_small_functions()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-inline.c2061 sreal current_badness; in inline_small_functions() local
2105 current_badness = edge_badness (edge, false); in inline_small_functions()
2106 gcc_assert (cached_badness == current_badness); in inline_small_functions()
2107 gcc_assert (current_badness >= badness); in inline_small_functions()
2110 current_badness = edge_badness (edge, false); in inline_small_functions()
2111 if (current_badness != badness) in inline_small_functions()
2113 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
2115 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
2119 badness = current_badness; in inline_small_functions()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dipa-inline.c2081 sreal current_badness; in inline_small_functions() local
2125 current_badness = edge_badness (edge, false); in inline_small_functions()
2126 gcc_assert (cached_badness == current_badness); in inline_small_functions()
2127 gcc_assert (current_badness >= badness); in inline_small_functions()
2130 current_badness = edge_badness (edge, false); in inline_small_functions()
2131 if (current_badness != badness) in inline_small_functions()
2133 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
2135 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
2139 badness = current_badness; in inline_small_functions()

12