Pinned Repositories
abac
adaptive arithmetic coder
ajsonify
Node: Asynchronous version of JSON.stringify()
binDCT8
BinDCT
Computer-Graphics
Some algorithms that I have learnt in computer graphics course
dwt53
DWT is a C++ library that implements the discrete wavelet transform for data compression. It provides functions for performing the forward and inverse DWT. DWT is a widely used method for data compression and has applications in various domains, including signal and image processing.
Dynamic-Marcov-Compression
DMC
node.pas
Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.
sdxfjs
SDXF JS Objects (de)serialization
stb-example
Load and Save images. Use 24 bit rgb surface.
vovach777's Repositories
vovach777/binDCT8
BinDCT
vovach777/dwt53
DWT is a C++ library that implements the discrete wavelet transform for data compression. It provides functions for performing the forward and inverse DWT. DWT is a widely used method for data compression and has applications in various domains, including signal and image processing.
vovach777/Dynamic-Marcov-Compression
DMC
vovach777/BitStream
Bit writer to buffer and read from buffer for codecs. based on ffmpeg code
vovach777/stb-example
Load and Save images. Use 24 bit rgb surface.
vovach777/BWT
BWT and 64 bit Binary transforms
vovach777/cabac265
vovach777/ChatAboutPelevin
ChatGPT Talk
vovach777/cmix
cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.
vovach777/copyble_atomic
vovach777/copyresize
Image interpolation. bililinear, bicubic, lanczos, dct. keep it simple stupid.
vovach777/cpp_slice_pattern
vovach777/dct-iv
dct-iv via fft
vovach777/dct4_2x2_levels
концепция сжатия изображения
vovach777/dht
Discrete Hartley Transform in C++
vovach777/draw_sfc
A 2D algorithm that combines Peano (3x3) and Hilbert (2x2) blocks was published by Lutz Tautenhahn in 2003
vovach777/E2LSH
vovach777/Eastern-Style-Bacon-Beefsteak
"Eastern-Style Bacon Beefsteak" — a unique hot dish combining beef, lamb, and aromatic spices. Crispy bacon, the bold flavor of Sichuan pepper, and tender texture make it a perfect choice for food lovers. Cook it on the grill or in the oven, and serve with sweet and spicy sauce and a fresh salad!
vovach777/fastDCTLee
Fast discrete cosine transform algorithms (C++) (dct.hpp)
vovach777/fft
c++ implementation
vovach777/huffman_advanced
Huffman coding in jpeg-like strategy.
vovach777/k-means
fork https://github.com/xtaci/algorithms/blob/master/include/k-means.h
vovach777/myargs
simple arguments parser
vovach777/NanoJPEG
NanoJPEG++ based on NanoJPEG Decoder.
vovach777/nasm_idct8x8_epi16_saturation
SIMD x86_64 int16_t x 8. Super fast. uses SSSE3 pmulhrsw (fixed point simd). Saturation mode. 64 x int16_t (transposed aligned16 block) -> 64 x uint8_t (with stride)
vovach777/orientation_and_navigation
vovach777/perlin_noise
vovach777/personagenes
vovach777/resampler
KISS Resampler
vovach777/triangleraster
A graphics demo written in C++ that demonstrates triangle rasterization.