diff options
author | Stone Chen <chen.stonechen@gmail.com> | 2024-05-28 15:09:00 -0400 |
---|---|---|
committer | Nuo Mi <nuomi2021@gmail.com> | 2024-05-29 21:35:34 +0800 |
commit | 55e9c758f07de6f40489a2fc5f2b35ab368329f0 (patch) | |
tree | 0839dee80ac230175eeee38a0c74cceee46aa7ec /libavutil/tree.h | |
parent | 510494760cde847e4417231f10c9759d0da6cb07 (diff) | |
download | ffmpeg-55e9c758f07de6f40489a2fc5f2b35ab368329f0.tar.gz |
libavcode/x86/vvc: change label to vvc_sad_16 to reflect block sizes
According to the VVC specification (section 8.5.1), the maximum width/height of a subblock passed for DMVR SAD is 16. This along with previous constraint requiring width * height >= 128 means that 8x16, 16x8, and 16x16 are the only allowed sizes. This re-labels vvc_sad_16_128 to vvc_sad_16 to reflect this and adds a comment about the block size constraints. There's no functionality change.
Diffstat (limited to 'libavutil/tree.h')
0 files changed, 0 insertions, 0 deletions