]> git.sesse.net Git - ffmpeg/commit
vf_lut: avoid rgb component indexing in the inner loop
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 3 Apr 2012 16:30:07 +0000 (18:30 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 3 Apr 2012 16:30:07 +0000 (18:30 +0200)
commit38477e1981a7729b02d9a2f45142c53dc78625fe
treecb778598d83ad9a9cec2fd88b6ae35173aa1408c
parent002d9ded4a6f982b12cfe14314abb49c9fb55085
vf_lut: avoid rgb component indexing in the inner loop

15k->10k cpu cycles

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_lut.c