The following Matlab project contains the source code and Matlab examples used for mpeg compression.
this is the implementation of mpeg2 compression for doing streaming over internet (streaming over IP is not implemented yet) this code might be difficult to understand bcz very little comments have been made.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
bdecoder.m | 251 |
bFrameCal.m | 143 |
bFrameProc.m | 690 |
BmotionEstARPS.m | 6400 |
BmotionEstDS.m | 19584 |
BmotionEstES.m | 3253 |
BmotionEstTSS.m | 4730 |
chkcategory.m | 1557 |
compensatedFrame.m | 563 |
compensatedFrameB.m | 602 |
costFuncMAD.m | 574 |
decoder.m | 7583 |
deRunLength.m | 69 |
dezigzag.m | 757 |
forwardDCT.m | 415 |
GOP.m | 1848 |
Idecoder.m | 217 |
imgPSNR.m | 487 |
inverseDCT.m | 516 |
main44.asv | 6479 |
main44.m | 6479 |
makeLayers.m | 35 |
MC.m | 498 |
minCost.m | 700 |
motionComp.m | 1094 |
motionEstARPS.m | 6181 |
motionEstDS.m | 19407 |
motionEstES.m | 2501 |
motionEstTSS.m | 4647 |
news.avi | 7614976 |
pdecoder.m | 214 |
pFrameCal.m | 174 |
PmotionEstES.m | 2498 |
Qtable2.txt | 1024 |
read me.txt | 571 |
zeroMatrixCount.m | 76 |
ZigZag.m | 1502 |