| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Theora
Revision: 15077
Author: xiphmont
Date: 27 Jun 2008 17:49:05
Changes:Also update 32 bit MMX with loop filter fix
Files:| ... | ...@@ -388,8 +388,8 @@ | |
| 388 | 388 | loop_filter_v(&pbi->LastFrameRecon[bp[0]],stride,ll); |
| 389 | 389 | if(bp+1<bp_right && !cp[1]) |
| 390 | 390 | loop_filter_h(&pbi->LastFrameRecon[bp[0]]+8,stride,ll); |
| 391 | if(bp+stride<bp_end && !cp[stride]) | |
| 392 | loop_filter_v(&pbi->LastFrameRecon[bp[h]]+8,stride,ll); | |
| 391 | if(bp+h<bp_end && !cp[h]) | |
| 392 | loop_filter_v(&pbi->LastFrameRecon[bp[h]],stride,ll); | |
| 393 | 393 | } |
| 394 | 394 | bp++; |
| 395 | 395 | cp++; |