You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 0 | YCbCr | No Pixel transformation | plane then line |
1110
1114
| 1 | RGB | JPEG2000-RCT | line then plane |
1115
+
| 2 | BGGR (Bayer) | YDgCoCg-R | line then plane |
1111
1116
| Other | reserved for future use | reserved for future use | reserved for future use |
1112
1117
1113
1118
Restrictions:
@@ -1137,12 +1142,14 @@ Decoders SHOULD accept and interpret bits_per_raw_sample = 0 as 8.
1137
1142
### log2_h_chroma_subsample
1138
1143
1139
1144
PDF:`log2_h_chroma_subsample` indicates the subsample factor, stored in powers to which the number 2 must be raised, between luma and chroma width ($chroma\_width=2^{-log2\_h\_chroma\_subsample}luma\_width$).
1140
-
RFC:`log2_h_chroma_subsample` indicates the subsample factor, stored in powers to which the number 2 must be raised, between luma and chroma width (`chroma_width = 2^(-log2_h_chroma_subsample) * luma_width`).
1145
+
RFC:`log2_h_chroma_subsample` indicates the subsample factor, stored in powers to which the number 2 must be raised, between luma and chroma width (`chroma_width = 2^(-log2_h_chroma_subsample) * luma_width`).
1146
+
Inferred to be 0 if not present.
1141
1147
1142
1148
### log2_v_chroma_subsample
1143
1149
1144
1150
PDF:`log2_v_chroma_subsample` indicates the subsample factor, stored in powers to which the number 2 must be raised, between luma and chroma height ($chroma\_height=2^{-log2\_v\_chroma\_subsample}luma\_height$).
1145
-
RFC:`log2_v_chroma_subsample` indicates the subsample factor, stored in powers to which the number 2 must be raised, between luma and chroma height (`chroma_height=2^(-log2_v_chroma_subsample) * luma_height`).
1151
+
RFC:`log2_v_chroma_subsample` indicates the subsample factor, stored in powers to which the number 2 must be raised, between luma and chroma height (`chroma_height=2^(-log2_v_chroma_subsample) * luma_height`).
0 commit comments