Re: Frame I DC value problem
"Xwen.Kong" <[email protected]> Tue, 22 Sep 2009 15:31:18 +0800
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
sorry, the code shoud to be modified as: if (S<=0) { /*
dont predict */ for (j = 0; j < 6; j++){
pMB->acpred_directions[j] = 0;
qcoeff[j * 64] += predictors[j][0]
}
....
>
> ...
>