Home
last modified time | relevance | path

Searched refs:stbi__float2fixed (Results 1 – 25 of 52) sorted by relevance

123

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/stb_image/
H A Dstb_image.h3318 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3327 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3328 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3329 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3461 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3462 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3463 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dstb_image.h3366 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3375 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3376 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3377 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3509 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3510 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3511 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/nanovg/
H A Dstb_image.h3324 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3333 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3334 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3335 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3467 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3468 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3469 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/stb/
H A Dstb_image.h3433 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3442 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3443 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3444 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3576 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3577 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3578 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/lang/v/v-0.1.29/thirdparty/stb_image/
H A Dstb_image.h3436 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3445 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3446 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3447 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3579 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3580 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3581 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_image.h3318 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3327 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3328 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3329 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3461 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3462 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3463 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/stb/
H A Dstb_image.h3369 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3378 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3379 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3380 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3512 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3513 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3514 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/devel/love/love-11.3/src/libraries/stb/
H A Dstb_image.h3433 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3442 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3443 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3444 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3576 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3577 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3578 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dstb_image.h3376 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3385 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3386 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3387 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3519 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3520 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3521 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/misc/mnn/MNN-1.2.0/3rd_party/imageHelper/
H A Dstb_image.h3433 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3442 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3443 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3444 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3576 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3577 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3578 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_image.h3433 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3442 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3443 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3444 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3576 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3577 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3578 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dstb_image.h3366 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3375 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3376 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3377 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3509 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3510 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3511 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/stb_image/
H A Dstb_image.h3367 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3376 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3377 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3378 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3510 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3511 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3512 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/emulators/anese/ANESE-0.9.1/thirdparty/headeronly/
H A Dstb_image.h3367 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3376 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3377 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3378 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3510 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3511 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3512 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/stb/
H A Dstb_image.h3330 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3339 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3340 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3341 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3473 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3474 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3475 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/stb/
H A Dstb_image.h3330 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3339 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3340 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3341 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3473 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3474 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3475 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/samples/
H A Dstb_image.h3318 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3327 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3328 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3329 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3461 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3462 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3463 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/graphics/nanort/nanort-b1feea8/examples/common/
H A Dstb_image.h3367 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3376 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3377 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3378 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3510 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3511 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3512 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/STBICodec/src/stbi/
H A Dstb_image.h3367 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3376 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3377 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3378 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3510 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3511 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3512 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/3rdparty/stb/include/
H A Dstb_image.h3318 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3327 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3328 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3329 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3461 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3462 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3463 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/
H A Dstb_image.h3318 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3327 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3328 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3329 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3461 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3462 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3463 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_image.h3367 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3376 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3377 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3378 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3510 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3511 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3512 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/stb/
H A Dstb_image.h3405 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3414 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3415 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3416 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3548 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3549 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3550 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/devel/sfml/SFML-2.5.1/extlibs/headers/stb_image/
H A Dstb_image.h3318 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3327 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3328 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3329 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3461 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3462 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3463 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()
/dports/devel/stb/stb-f54acd4/
H A Dstb_image.h3515 #define stbi__float2fixed(x) (((int) ((x) * 4096.0f + 0.5f)) << 8) macro
3524 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_row()
3525 …g = y_fixed + (cr*-stbi__float2fixed(0.71414f)) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_row()
3526 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_row()
3658 r = y_fixed + cr* stbi__float2fixed(1.40200f); in stbi__YCbCr_to_RGB_simd()
3659 … g = y_fixed + cr*-stbi__float2fixed(0.71414f) + ((cb*-stbi__float2fixed(0.34414f)) & 0xffff0000); in stbi__YCbCr_to_RGB_simd()
3660 b = y_fixed + cb* stbi__float2fixed(1.77200f); in stbi__YCbCr_to_RGB_simd()

123