]> git.sesse.net Git - vlc/commit
transform: inline the inner plane loops in the macro
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 17 Mar 2012 16:25:07 +0000 (18:25 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 17 Mar 2012 16:26:31 +0000 (18:26 +0200)
commitf963a92355f5e0640efafd3bacf6ea0370b28e0d
tree2e274274619dd9470aabc8a2f75ae2a215380d33
parent1250ccb91a273d440b2e8447c50be16314195926
transform: inline the inner plane loops in the macro

This enables GCC to inline the coordinate functions. Without this,
there was one function call per pixel component.
modules/video_filter/transform.c