Changes between Initial Version and Version 1 of Ticket #10882


Ignore:
Timestamp:
Feb 25, 2024, 10:39:06 PM (2 years ago)
Author:
Kieran Kunhya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10882 – Description

    initial v1  
    33Swscale appears to run hscale and vscale on the unscaled luma plane as follows:
    44
     5{{{
    56dst[x] = (src[x] * (2^n)) >> n;
     7}}}
    68
    79This uses a lot of CPU for no benefit.