]> granicus.if.org Git - libvpx/commit
Remove memcpy() in handle_inter_mode() filter selection.
authorRonald S. Bultje <rbultje@google.com>
Mon, 8 Jul 2013 21:49:48 +0000 (14:49 -0700)
committerRonald S. Bultje <rbultje@google.com>
Mon, 8 Jul 2013 23:22:39 +0000 (16:22 -0700)
commitfcf7998a47f7e1ec27fe93f99e488d345560a9be
treef5eba26176afbeb8582dc65b0a1a8dda5fbd36c3
parented995afba18ec356fa72772d20d3e2f93635b1e3
Remove memcpy() in handle_inter_mode() filter selection.

Encode time of first 50 frames of bus (speed 0) @ 1500kbps goes from
2min4.9 to 2min3.1, i.e. a 1.4% speedup overall.

Change-Id: Ibe8b08d159797504c5d0c5122de1b6da3b6595e0
vp9/encoder/vp9_rdopt.c