Re: [FFmpeg-devel] [PATCH v2 2/3] vaapi_encode: Rewrite slice/tile support

2020-08-14 Thread Mark Thompson
On 14/08/2020 10:30, Linjie Fu wrote: On Fri, Aug 14, 2020 at 5:51 AM Mark Thompson wrote: This precalculates all of the information we will need to define slice and tile positions at init time rather than rebuilding some of it with every slice. The control of tiles is generalised to match sl

Re: [FFmpeg-devel] [PATCH v2 2/3] vaapi_encode: Rewrite slice/tile support

2020-08-14 Thread Linjie Fu
On Fri, Aug 14, 2020 at 5:51 AM Mark Thompson wrote: > > This precalculates all of the information we will need to define slice > and tile positions at init time rather than rebuilding some of it with > every slice. The control of tiles is generalised to match slices, so that > arbitrary tile and

[FFmpeg-devel] [PATCH v2 2/3] vaapi_encode: Rewrite slice/tile support

2020-08-13 Thread Mark Thompson
This precalculates all of the information we will need to define slice and tile positions at init time rather than rebuilding some of it with every slice. The control of tiles is generalised to match slices, so that arbitrary tile and slice layouts are possible within the constraint that slices ca