Re: [FFmpeg-devel] [PATCH 4/6] hevcdsp: replace the SAOParams struct parameter from sao_edge_filter

2015-02-04 Thread James Almer
On 04/02/15 4:23 AM, Mickaël Raulet wrote: lgtm. Mickael Applied. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 4/6] hevcdsp: replace the SAOParams struct parameter from sao_edge_filter

2015-02-03 Thread James Almer
As with sao_band_filter, pass instead the two variables from the struct needed in the function. This simplifies writing asm optimized versions. Signed-off-by: James Almer jamr...@gmail.com --- libavcodec/hevc_filter.c | 4 +++- libavcodec/hevcdsp.h | 4 ++--

Re: [FFmpeg-devel] [PATCH 4/6] hevcdsp: replace the SAOParams struct parameter from sao_edge_filter

2015-02-03 Thread Mickaël Raulet
lgtm. Mickael 2015-02-04 4:55 GMT+01:00 James Almer jamr...@gmail.com: As with sao_band_filter, pass instead the two variables from the struct needed in the function. This simplifies writing asm optimized versions. Signed-off-by: James Almer jamr...@gmail.com ---