Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-26 17:42:23 +0400
committerMans Rullgard <mans@mansr.com>2012-11-23 16:04:17 +0400
commit4a606c830ae664013cea33800094d4d0f4ec62da (patch)
treea4cd85bfb69d4c61ea1a09c96fba09d2dfb8f1d1 /common.mak
parent5e39bb073a1d6fc6ac30b19893beefdd3c7d633f (diff)
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: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'common.mak')
0 files changed, 0 insertions, 0 deletions