Lines Matching refs:xChromaOffset
1110 determined by the pname:xChromaOffset and pname:yChromaOffset members of the
1132 image::{images}/chromasamples_422_cosited.svg[align="center",title="422 downsampling, xChromaOffset…
1134 …hromasamples_422_midpoint.svg[align="center",title="422 downsampling, xChromaOffset=MIDPOINT",opts…
1136 …les_420_xcosited_ycosited.svg[align="center",title="420 downsampling, xChromaOffset=COSITED_EVEN, …
1138 …es_420_xmidpoint_ycosited.svg[align="center",title="420 downsampling, xChromaOffset=MIDPOINT, yChr…
1140 …es_420_xcosited_ymidpoint.svg[align="center",title="420 downsampling, xChromaOffset=COSITED_EVEN, …
1142 …s_420_xmidpoint_ymidpoint.svg[align="center",title="420 downsampling, xChromaOffset=MIDPOINT, yChr…
1200 pname:xChromaOffset and pname:yChromaOffset have no effect if
1210 *** If pname:xChromaOffset is ename:VK_CHROMA_LOCATION_COSITED_EVEN:
1221 *** If pname:xChromaOffset is ename:VK_CHROMA_LOCATION_MIDPOINT:
1244 0.5 \times (i) & \textrm{xChromaOffset = COSITED}\_\textrm{EVEN} \\
1245 0.5 \times (i - 0.5) & \textrm{xChromaOffset = MIDPOINT}
1300 behave as if pname:xChromaOffset and pname:yChromaOffset were both
1320 0.5\times (u + 0.5), & \textrm{xChromaOffset = COSITED}\_\textrm{EVEN} \\
1321 0.5\times u, & \textrm{xChromaOffset = MIDPOINT}