Home
last modified time | relevance | path

Searched refs:gamma_lookup (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dxan.c504 static const uint8_t gamma_lookup[256] = { variable
582 int r = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
583 int g = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
584 int b = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dxan.c504 static const uint8_t gamma_lookup[256] = { variable
582 int r = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
583 int g = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
584 int b = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dxan.c508 static const uint8_t gamma_lookup[256] = { variable
586 int r = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
587 int g = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
588 int b = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dxan.c504 static const uint8_t gamma_lookup[256] = { variable
582 int r = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
583 int g = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
584 int b = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dxan.c508 static const uint8_t gamma_lookup[256] = { variable
586 int r = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
587 int g = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
588 int b = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dxan.c504 static const uint8_t gamma_lookup[256] = { variable
582 int r = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
583 int g = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
584 int b = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dxan.c508 static const uint8_t gamma_lookup[256] = { variable
586 int r = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
587 int g = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
588 int b = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dv_video.c614 static inline float gamma_lookup( int ind ) in gamma_lookup() function
628 float gam = gamma_lookup( cv_usegamma.value ); // gamma in R_Generate_gamma_black_table()
649 float gam = gamma_lookup( cv_usegamma.value ); // gamma
650 float blkgam = gamma_lookup( cv_black.value ); // black
937 R_BuildGammaTable( gamma_lookup( cv_usegamma.value)); in CV_usegamma_OnChange()