<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Flash: More Efficient Blur filter Values</title>
	<link>http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/</link>
	<description>Lessrain Blog</description>
	<pubDate>Wed, 08 Feb 2012 22:04:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Diferents approaches to get next highest power of 2 &#124; xperiments.es</title>
		<link>http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/#comment-140109</link>
		<dc:creator>Diferents approaches to get next highest power of 2 &#124; xperiments.es</dc:creator>
		<pubDate>Sat, 06 Feb 2010 23:13:07 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/#comment-140109</guid>
		<description>&lt;p&gt;[...] From: http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/ [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] From: <a href="http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/" rel="nofollow">http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diferents approaches to get next highest power of 2 - blog.xperiments.es</title>
		<link>http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/#comment-138672</link>
		<dc:creator>Diferents approaches to get next highest power of 2 - blog.xperiments.es</dc:creator>
		<pubDate>Thu, 30 Apr 2009 08:53:12 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/#comment-138672</guid>
		<description>&lt;p&gt;[...] http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/   [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/" rel="nofollow">http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/</a>   [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piXelero</title>
		<link>http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/#comment-138169</link>
		<dc:creator>piXelero</dc:creator>
		<pubDate>Tue, 03 Mar 2009 19:13:36 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-more-efficient-blur-filter-values/#comment-138169</guid>
		<description>&lt;p&gt;... inspiring !&lt;/p&gt;

&lt;p&gt;What about:&lt;/p&gt;

&lt;p&gt;function nextPowerOfTwo(value&lt;em&gt;:int):int {
    return value&lt;/em&gt;&#60;2 ? 1 : 1 &#60;&#60; (value_-1).toString(2).length;
}&lt;/p&gt;

&lt;p&gt;// get the log2 by the length of value in binary and 2pow by shifting
// I needed the value_&#60;2 condition for cases 0 and 1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8230; inspiring !</p>
<p>What about:</p>
<p>function nextPowerOfTwo(value<em>:int):int {<br />
    return value</em>&lt;2 ? 1 : 1 &lt;&lt; (value_-1).toString(2).length;<br />
}</p>
<p>// get the log2 by the length of value in binary and 2pow by shifting<br />
// I needed the value_&lt;2 condition for cases 0 and 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

