Home
last modified time | relevance | path

Searched refs:bestSoFar (Results 1 – 25 of 103) sorted by relevance

12345

/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dbsearch.c296 int32 bestSoFar; local
535 int32 bestSoFar;
578 bestSoFar, searchRange) in FindBestMatchExhaust() argument
586 int32 bestSoFar;
608 bestDiff = bestSoFar;
616 bestDiff = bestSoFar;
709 int32 bestSoFar;
751 bestDiff = bestSoFar;
759 bestDiff = bestSoFar;
877 int32 bestSoFar;
[all …]
H A Dsubsample.c100 int32 bestSoFar;
149 if ( diff > bestSoFar ) {
164 if ( diff > bestSoFar ) {
179 if ( diff > bestSoFar ) {
194 if ( diff > bestSoFar ) {
209 if ( diff > bestSoFar ) {
224 if ( diff > bestSoFar ) {
239 if ( diff > bestSoFar ) {
277 int32 bestSoFar;
454 int32 bestSoFar;
[all …]
H A Dpsearch.c628 PLocalSearch(currentBlock, prev, by, bx, motionY, motionX, bestSoFar, searchRange) in PLocalSearch() argument
635 int32 bestSoFar;
652 bestDiff = LumMotionError(currentBlock, prev, by, bx, *motionY, *motionX, bestSoFar);
654 if ( bestSoFar < bestDiff ) {
655 bestDiff = bestSoFar;
661 bestDiff = bestSoFar;
740 PTwoLevelSearch(currentBlock, prev, by, bx, motionY, motionX, bestSoFar, searchRange) in PTwoLevelSearch() argument
747 int32 bestSoFar;
787 if ( bestSoFar < bestDiff ) {
788 bestDiff = bestSoFar;
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dbsearch.c308 int32 bestSoFar; local
547 int32 bestSoFar;
590 bestSoFar, searchRange) in FindBestMatchExhaust() argument
598 int32 bestSoFar;
620 bestDiff = bestSoFar;
628 bestDiff = bestSoFar;
721 int32 bestSoFar;
763 bestDiff = bestSoFar;
771 bestDiff = bestSoFar;
889 int32 bestSoFar;
[all …]
H A Dsubsample.c115 int32 bestSoFar;
164 if ( diff > bestSoFar ) {
179 if ( diff > bestSoFar ) {
194 if ( diff > bestSoFar ) {
209 if ( diff > bestSoFar ) {
224 if ( diff > bestSoFar ) {
239 if ( diff > bestSoFar ) {
254 if ( diff > bestSoFar ) {
292 int32 bestSoFar;
469 int32 bestSoFar;
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dbsearch.cpp289 int32 bestSoFar; in BMotionSearchSimple() local
523 int32 bestSoFar, in FindBestMatch() argument
571 int32 bestSoFar, in FindBestMatchExhaust() argument
592 if ( bestSoFar < bestDiff ) { in FindBestMatchExhaust()
593 bestDiff = bestSoFar; in FindBestMatchExhaust()
601 bestDiff = bestSoFar; in FindBestMatchExhaust()
692 int32 bestSoFar, in FindBestMatchTwoLevel() argument
733 if ( bestSoFar < bestDiff ) { in FindBestMatchTwoLevel()
734 bestDiff = bestSoFar; in FindBestMatchTwoLevel()
742 bestDiff = bestSoFar; in FindBestMatchTwoLevel()
[all …]
H A Dsubsample.cpp148 if ( diff > bestSoFar ) { in LumMotionErrorA()
163 if ( diff > bestSoFar ) { in LumMotionErrorA()
178 if ( diff > bestSoFar ) { in LumMotionErrorA()
193 if ( diff > bestSoFar ) { in LumMotionErrorA()
208 if ( diff > bestSoFar ) { in LumMotionErrorA()
223 if ( diff > bestSoFar ) { in LumMotionErrorA()
238 if ( diff > bestSoFar ) { in LumMotionErrorA()
324 if ( diff > bestSoFar ) { in LumMotionErrorB()
339 if ( diff > bestSoFar ) { in LumMotionErrorB()
354 if ( diff > bestSoFar ) { in LumMotionErrorB()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1438 bestSoFar = bestOf(bestSoFar, sym); in findField()
1448 bestSoFar = bestOf(bestSoFar, sym); in findField()
1498 bestSoFar = bestOf(bestSoFar, sym); in findVar()
2202 bestSoFar = bestOf(bestSoFar, sym);
2213 bestSoFar = bestOf(bestSoFar, sym);
2253 bestSoFar = bestOf(bestSoFar, sym);
2311 else bestSoFar = bestOf(bestSoFar, sym);
2321 else bestSoFar = bestOf(bestSoFar, sym);
2325 else bestSoFar = bestOf(bestSoFar, sym);
2329 else bestSoFar = bestOf(bestSoFar, sym);
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1438 bestSoFar = bestOf(bestSoFar, sym); in findField()
1448 bestSoFar = bestOf(bestSoFar, sym); in findField()
1504 bestSoFar = bestOf(bestSoFar, sym); in findVar()
2208 bestSoFar = bestOf(bestSoFar, sym);
2219 bestSoFar = bestOf(bestSoFar, sym);
2259 bestSoFar = bestOf(bestSoFar, sym);
2317 else bestSoFar = bestOf(bestSoFar, sym);
2327 else bestSoFar = bestOf(bestSoFar, sym);
2331 else bestSoFar = bestOf(bestSoFar, sym);
2335 else bestSoFar = bestOf(bestSoFar, sym);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1438 bestSoFar = bestOf(bestSoFar, sym); in findField()
1448 bestSoFar = bestOf(bestSoFar, sym); in findField()
1504 bestSoFar = bestOf(bestSoFar, sym); in findVar()
2208 bestSoFar = bestOf(bestSoFar, sym);
2219 bestSoFar = bestOf(bestSoFar, sym);
2259 bestSoFar = bestOf(bestSoFar, sym);
2317 else bestSoFar = bestOf(bestSoFar, sym);
2327 else bestSoFar = bestOf(bestSoFar, sym);
2331 else bestSoFar = bestOf(bestSoFar, sym);
2335 else bestSoFar = bestOf(bestSoFar, sym);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1433 bestSoFar = bestOf(bestSoFar, sym); in findField()
1443 bestSoFar = bestOf(bestSoFar, sym); in findField()
1493 bestSoFar = bestOf(bestSoFar, sym); in findVar()
2197 bestSoFar = bestOf(bestSoFar, sym);
2208 bestSoFar = bestOf(bestSoFar, sym);
2248 bestSoFar = bestOf(bestSoFar, sym);
2306 else bestSoFar = bestOf(bestSoFar, sym);
2316 else bestSoFar = bestOf(bestSoFar, sym);
2320 else bestSoFar = bestOf(bestSoFar, sym);
2324 else bestSoFar = bestOf(bestSoFar, sym);
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1433 bestSoFar = bestOf(bestSoFar, sym); in findField()
1443 bestSoFar = bestOf(bestSoFar, sym); in findField()
1493 bestSoFar = bestOf(bestSoFar, sym); in findVar()
2197 bestSoFar = bestOf(bestSoFar, sym);
2208 bestSoFar = bestOf(bestSoFar, sym);
2248 bestSoFar = bestOf(bestSoFar, sym);
2306 else bestSoFar = bestOf(bestSoFar, sym);
2316 else bestSoFar = bestOf(bestSoFar, sym);
2320 else bestSoFar = bestOf(bestSoFar, sym);
2324 else bestSoFar = bestOf(bestSoFar, sym);
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1431 bestSoFar = bestOf(bestSoFar, sym); in findField()
1441 bestSoFar = bestOf(bestSoFar, sym); in findField()
1491 bestSoFar = bestOf(bestSoFar, sym); in findVar()
2195 bestSoFar = bestOf(bestSoFar, sym);
2206 bestSoFar = bestOf(bestSoFar, sym);
2246 bestSoFar = bestOf(bestSoFar, sym);
2304 else bestSoFar = bestOf(bestSoFar, sym);
2314 else bestSoFar = bestOf(bestSoFar, sym);
2318 else bestSoFar = bestOf(bestSoFar, sym);
2322 else bestSoFar = bestOf(bestSoFar, sym);
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1444 bestSoFar = bestOf(bestSoFar, sym); in findField()
1454 bestSoFar = bestOf(bestSoFar, sym); in findField()
1513 bestSoFar = bestOf(bestSoFar, sym); in findVar()
2253 bestSoFar = bestOf(bestSoFar, sym);
2264 bestSoFar = bestOf(bestSoFar, sym);
2304 bestSoFar = bestOf(bestSoFar, sym);
2378 else bestSoFar = bestOf(bestSoFar, sym);
2388 else bestSoFar = bestOf(bestSoFar, sym);
2392 else bestSoFar = bestOf(bestSoFar, sym);
2396 else bestSoFar = bestOf(bestSoFar, sym);
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1449 bestSoFar = bestOf(bestSoFar, sym); in findField()
1459 bestSoFar = bestOf(bestSoFar, sym); in findField()
1512 bestSoFar = bestOf(bestSoFar, sym); in findVar()
2253 bestSoFar = bestOf(bestSoFar, sym);
2264 bestSoFar = bestOf(bestSoFar, sym);
2304 bestSoFar = bestOf(bestSoFar, sym);
2365 else bestSoFar = bestOf(bestSoFar, sym);
2375 else bestSoFar = bestOf(bestSoFar, sym);
2379 else bestSoFar = bestOf(bestSoFar, sym);
2383 else bestSoFar = bestOf(bestSoFar, sym);
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1315 if (sym.kind < bestSoFar.kind) bestSoFar = sym; in findField()
1323 bestSoFar = new AmbiguityError(bestSoFar, sym); in findField()
1962 if (sym.kind < bestSoFar.kind) bestSoFar = sym;
1970 bestSoFar = new AmbiguityError(bestSoFar, sym);
2069 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2079 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2083 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2087 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2106 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2115 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1315 if (sym.kind < bestSoFar.kind) bestSoFar = sym; in findField()
1323 bestSoFar = new AmbiguityError(bestSoFar, sym); in findField()
1962 if (sym.kind < bestSoFar.kind) bestSoFar = sym;
1970 bestSoFar = new AmbiguityError(bestSoFar, sym);
2069 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2079 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2083 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2087 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2106 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
2115 else if (sym.kind < bestSoFar.kind) bestSoFar = sym;
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dbsearch.c188 if (bestSoFar < bestDiff) in FindBestMatchExhaust()
189 bestDiff = bestSoFar; in FindBestMatchExhaust()
192 bestDiff = bestSoFar; in FindBestMatchExhaust()
314 if (bestSoFar < bestDiff) in FindBestMatchTwoLevel()
315 bestDiff = bestSoFar; in FindBestMatchTwoLevel()
318 bestDiff = bestSoFar; in FindBestMatchTwoLevel()
621 motionP, bestSoFar, searchRange); in FindBestMatch()
626 motionP, bestSoFar, searchRange); in FindBestMatch()
631 motionP, bestSoFar, searchRange); in FindBestMatch()
748 int32 bestSoFar; in BMotionSearchSimple() local
[all …]
H A Dsubsample.c136 int32 const bestSoFar) { in LumMotionErrorA() argument
153 if (diff > bestSoFar) in LumMotionErrorA()
178 int32 const bestSoFar) { in LumMotionErrorB() argument
195 if (diff > bestSoFar) in LumMotionErrorB()
219 int32 const bestSoFar) { in LumMotionErrorC() argument
236 if (diff > bestSoFar) in LumMotionErrorC()
260 int32 const bestSoFar) { in LumMotionErrorD() argument
277 if (diff > bestSoFar) in LumMotionErrorD()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/headers/
H A Dsubsample.h13 int32 const bestSoFar);
21 int32 const bestSoFar);
29 int32 const bestSoFar);
37 int32 const bestSoFar);
H A Dblock.h11 int32 const bestSoFar);
16 int32 const bestSoFar);
24 int32 const bestSoFar);
33 int32 const bestSoFar);
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/Matlab/examples/
H A DsimpleOptimizerObjectiveFunction.m11 %global stepCount bestSoFar;
40 % if f < bestSoFar
42 % bestSoFar = f;
43 …rcat('Optimization (',num2str(stepCount),') f = ',num2str(f),', bestSoFar = ',num2str(bestSoFar)));
/dports/multimedia/mpeg_encode/mpeg_encode/headers/
H A Dframes.h325 int32 LumBlockMAD _ANSI_ARGS_((LumBlock currentBlock, LumBlock motionBlock, int32 bestSoFar));
326 int32 LumBlockMSE _ANSI_ARGS_((LumBlock currentBlock, LumBlock motionBlock, int32 bestSoFar));
329 int32 bestSoFar));
333 int32 bestSoFar));
336 int32 bestSoFar));
339 int32 bestSoFar));
342 int32 bestSoFar));
345 int32 bestSoFar));
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/headers/
H A Dframes.h340 int32 LumBlockMAD _ANSI_ARGS_((LumBlock currentBlock, LumBlock motionBlock, int32 bestSoFar));
341 int32 LumBlockMSE _ANSI_ARGS_((LumBlock currentBlock, LumBlock motionBlock, int32 bestSoFar));
344 int32 bestSoFar));
348 int32 bestSoFar));
351 int32 bestSoFar));
354 int32 bestSoFar));
357 int32 bestSoFar));
360 int32 bestSoFar));
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/headers/
H A Dframes.h325 int32 LumBlockMAD _ANSI_ARGS_((LumBlock currentBlock, LumBlock motionBlock, int32 bestSoFar));
326 int32 LumBlockMSE _ANSI_ARGS_((LumBlock currentBlock, LumBlock motionBlock, int32 bestSoFar));
329 int32 bestSoFar));
333 int32 bestSoFar));
336 int32 bestSoFar));
339 int32 bestSoFar));
342 int32 bestSoFar));
345 int32 bestSoFar));

12345