Home
last modified time | relevance | path

Searched refs:floatout (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dlutfilters.cpp213 bool floatout = !!vsapi->propGetInt(in, "floatout", 0, &err); in lutCreate() local
216 bitsout = (floatout ? sizeof(float) * 8 : d->vi->format->bitsPerSample); in lutCreate()
217 if ((floatout && bitsout != 32) || (!floatout && (bitsout < 8 || bitsout > 16))) in lutCreate()
241 if (lut_elem >= 0 && floatout) { in lutCreate()
246 if (lutf_elem >= 0 && !floatout) { in lutCreate()
266 else if (d->vi->format->bytesPerSample == 1 && floatout) in lutCreate()
272 else if (d->vi->format->bytesPerSample == 2 && floatout) in lutCreate()
472 bool floatout = !!vsapi->propGetInt(in, "floatout", 0, &err); in lut2Create() local
476 if ((floatout && bitsout != 32) || (!floatout && (bitsout < 8 || bitsout > 16))) in lut2Create()
500 if (lut_elem >= 0 && floatout) { in lut2Create()
[all …]
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/functions/
H A Dlut.rst4 …n:: Lut(clip clip[, int[] planes, int[] lut, float[] lutf, func function, int bits, bint floatout])
13 If *floatout* is set then the output will be floating point instead, and either
H A Dlut2.rst4 …clipa, clip clipb[, int[] planes, int[] lut, float[] lutf, func function, int bits, bint floatout])
20 If *floatout* is set then the output will be floating point instead, and either
/dports/multimedia/vapoursynth/vapoursynth-R54/test/
H A Dtest.py136 self.core.std.Lut(clip, function=float_lut, floatout=False)
140 self.core.std.Lut(clip, function=float_lut, floatout=True)
145 self.core.std.Lut(clip, function=int_lut, floatout=True)
149 self.core.std.Lut(clip, function=int_lut, floatout=False)
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Dprotos.h142 extern void floatout(float n);
H A Demspecial.c686 floatout(emwidth*72/actualdpi); in imagehead()
687 floatout(emheight*72/vactualdpi); in imagehead()
H A Ddospecial.c178 floatout(f); in floatroundout()
H A Doutput.c857 floatout(float n) function
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dDeconvolve.c432 do{ if( !floatout && \
2787 floatout = 1 ; nopt++ ; continue ; in get_options()
2790 if( floatout < 2 ) floatout = 0 ; /* 2 ==> floatout was forced on */ in get_options()
2796 if( strcmp(argv[nopt],"float") == 0 ) floatout = 1 ; in get_options()
2797 else if( strcmp(argv[nopt],"short") == 0 ) floatout = 0 ; in get_options()
4388 else if( verb && (!floatout || do_FDR) ) in read_input_data()
7901 dtype = (floatout) ? MRI_float : MRI_short ; in write_ts_array()
7965 if( floatout ){ /* the new (float) way */ in write_ts_array()
8028 if( floatout ){ /* the new (float) way */ in attach_sub_brick()
12325 if( floatout ){ in basis_write_iresp()
[all …]