Home
last modified time | relevance | path

Searched refs:FAST_BITS (Results 1 – 25 of 115) sorted by relevance

12345

/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgimagexdraw.c321 #if FAST_BITS in gdraw_8_on_8_nomag_dithered_masked()
334 #if FAST_BITS in gdraw_8_on_8_nomag_dithered_masked()
368 #if FAST_BITS in gdraw_8_on_8_nomag_dithered_masked()
387 #if FAST_BITS in gdraw_8_on_8_nomag_nodithered_masked()
402 #if FAST_BITS in gdraw_8_on_8_nomag_nodithered_masked()
425 #if FAST_BITS in gdraw_8_on_8_nomag_nodithered_masked()
445 #if FAST_BITS in gdraw_32_on_8_nomag_dithered_masked()
456 #if FAST_BITS in gdraw_32_on_8_nomag_dithered_masked()
489 #if FAST_BITS in gdraw_32_on_8_nomag_dithered_masked()
509 #if FAST_BITS in gdraw_32a_on_8_nomag_dithered()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
191 int16_t fast_ac[4][1 << FAST_BITS];
301 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg__build_huffman()
305 if (s <= FAST_BITS) in rjpeg__build_huffman()
308 int m = 1 << (FAST_BITS-s); in rjpeg__build_huffman()
322 for (i=0; i < (1 << FAST_BITS); ++i) in rjpeg__build_fast_ac()
338 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg__build_fast_ac()
386 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_huff_decode()
406 for (k=FAST_BITS+1 ; ; ++k) in rjpeg__jpeg_huff_decode()
529 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_decode_block()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
227 int16_t fast_ac[4][1 << FAST_BITS];
294 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg_build_huffman()
298 if (s <= FAST_BITS) in rjpeg_build_huffman()
301 int m = 1 << (FAST_BITS-s); in rjpeg_build_huffman()
315 for (i = 0; i < (1 << FAST_BITS); ++i) in rjpeg_build_fast_ac()
331 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg_build_fast_ac()
379 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_huff_decode()
399 for (k=FAST_BITS+1 ; ; ++k) in rjpeg_jpeg_huff_decode()
524 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_decode_block()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
227 int16_t fast_ac[4][1 << FAST_BITS];
294 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg_build_huffman()
298 if (s <= FAST_BITS) in rjpeg_build_huffman()
301 int m = 1 << (FAST_BITS-s); in rjpeg_build_huffman()
315 for (i = 0; i < (1 << FAST_BITS); ++i) in rjpeg_build_fast_ac()
331 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg_build_fast_ac()
379 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_huff_decode()
399 for (k=FAST_BITS+1 ; ; ++k) in rjpeg_jpeg_huff_decode()
524 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_decode_block()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
191 int16_t fast_ac[4][1 << FAST_BITS];
301 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg__build_huffman()
305 if (s <= FAST_BITS) in rjpeg__build_huffman()
308 int m = 1 << (FAST_BITS-s); in rjpeg__build_huffman()
322 for (i=0; i < (1 << FAST_BITS); ++i) in rjpeg__build_fast_ac()
338 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg__build_fast_ac()
386 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_huff_decode()
406 for (k=FAST_BITS+1 ; ; ++k) in rjpeg__jpeg_huff_decode()
529 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_decode_block()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
227 int16_t fast_ac[4][1 << FAST_BITS];
294 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg_build_huffman()
298 if (s <= FAST_BITS) in rjpeg_build_huffman()
301 int m = 1 << (FAST_BITS-s); in rjpeg_build_huffman()
315 for (i = 0; i < (1 << FAST_BITS); ++i) in rjpeg_build_fast_ac()
331 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg_build_fast_ac()
379 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_huff_decode()
399 for (k=FAST_BITS+1 ; ; ++k) in rjpeg_jpeg_huff_decode()
524 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_decode_block()
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
191 int16_t fast_ac[4][1 << FAST_BITS];
301 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg__build_huffman()
305 if (s <= FAST_BITS) in rjpeg__build_huffman()
308 int m = 1 << (FAST_BITS-s); in rjpeg__build_huffman()
322 for (i=0; i < (1 << FAST_BITS); ++i) in rjpeg__build_fast_ac()
338 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg__build_fast_ac()
386 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_huff_decode()
406 for (k=FAST_BITS+1 ; ; ++k) in rjpeg__jpeg_huff_decode()
529 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_decode_block()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
191 int16_t fast_ac[4][1 << FAST_BITS];
301 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg__build_huffman()
305 if (s <= FAST_BITS) in rjpeg__build_huffman()
308 int m = 1 << (FAST_BITS-s); in rjpeg__build_huffman()
322 for (i=0; i < (1 << FAST_BITS); ++i) in rjpeg__build_fast_ac()
338 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg__build_fast_ac()
386 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_huff_decode()
406 for (k=FAST_BITS+1 ; ; ++k) in rjpeg__jpeg_huff_decode()
529 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_decode_block()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
227 int16_t fast_ac[4][1 << FAST_BITS];
294 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg_build_huffman()
298 if (s <= FAST_BITS) in rjpeg_build_huffman()
301 int m = 1 << (FAST_BITS-s); in rjpeg_build_huffman()
315 for (i = 0; i < (1 << FAST_BITS); ++i) in rjpeg_build_fast_ac()
331 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg_build_fast_ac()
379 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_huff_decode()
399 for (k=FAST_BITS+1 ; ; ++k) in rjpeg_jpeg_huff_decode()
524 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_decode_block()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/jpeg/
H A Drjpeg.c176 uint8_t fast[1 << FAST_BITS];
227 int16_t fast_ac[4][1 << FAST_BITS];
294 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg_build_huffman()
298 if (s <= FAST_BITS) in rjpeg_build_huffman()
301 int m = 1 << (FAST_BITS-s); in rjpeg_build_huffman()
315 for (i = 0; i < (1 << FAST_BITS); ++i) in rjpeg_build_fast_ac()
331 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg_build_fast_ac()
379 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_huff_decode()
399 for (k=FAST_BITS+1 ; ; ++k) in rjpeg_jpeg_huff_decode()
524 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg_jpeg_decode_block()
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/jpeg/
H A Drjpeg.c298 uint8_t fast[1 << FAST_BITS];
313 int16_t fast_ac[4][1 << FAST_BITS];
414 memset(h->fast, 255, 1 << FAST_BITS); in rjpeg__build_huffman()
418 if (s <= FAST_BITS) in rjpeg__build_huffman()
421 int m = 1 << (FAST_BITS-s); in rjpeg__build_huffman()
435 for (i=0; i < (1 << FAST_BITS); ++i) in rjpeg__build_fast_ac()
451 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in rjpeg__build_fast_ac()
499 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_huff_decode()
519 for (k=FAST_BITS+1 ; ; ++k) in rjpeg__jpeg_huff_decode()
637 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in rjpeg__jpeg_decode_block()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A Dstb_image.h1344 stbi_uc fast[1 << FAST_BITS];
1359 stbi__int16 fast_ac[4][1 << FAST_BITS];
1431 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1434 if (s <= FAST_BITS) { in stbi__build_huffman()
1436 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1450 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1461 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1502 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1520 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1624 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dstb_image.h1344 stbi_uc fast[1 << FAST_BITS];
1359 stbi__int16 fast_ac[4][1 << FAST_BITS];
1431 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1434 if (s <= FAST_BITS) { in stbi__build_huffman()
1436 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1450 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1461 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1502 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1520 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1624 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_image.h1438 stbi_uc fast[1 << FAST_BITS];
1453 stbi__int16 fast_ac[4][1 << FAST_BITS];
1525 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1528 if (s <= FAST_BITS) { in stbi__build_huffman()
1530 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1544 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1555 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1596 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1614 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1719 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstb_image.h1503 stbi_uc fast[1 << FAST_BITS];
1518 stbi__int16 fast_ac[4][1 << FAST_BITS];
1590 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1593 if (s <= FAST_BITS) { in stbi__build_huffman()
1595 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1609 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1620 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1661 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1679 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1784 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/security/ridl/ridl-11b3240/nuklear/example/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gltf/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/third_party/
H A Dstb_image.c1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/example/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS);
1551 if (s <= FAST_BITS) {
1553 int m = 1 << (FAST_BITS-s);
1567 for (i=0; i < (1 << FAST_BITS); ++i) {
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits);
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1);
1637 for (k=FAST_BITS+1 ; ; ++k)
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1);
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/example/
H A Dstb_image.h1461 stbi_uc fast[1 << FAST_BITS];
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1548 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1551 if (s <= FAST_BITS) { in stbi__build_huffman()
1553 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1567 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1578 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
1619 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1637 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
1742 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]

12345