Lines Matching refs:get_bits
128 val |= get_bits(&s->gb, shift);
827 motion_type = get_bits(&s->gb, 2);
988 cbp |= get_bits(&s->gb, mb_block_count - 6);
1329 ref = get_bits(&s->gb, 10); /* temporal ref */
1330 s->pict_type = get_bits(&s->gb, 3);
1334 vbv_delay = get_bits(&s->gb, 16);
1339 f_code = get_bits(&s->gb, 3);
1348 f_code = get_bits(&s->gb, 3);
1375 s->avctx->profile = get_bits(&s->gb, 3);
1376 s->avctx->level = get_bits(&s->gb, 4);
1378 s->chroma_format = get_bits(&s->gb, 2); /* chroma_format 1=420, 2=422, 3=444 */
1385 horiz_size_ext = get_bits(&s->gb, 2);
1386 vert_size_ext = get_bits(&s->gb, 2);
1389 bit_rate_ext = get_bits(&s->gb, 12); /* XXX: handle it */
1392 s1->rc_buffer_size += get_bits(&s->gb, 8) * 1024 * 16 << 10;
1398 s1->frame_rate_ext.num = get_bits(&s->gb, 2) + 1;
1399 s1->frame_rate_ext.den = get_bits(&s->gb, 5) + 1;
1425 s->avctx->color_primaries = get_bits(&s->gb, 8);
1426 s->avctx->color_trc = get_bits(&s->gb, 8);
1427 s->avctx->colorspace = get_bits(&s->gb, 8);
1429 w = get_bits(&s->gb, 14);
1431 h = get_bits(&s->gb, 14);
1482 int v = get_bits(&s->gb, 8);
1517 s->mpeg_f_code[0][0] = get_bits(&s->gb, 4);
1518 s->mpeg_f_code[0][1] = get_bits(&s->gb, 4);
1519 s->mpeg_f_code[1][0] = get_bits(&s->gb, 4);
1520 s->mpeg_f_code[1][1] = get_bits(&s->gb, 4);
1541 s->intra_dc_precision = get_bits(&s->gb, 2);
1542 s->picture_structure = get_bits(&s->gb, 2);
2071 width = get_bits(&s->gb, 12);
2072 height = get_bits(&s->gb, 12);
2079 s1->aspect_ratio_info = get_bits(&s->gb, 4);
2085 s1->frame_rate_index = get_bits(&s->gb, 4);
2091 s->bit_rate = get_bits(&s->gb, 18) * 400LL;
2096 s1->rc_buffer_size = get_bits(&s->gb, 10) * 1024 * 16;
2235 cc_count = get_bits(&gb, 5);
2251 field = get_bits(&gb, 2);
2253 cc1 = get_bits(&gb, 8);
2254 cc2 = get_bits(&gb, 8);
2416 tc = s1->timecode_frame_start = get_bits(&s->gb, 25);
2560 switch (get_bits(&s2->gb, 4)) {
2993 s->flags = get_bits(gb, 8);