On 19 July 2018 at 16:29, James Darnley <jdarn...@obe.tv> wrote: > On 2018-07-19 17:23, Rostislav Pehlivanov wrote: > > > > Could you provide standard overall transform results using > START/STOP_TIMER > > rather than overall decoding speed? > > Coefficients sizes and therefore golomb unpacking speed changes with > > respect to the transform so potentially there could be somewhat of a > > bottleneck on decoding before the inverse transform. > > Ah, you are right about that. Should I limit the depth to 1 so that the > functions operate on the same width all the time? Anyway, I will get > the timers in there. > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel >
Yep, use depth 1 for all transforms and use the biggest slices possible. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel