Changeset e5262ec4 in ffmpeg

Timestamp:
Jan 29, 2011, 3:13:26 AM (14 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
2e27959
Parents:
4d54df8e
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (01/27/11 03:37:50)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (01/29/11 03:13:26)
Message:

Optimize C version of ff_emulated_edge_mc().

From ~780 cycles to 551 cycles, mostly just by using libc memcpy()
instead of manually shuffling individual bytes around.

(No files)

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