No BSD License  

Highlights from
Scalable MPEG compression based on DCT coefficients

from Scalable MPEG compression based on DCT coefficients by Zahid Ali
This application makes 2 layers base Layer and enhancement layer from quantized coefficients

pDecoder(X,B,array,MatAC,MatDC,bufferImage,motionVect)
function [layer]= pDecoder(X,B,array,MatAC,MatDC,bufferImage,motionVect)
mbSize=16;
subP=deRunLength(X,B,array,MatAC,MatDC);
imgComp = motionComp(bufferImage, motionVect,mbSize);
layer=imgComp+subP;

Contact us at files@mathworks.com