pdecoder.m
上传用户:cxsjwj
上传日期:2022-08-09
资源大小:34k
文件大小:0k
- function [layer]= pdecoder(c,array,MatAC,MatDC,bufferImage,motionVect)
- mbSize=8;
- subP=deRunLength(c,array,MatAC,MatDC);
- imgComp = motionComp(bufferImage, motionVect,mbSize);
- layer=double(imadd(imgComp,subP));