Skip to content

Commit

Permalink
Add CSP_CENTER.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdaede committed May 16, 2024
1 parent 5e04f3f commit 06c2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07.bitstream.semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ that subsampling_x is equal to 0 and subsampling_y is equal to 0.
| 0 | CSP_UNKNOWN | Unknown (in this case the source video transfer function must be signaled outside the AV1 bitstream)
| 1 | CSP_VERTICAL | Horizontally co-located with (0, 0) luma sample, vertical position in the middle between two luma samples
| 2 | CSP_COLOCATED | co-located with (0, 0) luma sample
| 3 | CSP_RESERVED |
| 3 | CSP_CENTER | Horizontal position in the middle between two luma samples, vertical position in the middle between two luma samples
{:.table .table-sm .table-bordered }

**separate_uv_delta_q** equal to 1 indicates that the U and V planes may have separate delta quantizer values.
Expand Down

0 comments on commit 06c2eb2

Please sign in to comment.