public static class VUIParameters.BitstreamRestriction
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
int |
log2_max_mv_length_horizontal |
|
int |
log2_max_mv_length_vertical |
|
int |
max_bits_per_mb_denom |
|
int |
max_bytes_per_pic_denom |
|
int |
max_dec_frame_buffering |
|
boolean |
motion_vectors_over_pic_boundaries_flag |
|
int |
num_reorder_frames |
| Constructor | Description |
|---|---|
BitstreamRestriction() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
public boolean motion_vectors_over_pic_boundaries_flag
public int max_bytes_per_pic_denom
public int max_bits_per_mb_denom
public int log2_max_mv_length_horizontal
public int log2_max_mv_length_vertical
public int num_reorder_frames
public int max_dec_frame_buffering
Copyright © 2018. All rights reserved.