Conversioni dell'intervallo di dati YUV-RGB
Se si desidera eseguire la conversione da input RGB o YUV a output YUV o RGB, il comportamento previsto dipende dall'intervallo di dati di input:
Input | Input | Input | Input | Output | Output | Output | Output | Operazione |
---|---|---|---|---|---|---|---|---|
data | format | RGB | Nominale | RGB | Nominale | format | data | |
range | range | range | range | range | range | |||
0-255 | YUV | N/D | 2 | N/D | 2 | YUV | 0-255 | Nessuno |
16-235 | YUV | N/D | 1 | N/D | 1 | YUV | 16-235 | Nessuno |
16-235 | YUV | N/D | 1 | N/D | 2 | YUV | 0-255 | Scalabilità |
0-255 | YUV | N/D | 2 | N/D | 1 | YUV | 16-235 | Scalabilità |
0-255 | RGB | 0 | N/D | N/D | 1 | YUV | 16-235 | RGBtoYUV |
0-255 | RGB | 0 | N/D | N/D | 2 | YUV | 0-255 | RGBtoYUV |
16-235 | YUV | N/D | 1 | 0 | N/D | RGB | 0-255 | YUVtoRGB |
0-255 | YUV | N/D | 2 | 0 | N/D | RGB | 0-255 | YUVtoRGB |
In questo caso l'intervallo nominale è il valore costante dell'enumerazione DXVAHDDDI_NOMINAL_RANGE .
Vedere intervalli di formato YUV in Windows 8.1 per le definizioni degli intervalli di formato YUV.