From: Laurent Pinchart Date: Fri, 18 Feb 2011 12:41:50 +0000 (-0300) Subject: [media] omap3isp: resizer: Use 4-tap mode equations when the ratio is <= 512 X-Git-Tag: v2.6.39-rc6~40^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f792e4f6ac12d45b0eca12f505295c48182a8fd2;p=pandora-kernel.git [media] omap3isp: resizer: Use 4-tap mode equations when the ratio is <= 512 As the number of phases/taps, used to select the correct equations to compute the ratio, depends on the ratio, start with the 7-tap mode equations to compute an approximation of the ratio, and switch to the 4-tap mode equations if the approximation is lower than or equal to 512. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed