• John Tyner's avatar
    [PATCH] [patch] speed/clean up vicam_decode_color · e107779b
    John Tyner authored
    This patch cleans up the vicam_decode_color function by removing
    unused/useless variables and combining the two "x" loops inside the
    y loop into one. It also reduces the number of times that the "x"
    loop occurs from 512 to 320 which should provide a decent speed
    increase. It also fixes a bug in the y loop that wrote beyond its bound.
    e107779b
vicam.c 36.8 KB