Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSP_CENTER. #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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