On Sat, Jun 4, 2011 at 2:28 PM, Daniel Kang <[email protected]> wrote:

> Ports the majority of predict functions for 10-bit H.264.
>
> Parts are inspired from 8-bit predict code in Libav; other parts ported
> from x264 with relicensing permission from author.
> ---
>  libavcodec/x86/Makefile                 |    3 +-
>  libavcodec/x86/h264_intrapred_10bit.asm |  337
> +++++++++++++++++++++++++++++++
>  libavcodec/x86/h264_intrapred_init.c    |   61 ++++++-
>  3 files changed, 396 insertions(+), 5 deletions(-)
>  create mode 100644 libavcodec/x86/h264_intrapred_10bit.asm


The rest will be finished after luma/chroma MC and weight.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to