Lines Matching refs:get_bits
39 if (get_bits(&s->gb, 22) != 0x20) {
43 s->picture_number = get_bits(&s->gb, 8); /* picture timestamp */
56 format = get_bits(&s->gb, 3);
80 format = get_bits(&s->gb, 3);
85 if(get_bits(&s->gb, 2))
92 if(get_bits(&s->gb, 5))
94 if(get_bits(&s->gb, 5) != 1)
98 int ar = get_bits(&s->gb, 4);
103 s->avctx->sample_aspect_ratio.num = get_bits(&s->gb, 8); // aspect ratio - width
104 s->avctx->sample_aspect_ratio.den = get_bits(&s->gb, 8); // aspect ratio - height
112 s->chroma_qscale= s->qscale = get_bits(&s->gb, 5);