1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::y2r::CTR::DitheringWeightParams</title> 49 </head> 50 <body> 51<h1><CODE><a href="../../../../nn/Overview.html">nn</a>::<a href="../../../../nn/y2r/Overview.html">y2r</a>::<a href="../../../../nn/y2r/CTR/Overview.html">CTR</a>::DitheringWeightParams</CODE> Structure</h1> 52<h2>Syntax</h2> 53 <div class="section"> 54<pre class="definition">struct DitheringWeightParams 55{ 56 u16 w0_xEven_yEven; 57 u16 w0_xOdd_yEven; 58 u16 w0_xEven_yOdd; 59 u16 w0_xOdd_yOdd; 60 u16 w1_xEven_yEven; 61 u16 w1_xOdd_yEven; 62 u16 w1_xEven_yOdd; 63 u16 w1_xOdd_yOdd; 64 u16 w2_xEven_yEven; 65 u16 w2_xOdd_yEven; 66 u16 w2_xEven_yOdd; 67 u16 w2_xOdd_yOdd; 68 u16 w3_xEven_yEven; 69 u16 w3_xOdd_yEven; 70 u16 w3_xEven_yOdd; 71 u16 w3_xOdd_yOdd; 72}; 73</pre> 74 </div> 75<h2>Description</h2> 76 <div class="section"> 77<p>Structure representing a dithering pattern.</p><p>When temporal dithering is disabled, only the <CODE>w0_*</CODE> setting values may be used. When spatial dithering is disabled, only the <CODE>w*_xEven_yEven</CODE> setting values may be used. The values specified for each member variable must be between 0 and 3.</p><!-- write here --></div> 78 <a name="variable" id="variable"> 79<h2>Member Variables</h2> 80 <div class="section"> 81 <table class="members"> 82 <tr> 83 <td width="100"> </td> 84 <th> 85<span class="argument">w0_xEven_yEven</span> 86 </th> 87<td width="100">u16</td> 88<td>Weight of the pixels at t=0 (time) where the x-coordinate is even and the y-coordinate is even.</td> 89 </tr> 90 <tr> 91 <td width="100"> </td> 92 <th> 93<span class="argument">w0_xOdd_yEven</span> 94 </th> 95<td width="100">u16</td> 96<td>Weight of the pixels at t=0 (time) where the x-coordinate is odd and the y-coordinate is even.</td> 97 </tr> 98 <tr> 99 <td width="100"> </td> 100 <th> 101<span class="argument">w0_xEven_yOdd</span> 102 </th> 103<td width="100">u16</td> 104<td>Weight of the pixels at t=0 (time) where the x-coordinate is even and the y-coordinate is odd.</td> 105 </tr> 106 <tr> 107 <td width="100"> </td> 108 <th> 109<span class="argument">w0_xOdd_yOdd</span> 110 </th> 111<td width="100">u16</td> 112<td>Weight of the pixels at t=0 (time) where the x-coordinate is odd and the y-coordinate is odd.</td> 113 </tr> 114 <tr> 115 <td width="100"> </td> 116 <th> 117<span class="argument">w1_xEven_yEven</span> 118 </th> 119<td width="100">u16</td> 120<td>Weight of the pixels at t=1 (time) where the x-coordinate is even and the y-coordinate is even.</td> 121 </tr> 122 <tr> 123 <td width="100"> </td> 124 <th> 125<span class="argument">w1_xOdd_yEven</span> 126 </th> 127<td width="100">u16</td> 128<td>Weight of the pixels at t=1 (time) where the x-coordinate is odd and the y-coordinate is even.</td> 129 </tr> 130 <tr> 131 <td width="100"> </td> 132 <th> 133<span class="argument">w1_xEven_yOdd</span> 134 </th> 135<td width="100">u16</td> 136<td>Weight of the pixels at t=1 (time) where the x-coordinate is even and the y-coordinate is odd.</td> 137 </tr> 138 <tr> 139 <td width="100"> </td> 140 <th> 141<span class="argument">w1_xOdd_yOdd</span> 142 </th> 143<td width="100">u16</td> 144<td>Weight of the pixels at t=1 (time) where the x-coordinate is odd and the y-coordinate is odd.</td> 145 </tr> 146 <tr> 147 <td width="100"> </td> 148 <th> 149<span class="argument">w2_xEven_yEven</span> 150 </th> 151<td width="100">u16</td> 152<td>Weight of the pixels at t=2 (time) where the x-coordinate is even and the y-coordinate is even.</td> 153 </tr> 154 <tr> 155 <td width="100"> </td> 156 <th> 157<span class="argument">w2_xOdd_yEven</span> 158 </th> 159<td width="100">u16</td> 160<td>Weight of the pixels at t=2 (time) where the x-coordinate is odd and the y-coordinate is even.</td> 161 </tr> 162 <tr> 163 <td width="100"> </td> 164 <th> 165<span class="argument">w2_xEven_yOdd</span> 166 </th> 167<td width="100">u16</td> 168<td>Weight of the pixels at t=2 (time) where the x-coordinate is even and the y-coordinate is odd.</td> 169 </tr> 170 <tr> 171 <td width="100"> </td> 172 <th> 173<span class="argument">w2_xOdd_yOdd</span> 174 </th> 175<td width="100">u16</td> 176<td>Weight of the pixels at t=2 (time) where the x-coordinate is odd and the y-coordinate is odd.</td> 177 </tr> 178 <tr> 179 <td width="100"> </td> 180 <th> 181<span class="argument">w3_xEven_yEven</span> 182 </th> 183<td width="100">u16</td> 184<td>Weight of the pixels at t=3 (time) where the x-coordinate is even and the y-coordinate is even.</td> 185 </tr> 186 <tr> 187 <td width="100"> </td> 188 <th> 189<span class="argument">w3_xOdd_yEven</span> 190 </th> 191<td width="100">u16</td> 192<td>Weight of the pixels at t=3 (time) where the x-coordinate is odd and the y-coordinate is even.</td> 193 </tr> 194 <tr> 195 <td width="100"> </td> 196 <th> 197<span class="argument">w3_xEven_yOdd</span> 198 </th> 199<td width="100">u16</td> 200<td>Weight of the pixels at t=3 (time) where the x-coordinate is even and the y-coordinate is odd.</td> 201 </tr> 202 <tr> 203 <td width="100"> </td> 204 <th> 205<span class="argument">w3_xOdd_yOdd</span> 206 </th> 207<td width="100">u16</td> 208<td>Weight of the pixels at t=3 (time) where the x-coordinate is odd and the y-coordinate is odd.</td> 209 </tr> </table> 210 </div> 211 </a> 212<h2>Revision History</h2> 213 <div class="section"> 214 <dl class="history"> 215 <dt>2010/01/07</dt> 216<dd>Initial version.<br /> 217 </dd> 218 </dl> 219 </div> 220 <hr><p>CONFIDENTIAL</p></body> 221</html> 222