Changes between Initial Version and Version 1 of Ticket #10882
- Timestamp:
- Feb 25, 2024, 10:39:06 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10882 – Description
initial v1 3 3 Swscale appears to run hscale and vscale on the unscaled luma plane as follows: 4 4 5 {{{ 5 6 dst[x] = (src[x] * (2^n)) >> n; 7 }}} 6 8 7 9 This uses a lot of CPU for no benefit.


