changeset 23000:16ae5604c82b

test widths all down to one. this tests whether the scalers correctly switch to plain C when width < unit size of assembly code.
author ivo
date Wed, 18 Apr 2007 14:22:42 +0000
parents 499526183645
children 07fddc91014f
files libswscale/cs_test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/cs_test.c	Wed Apr 18 09:58:04 2007 +0000
+++ b/libswscale/cs_test.c	Wed Apr 18 14:22:42 2007 +0000
@@ -118,7 +118,7 @@
         av_log(NULL, AV_LOG_INFO,".");
         memset(srcBuffer, srcByte, SIZE);
 
-        for(width=32; width<64; width++){
+        for(width=63; width>0; width--){
             int dstOffset;
             for(dstOffset=128; dstOffset<196; dstOffset+=4){
                 int srcOffset;