it's about video compression using java source code: hence the digital video information must be compressed
video info. must be compressed prior to transmition & decompressed (decoded) before displaying at reciever.
'coze it has lot of redundency ,namely ,spatial & the temporal redundency . this is the motivation for compressing
I know a little Java...
If you are trying to create a compression algorithm, then good luck with the Math, its BSc/Masters level.
To compress/decompress (once seperate algorithms are made) just a few methods are needed, the





Both methods are just as effective in terms of compression, but the latter can run much more efficiently on a many core processor. Even with a well designed algorithm, a lot of performance can be wasted when individual threads have to synchronise.