[x265] [PATCH 00 of 29 ] intra refactoring: intra prediction with modified dc, planar and angular prediction functions

Ashok Kumar Mishra ashok at multicorewareinc.com
Tue Jan 13 10:00:55 CET 2015


The patch series is intended for intra optimization.

In HEVC implementation, the left neighbouring pixels were storing in
144 bytes apart. The optimized version of the code uses only

257(1 + 2 * 128) bytes which is reduced from (1152 * 1056 + 768) bytes
initially used. Both left and above neighboring pixels are stored in
one buffer.

Apart from that planar and angular prediction functions are modified
to optimize. Because of that reason it was required to rewrite the
corresponding asm functions.



On Tue, Jan 13, 2015 at 1:54 PM, Steve Borho <steve at borho.org> wrote:

> On 01/13, dnyaneshwar at multicorewareinc.com wrote:
> >
>
> When you send a patchbomb of this size, the summary email should have a
> fairly detailed description of what the series is intended to
> accomplish.
>
> If you want anyone to review your patches, you need to sell them on how
> great they are up front.
>
> --
> Steve Borho
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20150113/9a4d2673/attachment.html>


More information about the x265-devel mailing list