summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Tillery <rtillery@ti.com>2011-12-08 15:38:50 -0600
committerRick Tillery <rtillery@ti.com>2011-12-08 15:38:50 -0600
commit751717ffcf0fa25ab30258b265d0496b6e71c58d (patch)
tree094f14c7355e9867b97c09e0e52ddc3dd9314c66
parent811061541729d9ad145af8774f4560cbc9954a8a (diff)
downloadhardware_ti_omap4-751717ffcf0fa25ab30258b265d0496b6e71c58d.zip
hardware_ti_omap4-751717ffcf0fa25ab30258b265d0496b6e71c58d.tar.gz
hardware_ti_omap4-751717ffcf0fa25ab30258b265d0496b6e71c58d.tar.bz2
BLTsville docs: Added BVDITHER_GOOD_ON, BVDITHER_BETTER_ON, & BVDITHER_BEST_ON
Change-Id: I7c23c6575c35f2e2358f5903c6156eae41a28224 Signed-off-by: Rick Tillery <rtillery@ti.com>
-rw-r--r--bltsville/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/bltsville/index.html b/bltsville/index.html
index 2898d16..fa935d0 100644
--- a/bltsville/index.html
+++ b/bltsville/index.html
@@ -2067,6 +2067,10 @@ This may include no dithering.&nbsp; No implementation will
return an error for this setting.</td>
</tr>
<tr>
+<td class="inline_code">BVDITHER_GOOD_ON</td>
+<td>Any dithering technique available is used.&nbsp; This will not include no dithering.&nbsp; This may be higher quality than <span class="inline_code">BVDITHER_FASTEST_ON</span>.</td>
+</tr>
+<tr>
<td class="inline_code">BVDITHER_GOOD_RANDOM</td>
<td>A random dithering technique is chosen that may be higher quality than the
<span class="inline_code">BVDITHER_FASTEST_RANDOM</span> choice.</td>
@@ -2105,6 +2109,10 @@ This may include no dithering.&nbsp; No implementation will
return an error for this setting.</td>
</tr>
<tr>
+<td class="inline_code">BVDITHER_BETTER_ON</td>
+<td>Any dithering technique available is used.&nbsp; This will not include no dithering.&nbsp; This may be higher quality than <span class="inline_code">BVDITHER_GOOD_ON</span>.</td>
+</tr>
+<tr>
<td class="inline_code">BVDITHER_BETTER_RANDOM</td>
<td>A random dithering technique is chosen that may be higher quality than the
<span class="inline_code">BVDITHER_GOOD_RANDOM</span> choice.</td>
@@ -2140,6 +2148,10 @@ This may include no dithering.&nbsp; No implementation will return
an error for this setting.</td>
</tr>
<tr>
+<td class="inline_code">BVDITHER_BEST_ON</td>
+<td>Any dithering technique available is used.&nbsp; This will not include no dithering.&nbsp; This may be higher quality than <span class="inline_code">BVDITHER_BEST_ON</span>.</td>
+</tr>
+<tr>
<td class="inline_code">BVDITHER_BEST_RANDOM</td>
<td>The highest quality random dithering technique is chosen.</td>
</tr>