Home
last modified time | relevance | path

Searched defs:fimg (Results 1 – 25 of 84) sorted by relevance

1234

/dports/graphics/tachyon/tachyon/src/
H A Dimageio.c107 void minmax_rgb96f(int xres, int yres, const float *fimg, in minmax_rgb96f()
130 void normalize_rgb96f(int xres, int yres, float *fimg) { in normalize_rgb96f()
141 void gamma_rgb96f(int xres, int yres, float *fimg, float gamma) { in gamma_rgb96f()
150 unsigned char * image_rgb24_from_rgb96f(int xres, int yres, float *fimg) { in image_rgb24_from_rgb96f()
180 float * image_crop_rgb96f(int xres, int yres, float *fimg, in image_crop_rgb96f()
232 unsigned char * image_rgb48be_from_rgb96f(int xres, int yres, float *fimg) { in image_rgb48be_from_rgb96f()
266 unsigned char * image_rgb48bepl_from_rgb96f(int xres, int yres, float *fimg) { in image_rgb48bepl_from_rgb96f()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRUtil/
H A DImfImageIO.cpp35 if (const FlatImage *fimg = dynamic_cast <const FlatImage *> (&img)) in saveImage() local
107 FlatImage *fimg = new FlatImage; in loadImage() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vil_pro/processes/
H A Dvil_threshold_image_process.cxx51 vil_image_view<float> fimg = *fimage; in vil_threshold_image_process() local
119 vil_image_view<float> fimg = *fimage; in vil_threshold_max_image_process() local
182 vil_image_view<float> fimg = *fimage; in vil_threshold_image_region_process() local
H A Dvil_truncate_image_process.cxx55 vil_image_view<float> fimg = *fimage; in vil_truncate_image_process() local
H A Dvil_map_image_process.cxx55 vil_image_view<float>fimg = *fimage; in vil_map_image_process() local
H A Dvil_stretch_image_process.cxx69 vil_image_view<float> fimg = *fimage; in vil_stretch_image_process() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bbgm/pro/processes/
H A Dbbgm_display_dist_image_process.cxx153 vil_image_view<float> fimg; in bbgm_display_dist_image_process() local
165 vil_image_view<float> fimg; in bbgm_display_dist_image_process() local
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/
H A Diflopimg.cpp110 struct imgtool_floppy_image *fimg; in imgtool_floppy_open_internal() local
165 struct imgtool_floppy_image *fimg; in imgtool_floppy_create() local
326 struct imgtool_floppy_image *fimg; in imgtool_floppy() local
382 struct imgtool_floppy_image *fimg; in imgtool_floppy_extrabytes() local
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/
H A Diflopimg.cpp110 struct imgtool_floppy_image *fimg; in imgtool_floppy_open_internal() local
165 struct imgtool_floppy_image *fimg; in imgtool_floppy_create() local
326 struct imgtool_floppy_image *fimg; in imgtool_floppy() local
382 struct imgtool_floppy_image *fimg; in imgtool_floppy_extrabytes() local
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dreslice_datasets.py31 fimg = get_fnames('aniso_vox') variable
H A Dsimulate_dki.py34 fimg, fbvals, fbvecs = get_fnames('small_64D') variable
/dports/science/py-dipy/dipy-1.4.1/dipy/sims/tests/
H A Dtest_phantom.py13 fimg, fbvals, fbvecs = get_fnames('small_64D') variable
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dgdisplay.cpp147 FILE *fimg = fopen(img, "rb"); in tail() local
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/nr/
H A Dnrfilter.cpp96 float* fimg[3]; member in Digikam::NRFilter::Private
502 void NRFilter::srgb2ycbcr(float** const fimg, int size) in srgb2ycbcr()
517 void NRFilter::ycbcr2srgb(float** const fimg, int size) in ycbcr2srgb()
H A Dnrfilter.h93 float** fimg; member
/dports/devel/ispc/ispc-1.16.1/examples/xpu/aobench/
H A Dao.cpp80 static float *fimg; variable
93 static void savePPM(const char *fname, int w, int h, float *fimg) { in savePPM()
/dports/devel/ispc/ispc-1.16.1/examples/cpu/aobench_instrumented/
H A Dao.cpp66 static float *fimg; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cryomni3d/versailles/
H A Dlogic.cpp428 void CryOmni3DEngine_Versailles::genericDumbImage(ZonFixedImage *fimg) { in genericDumbImage()
450 void CryOmni3DEngine_Versailles::genericPainting(ZonFixedImage *fimg) { in genericPainting()
1184 bool CryOmni3DEngine_Versailles::handleSafe(ZonFixedImage *fimg) { in handleSafe()
2341 bool CryOmni3DEngine_Versailles::handleEpigraph(ZonFixedImage *fimg) { in handleEpigraph()
2926 bool CryOmni3DEngine_Versailles::handleBomb(ZonFixedImage *fimg) { in handleBomb()
3940 void CryOmni3DEngine_Versailles::collectLampoonArchitecture(const ZonFixedImage *fimg) { in collectLampoonArchitecture()
/dports/games/scummvm/scummvm-2.5.1/engines/cryomni3d/versailles/
H A Dlogic.cpp468 void CryOmni3DEngine_Versailles::genericDumbImage(ZonFixedImage *fimg) { in genericDumbImage()
490 void CryOmni3DEngine_Versailles::genericPainting(ZonFixedImage *fimg) { in genericPainting()
1224 bool CryOmni3DEngine_Versailles::handleSafe(ZonFixedImage *fimg) { in handleSafe()
2381 bool CryOmni3DEngine_Versailles::handleEpigraph(ZonFixedImage *fimg) { in handleEpigraph()
2969 bool CryOmni3DEngine_Versailles::handleBomb(ZonFixedImage *fimg) { in handleBomb()
4039 void CryOmni3DEngine_Versailles::collectLampoonArchitecture(const ZonFixedImage *fimg) { in collectLampoonArchitecture()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/imgqsort/
H A Dimagequalityparser_p.h88 float* fimg[3]; variable
/dports/devel/ispc/ispc-1.16.1/examples/cpu/aobench/
H A Dao.cpp66 static float *fimg; variable
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/postprocessing/
H A Dpostprocessing_aux.cpp36 float *fimg = 0, *temp, thold, mul[2], avg, diff; in wavelet_denoise() local
132 float *fimg = 0, *temp, thold, mul[2], avg, diff; in wavelet_denoise() local
/dports/graphics/libraw/LibRaw-0.20.2/src/postprocessing/
H A Dpostprocessing_aux.cpp36 float *fimg = 0, *temp, thold, mul[2], avg, diff; in wavelet_denoise() local
132 float *fimg = 0, *temp, thold, mul[2], avg, diff; in wavelet_denoise() local
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/postprocessing/
H A Dpostprocessing_aux.cpp36 float *fimg = 0, *temp, thold, mul[2], avg, diff; in wavelet_denoise() local
132 float *fimg = 0, *temp, thold, mul[2], avg, diff; in wavelet_denoise() local
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/tests/
H A Dtest_dki_micro.py16 fimg, fbvals, fbvecs = get_fnames('small_64D') variable

1234