Changeset 7aa6510f in ffmpeg

Timestamp:
Jul 29, 2024, 6:16:41 PM (4 months ago)
Author:
Rémi Denis-Courmont <remi@remlab.net>
Branches:
master
Children:
7b24f96c
Parents:
c98127c0
git-author:
Rémi Denis-Courmont <remi@remlab.net> (07/22/24 18:06:38)
git-committer:
Rémi Denis-Courmont <remi@remlab.net> (07/29/24 18:16:41)
Message:

lavc/vp9dsp: copy 8 pixels at once

In the 8-bit case, we can actually read/write 8 aligned pixel values per
load/store, which unsurprisingly tends to be faster on 64-bit systems (and
makes no differences on 32-bit systems). This requires ifdef'ing though.

(No files)

Note: See TracChangeset for help on using the changeset viewer.