Searched refs:one_gamma (Results 1 – 9 of 9) sorted by relevance
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | exr.c | 850 float one_gamma = 1.0f / s->gamma; in decode_block() local 934 t.f = powf(t.f, one_gamma); in decode_block() 939 t.f = powf(t.f, one_gamma); in decode_block() 944 t.f = powf(t.f, one_gamma); in decode_block() 1356 float one_gamma = 1.0f / s->gamma; in decode_init() local 1375 if ( one_gamma > 0.9999f && one_gamma < 1.0001f ) { in decode_init() 1386 t.f = powf(t.f, one_gamma); in decode_init()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | exr.c | 850 float one_gamma = 1.0f / s->gamma; in decode_block() local 934 t.f = powf(t.f, one_gamma); in decode_block() 939 t.f = powf(t.f, one_gamma); in decode_block() 944 t.f = powf(t.f, one_gamma); in decode_block() 1356 float one_gamma = 1.0f / s->gamma; in decode_init() local 1375 if ( one_gamma > 0.9999f && one_gamma < 1.0001f ) { in decode_init() 1386 t.f = powf(t.f, one_gamma); in decode_init()
|
/dports/math/osi/Osi-0.108.6/Osi/test/ |
H A D | OsiTestSolver.hpp | 208 const double one_gamma = 1.0 - gamma; in cc() local 210 *p_v = one_gamma * (*p_v) + gamma * (*++p_w); in cc()
|
/dports/math/clp/Clp-1.17.3/Osi/test/ |
H A D | OsiTestSolver.hpp | 208 const double one_gamma = 1.0 - gamma; in cc() local 210 *p_v = one_gamma * (*p_v) + gamma * (*++p_w); in cc()
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | exr.c | 1047 float one_gamma = 1.0f / s->gamma; in decode_block() local 1220 t.f = powf(t.f, one_gamma); in decode_block() 1818 float one_gamma = 1.0f / s->gamma; in decode_init() local 1837 if (one_gamma > 0.9999f && one_gamma < 1.0001f) { in decode_init() 1847 t.f = powf(t.f, one_gamma); in decode_init()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 1048 float one_gamma = 1.0f / s->gamma; in decode_block() local 1221 t.f = powf(t.f, one_gamma); in decode_block() 1822 float one_gamma = 1.0f / s->gamma; in decode_init() local 1841 if (one_gamma > 0.9999f && one_gamma < 1.0001f) { in decode_init() 1851 t.f = powf(t.f, one_gamma); in decode_init()
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | exr.c | 1194 float one_gamma = 1.0f / s->gamma; in decode_block() local 1397 } else if (one_gamma != 1.f) { in decode_block() 1401 t.f = powf(t.f, one_gamma); in decode_block() 2206 float one_gamma = 1.0f / s->gamma; in decode_init() local 2227 if (one_gamma > 0.9999f && one_gamma < 1.0001f) { in decode_init() 2238 t.f = powf(t.f, one_gamma); in decode_init()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | exr.c | 1200 float one_gamma = 1.0f / s->gamma; in decode_block() local 1403 } else if (one_gamma != 1.f) { in decode_block() 1407 t.f = powf(t.f, one_gamma); in decode_block() 2213 float one_gamma = 1.0f / s->gamma; in decode_init() local 2234 if (one_gamma > 0.9999f && one_gamma < 1.0001f) { in decode_init() 2245 t.f = powf(t.f, one_gamma); in decode_init()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 1007 float one_gamma = 1.0f / s->gamma; in decode_block() local 1194 t.f = powf(t.f, one_gamma); in decode_block() 1845 float one_gamma = 1.0f / s->gamma; in decode_init() local 1864 if (one_gamma > 0.9999f && one_gamma < 1.0001f) { in decode_init() 1875 t.f = powf(t.f, one_gamma); in decode_init()
|