INF5063 - Non-mandatory Assignment 1

First non-mandatory assignment in INF5063,. The assignment will be discussed on the group lecture on September 8th.

Tasks for non-mandatory assignment 1:

  • Download the Motion JPEG encoder from Bitbucket
  • The MJPEG code is an unoptimized single threaded encoder. This code will also be used for the other non-mandatory assignments in the course.
  • Try to apply some of the SSE SIMD optimizations presented on the first lecture. Parts of the SSE code is available on the course web pages, other parts are on slides. Use profiling and benchmarks to see how this improves the execution time of your program.
  • Test the MJPEG unmodified MJPEG code on one of the Jetson TX1 development kits. Use ARM NEON to optimize the encoder, with focus on the DCT-part of the code.
Published Sep. 2, 2016 9:45 AM - Last modified Sep. 2, 2016 9:45 AM