On Fri, Aug 26, 2016 at 11:42:03AM +0200, Luca Barbato wrote: > On 24/08/16 13:02, Diego Biurrun wrote: > > VP5 has no arch-specific optimizations (nor will it get some in the > > future), so it makes no sense to try to share dsp init code with VP6. > > --- > > libavcodec/arm/vp6dsp_init_arm.c | 4 +-- > > libavcodec/vp5.c | 1 + > > libavcodec/vp56.c | 1 - > > libavcodec/vp56.h | 1 + > > libavcodec/vp56dsp.c | 72 > > +++++++++++++++++++++------------------- > > libavcodec/vp56dsp.h | 10 +++--- > > libavcodec/vp6.c | 1 + > > libavcodec/x86/vp6dsp_init.c | 2 +- > > 8 files changed, 49 insertions(+), 43 deletions(-) > > Not against, but I wonder if only that little code is shared between the > two codecs.
More code is shared in vp56.[ch], but almost no dsp code is shared. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
