Lines Matching refs:get_bits
34 if (get_bits(&s->gb, 17) != 1) {
38 format = get_bits(&s->gb, 5);
44 s->picture_number = get_bits(&s->gb, 8); /* picture timestamp */
45 format = get_bits(&s->gb, 3);
48 width = get_bits(&s->gb, 8);
49 height = get_bits(&s->gb, 8);
52 width = get_bits(&s->gb, 16);
53 height = get_bits(&s->gb, 16);
84 s->pict_type = AV_PICTURE_TYPE_I + get_bits(&s->gb, 2);
90 s->chroma_qscale = s->qscale = get_bits(&s->gb, 5);