Skip to content

Commit

Permalink
Add CSP_CENTER.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdaede committed Aug 10, 2020
1 parent 07bf57d commit b640cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 07.bitstream.semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,11 @@ 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 | In the middle between four luma samples
{:.table .table-sm .table-bordered }

**Note:** This field may be overridden by future metadata specifications.

**separate_uv_delta_q** equal to 1 indicates that the U and V planes may have separate delta quantizer values.
separate_uv_delta_q equal to 0 indicates that the U and V planes will share the same delta quantizer value.

Expand Down

0 comments on commit b640cde

Please sign in to comment.