Lines Matching refs:get_bits
30 #include "get_bits.h"
514 return (ret<<order) + get_bits(gb, order);
677 int rem_mode = get_bits(gb, 2);
824 sub_type[block] = get_bits(&h->gb, 2);
944 h->qp = get_bits(gb, 6);
969 h->stc = get_bits(gb, 8);
999 h->cur.f->pict_type = get_bits(&h->gb, 2) + AV_PICTURE_TYPE_I;
1037 h->cur.poc = get_bits(&h->gb, 8) * 2;
1071 h->qp = get_bits(&h->gb, 6);
1179 h->profile = get_bits(&h->gb, 8);
1185 h->level = get_bits(&h->gb, 8);
1188 width = get_bits(&h->gb, 14);
1189 height = get_bits(&h->gb, 14);
1201 h->aspect_ratio = get_bits(&h->gb, 4);
1202 frame_rate_code = get_bits(&h->gb, 4);