Re: [FFmpeg-devel] [PATCH v4 0/1] [WIP] avutil/csp changes

2022-05-24 Thread Michael Niedermayer
On Mon, May 23, 2022 at 05:01:38PM -0400, Leo Izen wrote: > Changes in v4: > - Provide the patch with an AVCIExy struct so we can discuss its > potential pros and cons > > Changes in v3: > - increase precision for AVR() macro to 100k, at haasn's request > - add #define AVUTIL_CSP_DENOM 10 >

[FFmpeg-devel] [PATCH v4 0/1] [WIP] avutil/csp changes

2022-05-23 Thread Leo Izen
Changes in v4: - Provide the patch with an AVCIExy struct so we can discuss its potential pros and cons Changes in v3: - increase precision for AVR() macro to 100k, at haasn's request - add #define AVUTIL_CSP_DENOM 10 - add 0.5 to the AVR macro definition to get exact values from truncation