/*
 * Copyright 2019 Xilinx Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
Important:
  ./test_jpeg_ultrafast 
  ./test_performance_ultrafast 
  ./test_accuracy_ultrafast

1, compile

    execute the following command:

      sh build.sh

2, copy the compiled executable file and test image to the development board.

   run the executable file.
    
    sample : ./test_jpeg_ultrafast ultrafast_pt sample_ultrafast.jpg
      output : UltraFastResult

          lane: 0
              ( -2, 247.882 )
              ( -2, 268.368 )
              ( -2, 288.854 )
              ( -2, 307.292 )
              ( 730.817, 327.778 )
              ( 671.416, 348.264 )
              ( 608.646, 368.75 )
              ( 551.536, 387.188 )
              ( 490.697, 407.674 )
              ( 425.765, 428.16 )
              ( 367.173, 448.646 )
              ( 312.498, 467.083 )
              ( 255.389, 487.569 )
              ( 196.213, 508.056 )
              ( 139.075, 528.542 )
              ( 87.3739, 546.979 )
              ( 35.2661, 567.465 )
              ( 12.2224, 587.951 )
          lane: 1
              ( -2, 247.882 )
              ( -2, 268.368 )
              ( -2, 288.854 )
              ( -2, 307.292 )
              ( 808.312, 327.778 )
              ( 794.863, 348.264 )
              ( 783.233, 368.75 )
              ( 773.241, 387.188 )
              ( 761.784, 407.674 )
              ( 751.682, 428.16 )
              ( 741.094, 448.646 )
              ( 731.572, 467.083 )
              ( 720.562, 487.569 )
              ( 709.742, 508.056 )
              ( 700.307, 528.542 )
              ( 690.03, 546.979 )
              ( 675.887, 567.465 )
              ( 663.764, 587.951 )
          lane: 2
              ( -2, 247.882 )
              ( -2, 268.368 )
              ( -2, 288.854 )
              ( -2, 307.292 )
              ( 895.701, 327.778 )
              ( 940.579, 348.264 )
              ( 985.89, 368.75 )
              ( 1033.02, 387.188 )
              ( 1076.86, 407.674 )
              ( 1122.78, 428.16 )
              ( 1167.57, 448.646 )
              ( 1210.68, 467.083 )
              ( 1257.7, 487.569 )
              ( 1303.64, 508.056 )
              ( 1345.54, 528.542 )
              ( 1385.26, 546.979 )
              ( 1429.1, 567.465 )
              ( 1472.42, 587.951 )
          lane: 3
              ( -2, 247.882 )
              ( -2, 268.368 )
              ( -2, 288.854 )
              ( -2, 307.292 )
              ( -2, 327.778 )
              ( -2, 348.264 )
              ( -2, 368.75 )
              ( -2, 387.188 )
              ( -2, 407.674 )
              ( -2, 428.16 )
              ( -2, 448.646 )
              ( -2, 467.083 )
              ( -2, 487.569 )
              ( -2, 508.056 )
              ( -2, 528.542 )
              ( -2, 546.979 )
              ( -2, 567.465 )
              ( -2, 587.951 )



    sample : ./test_performance_ultrafast ultrafast_pt -t 4 -s 20   test_performance_ultrafast.list

    sample : ./test_accuracy_ultrafast ultrafast_pt  test_accuracy_ultrafast.list

   
