diff options
author | Rick Tillery <rtillery@ti.com> | 2011-12-08 15:38:50 -0600 |
---|---|---|
committer | Rick Tillery <rtillery@ti.com> | 2011-12-08 15:38:50 -0600 |
commit | 751717ffcf0fa25ab30258b265d0496b6e71c58d (patch) | |
tree | 094f14c7355e9867b97c09e0e52ddc3dd9314c66 | |
parent | 811061541729d9ad145af8774f4560cbc9954a8a (diff) | |
download | hardware_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.html | 12 |
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. 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. This will not include no dithering. 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. 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. This will not include no dithering. 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. 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. This will not include no dithering. 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>
|