Skip to content
Snippets Groups Projects
Commit 4a606c83 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

av_memcpy_backptr: optimise some special cases


- Add special cases for offsets of 2, 3, or 4 bytes.  This means the
  offset is always >4 in the generic case, allowing 32-bit copies to
  be used there.
- Don't use memcpy() for sizes less than 16 bytes.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 5e39bb07
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment