OpenCores
URL https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk

Subversion Repositories bluespec-h264

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 27 to Rev 28
    Reverse comparison

Rev 27 → Rev 28

/trunk/test/test.pl
17,7 → 17,8
{
chomp($_);
print $_;
print $_;
print " ";
`cp ./h264/$_ input.264`;
system("wc input.264 | awk \'{printf(\"%08x\\n%08x\\n%08x\\n%08x\\n\", \$3, \$3, \$3, \$3)}\' > input_size.hex");
`perl hexfilegen.pl input.264`;
26,5 → 27,6
`./decoder/bin/ldecod.exe -i input.264 -o out_gold.yuv`;
$out=`diff -q out_gold.yuv out_hw.yuv`;
print $out;
print "\n";
}
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.