Home
last modified time | relevance | path

Searched refs:maxsf (Results 1 – 25 of 79) sorted by relevance

1234

/dports/biology/clustal-omega/clustal-omega-1.2.4/src/clustal/
H A Dktuple_pair.c229 if (!*maxsf) { in put_frag()
230 *maxsf=1; in put_frag()
235 if (fs >= accum[0][*maxsf]) { in put_frag()
236 accum[4][curr_frag]=*maxsf; in put_frag()
237 *maxsf=curr_frag; in put_frag()
240 *next=*maxsf; in put_frag()
499 curr_frag=*maxsf=0; in pair_align()
531 next=*maxsf; in pair_align()
635 int maxsf; in KTuplePairDist() local
773 if (!maxsf) { in KTuplePairDist()
[all …]
/dports/astro/siril/siril/src/rt/
H A DLUT.h94 float maxsf; variable
131 maxsf = (float)maxs;
164 maxsf = (float)maxs; in operator()
245 this->maxsf = (float)this->maxs;
444 } else if (index > maxsf) {
471 } else if (index > maxsf) { in getVal01()
509 maxsf = 0.f; in reset()
619 maxsf = (float)maxs;
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A DLUT.h94 float maxsf; variable
131 maxsf = (float)maxs;
164 maxsf = (float)maxs; in operator()
245 this->maxsf = (float)this->maxs;
444 } else if (index > maxsf) {
471 } else if (index > maxsf) { in getVal01()
509 maxsf = 0.f; in reset()
619 maxsf = (float)maxs;
/dports/graphics/art/ART-1.9.3/rtengine/
H A DLUT.h97 float maxsf; variable
134 maxsf = (float)maxs;
167 maxsf = (float)maxs; in operator()
248 this->maxsf = (float)this->maxs;
447 } else if (index > maxsf) {
474 } else if (index > maxsf) { in getVal01()
532 maxsf = 0.f; in reset()
642 maxsf = (float)maxs;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A DLUT.h100 float maxsf; variable
134 maxsf = (float)maxs;
163 maxsf = (float)maxs; in operator()
228 this->maxsf = (float)this->maxs;
457 } else if (index > maxsf || std::isinf(index)) {
485 } else if (index > maxsf) { in getVal01()
651 maxsf = (float)maxs;
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dresample2.c146 double maxff=-2, minff=2, maxsf=-2, minsf=2; in av_build_filter()
166 maxsf= FFMAX(maxsf, sf); in av_build_filter()
169 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in av_build_filter()
171 maxff=maxsf= -2; in av_build_filter()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daaccoder_twoloop.h80 int maxsf[128], minsf[128]; in search_for_quantizers_twoloop() local
361 for (i = 0; i < sizeof(maxsf) / sizeof(maxsf[0]); ++i) in search_for_quantizers_twoloop()
362 maxsf[i] = SCALE_MAX_POS; in search_for_quantizers_twoloop()
424 int maxsf_i = (tbits > 5800) ? SCALE_MAX_POS : maxsf[i]; in search_for_quantizers_twoloop()
621 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g]-1, maxsf[w*16+g]); in search_for_quantizers_twoloop()
630 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
656 … } else if (tbits > toofewbits && sce->sf_idx[w*16+g] < FFMIN(maxdeltasf, maxsf[w*16+g]) in search_for_quantizers_twoloop()
692 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daaccoder_twoloop.h80 int maxsf[128], minsf[128]; in search_for_quantizers_twoloop() local
361 for (i = 0; i < sizeof(maxsf) / sizeof(maxsf[0]); ++i) in search_for_quantizers_twoloop()
362 maxsf[i] = SCALE_MAX_POS; in search_for_quantizers_twoloop()
424 int maxsf_i = (tbits > 5800) ? SCALE_MAX_POS : maxsf[i]; in search_for_quantizers_twoloop()
621 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g]-1, maxsf[w*16+g]); in search_for_quantizers_twoloop()
630 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
656 … } else if (tbits > toofewbits && sce->sf_idx[w*16+g] < FFMIN(maxdeltasf, maxsf[w*16+g]) in search_for_quantizers_twoloop()
692 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daaccoder_twoloop.h80 int maxsf[128], minsf[128]; in search_for_quantizers_twoloop() local
361 for (i = 0; i < sizeof(maxsf) / sizeof(maxsf[0]); ++i) in search_for_quantizers_twoloop()
362 maxsf[i] = SCALE_MAX_POS; in search_for_quantizers_twoloop()
424 int maxsf_i = (tbits > 5800) ? SCALE_MAX_POS : maxsf[i]; in search_for_quantizers_twoloop()
621 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g]-1, maxsf[w*16+g]); in search_for_quantizers_twoloop()
630 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
656 … } else if (tbits > toofewbits && sce->sf_idx[w*16+g] < FFMIN(maxdeltasf, maxsf[w*16+g]) in search_for_quantizers_twoloop()
692 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daaccoder_twoloop.h80 int maxsf[128], minsf[128]; in search_for_quantizers_twoloop() local
361 for (i = 0; i < sizeof(maxsf) / sizeof(maxsf[0]); ++i) in search_for_quantizers_twoloop()
362 maxsf[i] = SCALE_MAX_POS; in search_for_quantizers_twoloop()
424 int maxsf_i = (tbits > 5800) ? SCALE_MAX_POS : maxsf[i]; in search_for_quantizers_twoloop()
621 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g]-1, maxsf[w*16+g]); in search_for_quantizers_twoloop()
630 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
656 … } else if (tbits > toofewbits && sce->sf_idx[w*16+g] < FFMIN(maxdeltasf, maxsf[w*16+g]) in search_for_quantizers_twoloop()
692 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daaccoder_twoloop.h80 int maxsf[128], minsf[128]; in search_for_quantizers_twoloop() local
361 for (i = 0; i < sizeof(maxsf) / sizeof(maxsf[0]); ++i) in search_for_quantizers_twoloop()
362 maxsf[i] = SCALE_MAX_POS; in search_for_quantizers_twoloop()
424 int maxsf_i = (tbits > 5800) ? SCALE_MAX_POS : maxsf[i]; in search_for_quantizers_twoloop()
621 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g]-1, maxsf[w*16+g]); in search_for_quantizers_twoloop()
630 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
656 … } else if (tbits > toofewbits && sce->sf_idx[w*16+g] < FFMIN(maxdeltasf, maxsf[w*16+g]) in search_for_quantizers_twoloop()
692 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
/dports/graphics/librtprocess/librtprocess-0.11.0/src/include/
H A DLUT.h92 float maxsf; variable
129 maxsf = (float)maxs;
162 maxsf = (float)maxs; in operator()
241 this->maxsf = (float)this->maxs;
466 } else if (index > maxsf) { in getVal01()
504 maxsf = 0.f; in reset()
614 maxsf = (float)maxs;
/dports/astro/siril/siril/subprojects/librtprocess/src/include/
H A DLUT.h92 float maxsf; variable
121 maxsf = (float)maxs;
145 maxsf = (float)maxs; in operator()
224 this->maxsf = (float)this->maxs;
449 } else if (index > maxsf) { in getVal01()
487 maxsf = 0.f; in reset()
597 maxsf = (float)maxs;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/include/
H A DLUT.h92 float maxsf; variable
129 maxsf = (float)maxs;
162 maxsf = (float)maxs; in operator()
241 this->maxsf = (float)this->maxs;
466 } else if (index > maxsf) { in getVal01()
504 maxsf = 0.f; in reset()
614 maxsf = (float)maxs;
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dresample2.c157 double maxff=-2, minff=2, maxsf=-2, minsf=2; in build_filter()
177 maxsf= FFMAX(maxsf, sf); in build_filter()
180 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in build_filter()
182 maxff=maxsf= -2; in build_filter()
/dports/audio/chromaprint/chromaprint-v1.5.0/src/avresample/
H A Dresample2.c154 double maxff=-2, minff=2, maxsf=-2, minsf=2; in build_filter()
174 maxsf= FFMAX(maxsf, sf); in build_filter()
177 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in build_filter()
179 maxff=maxsf= -2; in build_filter()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dresample2.c157 double maxff=-2, minff=2, maxsf=-2, minsf=2; in build_filter()
177 maxsf= FFMAX(maxsf, sf); in build_filter()
180 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in build_filter()
182 maxff=maxsf= -2; in build_filter()
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Dresample2.c157 double maxff=-2, minff=2, maxsf=-2, minsf=2; in build_filter()
177 maxsf= FFMAX(maxsf, sf); in build_filter()
180 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in build_filter()
182 maxff=maxsf= -2; in build_filter()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dresample2.c157 double maxff=-2, minff=2, maxsf=-2, minsf=2;
177 maxsf= FFMAX(maxsf, sf);
180 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf);
182 maxff=maxsf= -2;
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libswresample/
H A Dresample.c145 double maxff=-2, minff=2, maxsf=-2, minsf=2; in build_filter()
165 maxsf= FFMAX(maxsf, sf); in build_filter()
168 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in build_filter()
170 maxff=maxsf= -2; in build_filter()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libswresample/
H A Dresample.c145 double maxff=-2, minff=2, maxsf=-2, minsf=2; in build_filter()
165 maxsf= FFMAX(maxsf, sf); in build_filter()
168 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in build_filter()
170 maxff=maxsf= -2; in build_filter()
/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/
H A Dvbrquantize.c403 uint8_t maxsf = 0; in block_sf() local
450 if (maxsf < m2) { in block_sf()
451 maxsf = m2; in block_sf()
459 maxsf = 255; in block_sf()
463 if (maxsf < m1) { in block_sf()
464 maxsf = m1; in block_sf()
466 m2 = maxsf; in block_sf()
473 vbrsf[sfb] = maxsf; in block_sf()
477 maxsf = m_o; in block_sf()
484 return maxsf; in block_sf()
/dports/audio/lame/lame-3.100/libmp3lame/
H A Dvbrquantize.c403 uint8_t maxsf = 0; in block_sf() local
450 if (maxsf < m2) { in block_sf()
451 maxsf = m2; in block_sf()
459 maxsf = 255; in block_sf()
463 if (maxsf < m1) { in block_sf()
464 maxsf = m1; in block_sf()
466 m2 = maxsf; in block_sf()
473 vbrsf[sfb] = maxsf; in block_sf()
477 maxsf = m_o; in block_sf()
484 return maxsf; in block_sf()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/
H A Dvbrquantize.c403 uint8_t maxsf = 0; in block_sf() local
450 if (maxsf < m2) { in block_sf()
451 maxsf = m2; in block_sf()
459 maxsf = 255; in block_sf()
463 if (maxsf < m1) { in block_sf()
464 maxsf = m1; in block_sf()
466 m2 = maxsf; in block_sf()
473 vbrsf[sfb] = maxsf; in block_sf()
477 maxsf = m_o; in block_sf()
484 return maxsf; in block_sf()
/dports/multimedia/handbrake/ffmpeg-4.4/libswresample/
H A Dresample.c241 double maxff=-2, minff=2, maxsf=-2, minsf=2; in build_filter()
261 maxsf= FFMAX(maxsf, sf); in build_filter()
264 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in build_filter()
266 maxff=maxsf= -2; in build_filter()

1234