[x265] [PATCH] setup function pointers for interp_vert_pp_c

Steve Borho steve at borho.org
Mon Oct 21 20:38:08 CEST 2013


On Mon, Oct 21, 2013 at 8:32 AM, <praveen at multicorewareinc.com> wrote:

> # HG changeset patch
> # User Praveen Tiwari
> # Date 1382362308 -19800
> # Node ID 621a7bc682427eaa1fdc22c54a8e4ab435a03983
> # Parent  b1b531241d70d96d09436fecad4c55879048c126
> setup function pointers for interp_vert_pp_c
>

folded this into the previous patch


>
> diff -r b1b531241d70 -r 621a7bc68242 source/common/ipfilter.cpp
> --- a/source/common/ipfilter.cpp        Mon Oct 21 18:46:53 2013 +0530
> +++ b/source/common/ipfilter.cpp        Mon Oct 21 19:01:48 2013 +0530
> @@ -571,7 +571,8 @@
>  // x265 private namespace
>
>  #define CHROMA(W, H) \
> -    p.chroma_hpp[CHROMA_ ## W ## x ## H] = interp_horiz_pp_c<4, W, H>
> +    p.chroma_hpp[CHROMA_ ## W ## x ## H] = interp_horiz_pp_c<4, W, H>;\
> +    p.chroma_vpp[CHROMA_ ## W ## x ## H] = interp_vert_pp_c<4, W, H>
>
>  #define LUMA(W, H) \
>      p.luma_hpp[LUMA_ ## W ## x ## H]     = interp_horiz_pp_c<8, W, H>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>



-- 
Steve Borho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131021/76489c6a/attachment.html>


More information about the x265-devel mailing list