GNOME Bugzilla – Bug 744778
simplevideomarkdetect: move offset calculations out of inner loops
Last modified: 2015-02-19 13:20:10 UTC
the calculations for detecting the videomark is being repeated in for loop unnecessarily. Moving this outside of for loop such that the code need not be executed evertime the loop is executed.
Created attachment 297257 [details] [review] Refactored simplevideomarkdetect
Created attachment 297258 [details] [review] Refactored simplevideomarkdetect
commit 1fa839033b88754a5fb3fedd9894d8a6fd4114e6 Author: Vineeth T M <vineeth.tm@samsung.com> Date: Thu Feb 19 17:21:46 2015 +0530 simplevideomarkdetect: move offset calculations out of inner loops the calculations for detecting the videomark is being repeated in for loop unnecessarily. Moving this outside of for loop such that the code need not be executed evertime the loop is executed. https://bugzilla.gnome.org/show_bug.cgi?id=744778