Commit fce7c6a6 authored by ivo's avatar ivo

test widths all down to one. this tests whether the scalers correctly switch

to plain C when width < unit size of assembly code.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@23018 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 6080edc6
......@@ -118,7 +118,7 @@ int main(int argc, char **argv)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment