Lines Matching refs:get_bits
24 #include "get_bits.h"
86 profile = get_bits(&gb, 8);
87 level = get_bits(&gb, 8);
93 width = get_bits(&gb, 14);
94 height = get_bits(&gb, 14);
96 chroma = get_bits(&gb, 2);
97 sample_precision = get_bits(&gb, 3);
99 encoding_precision = get_bits(&gb, 3);
101 aspect_ratio = get_bits(&gb, 4);
102 frame_rate_code = get_bits(&gb, 4);
109 low_delay = get_bits(&gb, 1);