Home
last modified time | relevance | path

Searched refs:outfps (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_fps.c47 *outfps = vob->ex_fps; in parse_options()
93 *outfps = strtod(p, &r); in parse_options()
103 if (*infps > *outfps) *pre = 1; in parse_options()
104 else if (*infps < *outfps) *pre = 0; in parse_options()
114 static double infps, outfps; in tc_filter() local
127 if (parse_options(options, &pre, &infps, &outfps) == -1) in tc_filter()
133 " %sprocessing", infps, outfps, pre ? "pre" : "post"); in tc_filter()
139 if (infps > outfps) { in tc_filter()
141 (double)framesout / outfps) in tc_filter()
145 } else if (infps < outfps) { in tc_filter()
[all …]
H A Dfilter_modfps.c76 static double outfps = 23.976; variable
239 weight1 = 1.0 - ( (double)tout/outfps*infps - (double)tin ); in clone_temporal_average()
240 weight2 = 1.0 - ( (double)(tin+1) - (double)(tout)/outfps*infps ); in clone_temporal_average()
445 outfps = vob->ex_fps; in tc_filter()
473 if (outfps > infps*2.0){ in tc_filter()
479 if ( (outfps == infps) || (infrc && infrc == vob->ex_frc)) { in tc_filter()
485 if (outfps > infps){ in tc_filter()
548 if (infps < outfps){ in tc_filter()
559 if ((double)framesin++/infps > (double)outframes++/outfps){ in tc_filter()
566 if ((double)framesin++/infps > outframes / outfps){ in tc_filter()
[all …]
/dports/biology/subread/subread-2.0.2-source/src/
H A Dseek-zlib.h42 int parallel_gzip_writer_add_read_fqs_scRNA(parallel_gzip_writer_t**outfps, char * bambin, int thre…
H A Dseek-zlib.c756 int parallel_gzip_writer_add_read_fqs_scRNA(parallel_gzip_writer_t**outfps, char * bambin, int thre… in parallel_gzip_writer_add_read_fqs_scRNA() argument
758 parallel_gzip_writer_t * outR1fp = outfps[0]; in parallel_gzip_writer_add_read_fqs_scRNA()
759 parallel_gzip_writer_t * outI1fp = outfps[1]; in parallel_gzip_writer_add_read_fqs_scRNA()
760 parallel_gzip_writer_t * outR2fp = outfps[2]; in parallel_gzip_writer_add_read_fqs_scRNA()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcontainer_avi.cpp803 outfps = 0; in AVIWriteContainer()
821 outfps = cvRound(fps); in initContainer()
841 strm->putInt(cvRound(1e6 / outfps)); in startWriteAVI()
878 strm->putInt(outfps); in writeStreamHeader()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/include/opencv2/videoio/
H A Dcontainer_avi.private.hpp184 int outfps; member in cv::AVIWriteContainer
/dports/multimedia/transcode/transcode-1.1.7/docs/
H A DREADME.filter.modfps281 $outfps = 4;
287 $outfps = $ARGV[1];
294 $c[$i]{start} = ceil((1+$1)*($outfps/$infps));
297 $c[$i]{end} = floor($c[$i]{start}+($1*$outfps/$infps));