VC-2 12.3.4.1 - slice_parameters() */
| 427 | |
| 428 | /* VC-2 12.3.4.1 - slice_parameters() */ |
| 429 | static void encode_slice_params(VC2EncContext *s) |
| 430 | { |
| 431 | put_vc2_ue_uint(&s->pb, s->num_x); |
| 432 | put_vc2_ue_uint(&s->pb, s->num_y); |
| 433 | put_vc2_ue_uint(&s->pb, s->prefix_bytes); |
| 434 | put_vc2_ue_uint(&s->pb, s->size_scaler); |
| 435 | } |
| 436 | |
| 437 | /* 1st idx = LL, second - vertical, third - horizontal, fourth - total */ |
| 438 | static const uint8_t vc2_qm_col_tab[][4] = { |
no test coverage detected