Re: [FFmpeg-devel] [FFMpeg-Devel] [PATCH 4/7] Replaced BLOCK_HEIGHT macro with block_height and block_width variables

2015-03-13 Thread Michael Niedermayer
On Fri, Mar 13, 2015 at 02:15:11PM -0400, Tucker DiNapoli wrote: > This change is to allow support for different sized blocks, which will > be necessary for sse and avx. My plan is for the code to still act on > 8x8 blocks, but to process multiple 8x8 blocks in parallel when using > sse/avx. > ---

[FFmpeg-devel] [FFMpeg-Devel] [PATCH 4/7] Replaced BLOCK_HEIGHT macro with block_height and block_width variables

2015-03-13 Thread Tucker DiNapoli
This change is to allow support for different sized blocks, which will be necessary for sse and avx. My plan is for the code to still act on 8x8 blocks, but to process multiple 8x8 blocks in parallel when using sse/avx. --- libpostproc/postprocess.c | 3 --- libpostproc/postprocess_c.c