Home
last modified time | relevance | path

Searched refs:lut2 (Results 101 – 125 of 129) sorted by relevance

123456

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c217 REG_UPDATE(ALPHA_2BIT_LUT, ALPHA_2BIT_LUT2, alpha_2bit_lut->lut2); in dpp2_cnv_setup()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dcolorquant1.c2269 l_int32 *lut1, *lut2; in pixOctreeQuantNumColors() local
2502 lut2 = (l_int32 *)LEPT_CALLOC(ncubes, sizeof(l_int32)); in pixOctreeQuantNumColors()
2507 lut2[i] = index; in pixOctreeQuantNumColors()
2529 SET_DATA_QBIT(lined, j, lut2[val]); in pixOctreeQuantNumColors()
2533 SET_DATA_BYTE(lined, j, lut2[val]); in pixOctreeQuantNumColors()
2546 LEPT_FREE(lut2); in pixOctreeQuantNumColors()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dcolorquant1.c2205 l_int32 *lut1, *lut2; in pixOctreeQuantNumColors() local
2442 if ((lut2 = (l_int32 *)CALLOC(ncubes, sizeof(l_int32))) == NULL) in pixOctreeQuantNumColors()
2448 lut2[i] = index; in pixOctreeQuantNumColors()
2470 SET_DATA_QBIT(lined, j, lut2[val]); in pixOctreeQuantNumColors()
2474 SET_DATA_BYTE(lined, j, lut2[val]); in pixOctreeQuantNumColors()
2485 FREE(lut2); in pixOctreeQuantNumColors()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcurves.h705 LUTf lut2; // [0.;1.] range (float values) variable
728 return lut1 && lut2 && lut3;
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DConfig.cpp1604 std::string lut2(two_dir+"somelut2.lut");
1605 std::ofstream somelut2(lut2.c_str());
1620 lut2.c_str()) == 0);
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DConfig.cpp1604 std::string lut2(two_dir+"somelut2.lut");
1605 std::ofstream somelut2(lut2.c_str());
1620 lut2.c_str()) == 0);
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DConfig.cpp1604 std::string lut2(two_dir+"somelut2.lut");
1605 std::ofstream somelut2(lut2.c_str());
1620 lut2.c_str()) == 0);
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcurves.h752 LUTf lut2; // [0.;1.] range (float values) variable
775 return lut1 && lut2 && lut3;
/dports/multimedia/vapoursynth/vapoursynth-R54/
H A DChangeLog33 fixed lut and lut2 triggering a fatal error when invalid planes were specified
394 lut and lut2 can now output float as well
573 lut/lut2 now processes all planes by default
584 fixed the lut and lut2 filters for > 8 bit formats (ADub)
636 fixed infinite loop in lut and lut2 when used with 9 bit input or more
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/tests/
H A Dtest_fitpack2.py526 lut2 = SmoothBivariateSpline(x, y, z, kx=2, ky=2, s=0)
527 assert_almost_equal(lut2.integral(tx[0], tx[-1], ty[0], ty[-1]), trpz,
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c668 static unsigned char lut2[ NPalEntries8]; in create_cache4_8() local
679 lut2[i] = ((i & LSNibble) >> LSNibbleShift); in create_cache4_8()
692 *d++ = lut2[line[x]]; in create_cache4_8()
/dports/graphics/lcms2/lcms2-2.12/testbed/
H A Dtestcms2.c3112 cmsPipeline* lut2; in CheckLUTcreation() local
3117 lut2 = cmsPipelineDup(lut); in CheckLUTcreation()
3118 n2 = cmsPipelineStageCount(lut2); in CheckLUTcreation()
3121 cmsPipelineFree(lut2); in CheckLUTcreation()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lcms2mt/testbed/
H A Dtestcms2.c3119 cmsPipeline* lut2; in CheckLUTcreation() local
3124 lut2 = cmsPipelineDup(DbgThread(), lut); in CheckLUTcreation()
3125 n2 = cmsPipelineStageCount(DbgThread(), lut2); in CheckLUTcreation()
3128 cmsPipelineFree(DbgThread(), lut2); in CheckLUTcreation()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/lcms2mt/testbed/
H A Dtestcms2.c3119 cmsPipeline* lut2; in CheckLUTcreation() local
3124 lut2 = cmsPipelineDup(DbgThread(), lut); in CheckLUTcreation()
3125 n2 = cmsPipelineStageCount(DbgThread(), lut2); in CheckLUTcreation()
3128 cmsPipelineFree(DbgThread(), lut2); in CheckLUTcreation()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/testbed/
H A Dtestcms2.c3112 cmsPipeline* lut2; in CheckLUTcreation() local
3117 lut2 = cmsPipelineDup(ContextID, lut); in CheckLUTcreation()
3118 n2 = cmsPipelineStageCount(ContextID, lut2); in CheckLUTcreation()
3121 cmsPipelineFree(ContextID, lut2); in CheckLUTcreation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/
H A DChangelog288 - lut2 filter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/
H A DChangelog357 - lut2 filter
/dports/multimedia/handbrake/ffmpeg-4.4/
H A DChangelog410 - lut2 filter
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/
H A DChangelog335 - lut2 filter
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/
H A DChangelog599 - lut2 filter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/
H A Dfilters.texi13329 @section lut2, tlut2
13331 The @code{lut2} filter takes two input streams and outputs one
13334 The @code{tlut2} (time lut2) filter takes two consecutive frames
13349 set output bit depth, only available for @code{lut2} filter. By default is 0,
13353 The @code{lut2} filter also supports the @ref{framesync} options.
13389 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1)'
13395 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,b…
13401 lut2='if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1))):if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(…
/dports/multimedia/handbrake/ffmpeg-4.4/doc/
H A Dfilters.texi14285 @section lut2, tlut2
14287 The @code{lut2} filter takes two input streams and outputs one
14290 The @code{tlut2} (time lut2) filter takes two consecutive frames
14305 set output bit depth, only available for @code{lut2} filter. By default is 0,
14309 The @code{lut2} filter also supports the @ref{framesync} options.
14349 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1)'
14355 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,b…
14361 lut2='if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1))):if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(…
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/
H A Dfilters.texi14285 @section lut2, tlut2
14287 The @code{lut2} filter takes two input streams and outputs one
14290 The @code{tlut2} (time lut2) filter takes two consecutive frames
14305 set output bit depth, only available for @code{lut2} filter. By default is 0,
14309 The @code{lut2} filter also supports the @ref{framesync} options.
14349 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1)'
14355 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,b…
14361 lut2='if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1))):if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(…
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/
H A Dfilters.texi11642 @section lut2, tlut2
11644 The @code{lut2} filter takes two input streams and outputs one
11647 The @code{tlut2} (time lut2) filter takes two consecutive frames
11696 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1)'
11702 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,b…
11708 lut2='if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1))):if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/
H A Dfilters.texi13057 @section lut2, tlut2
13059 The @code{lut2} filter takes two input streams and outputs one
13062 The @code{tlut2} (time lut2) filter takes two consecutive frames
13077 set output bit depth, only available for @code{lut2} filter. By default is 0,
13115 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1)'
13121 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,b…
13127 lut2='if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1))):if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(…

123456