• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:get_bits

252         pqdiff = get_bits(gb, 3);
254 v->altpq = get_bits(gb, 5);
260 v->dqprofile = get_bits(gb, 2);
264 v->dqsbedge = get_bits(gb, 2);
274 pqdiff = get_bits(gb, 3);
276 v->altpq = get_bits(gb, 5);
297 v->profile = get_bits(gb, 2);
319 v->frmrtq_postproc = get_bits(gb, 3); //common
321 v->bitrtq_postproc = get_bits(gb, 5); //common
357 v->dquant = get_bits(gb, 2); //common
377 v->s.max_b_frames = avctx->max_b_frames = get_bits(gb, 3); //common
378 v->quantizer_mode = get_bits(gb, 2); //common
383 v->s.avctx->width = v->s.avctx->coded_width = get_bits(gb, 11);
384 v->s.avctx->height = v->s.avctx->coded_height = get_bits(gb, 11);
421 v->level = get_bits(gb, 3);
425 v->chromaformat = get_bits(gb, 2);
433 v->frmrtq_postproc = get_bits(gb, 3); //common
435 v->bitrtq_postproc = get_bits(gb, 5); //common
438 v->s.avctx->coded_width = (get_bits(gb, 12) + 1) << 1;
439 v->s.avctx->coded_height = (get_bits(gb, 12) + 1) << 1;
465 w = get_bits(gb, 14) + 1;
466 h = get_bits(gb, 14) + 1;
469 ar = get_bits(gb, 4);
473 w = get_bits(gb, 8) + 1;
474 h = get_bits(gb, 8) + 1;
490 v->s.avctx->time_base.den = get_bits(gb, 16) + 1;
493 nr = get_bits(gb, 8);
494 dr = get_bits(gb, 4);
507 v->color_prim = get_bits(gb, 8);
508 v->transfer_char = get_bits(gb, 8);
509 v->matrix_coef = get_bits(gb, 8);
516 v->hrd_num_leaky_buckets = get_bits(gb, 5);
539 v->dquant = get_bits(gb, 2);
542 v->quantizer_mode = get_bits(gb, 2);
551 avctx->width = avctx->coded_width = (get_bits(gb, 12) + 1) << 1;
552 avctx->height = avctx->coded_height = (get_bits(gb, 12) + 1) << 1;
558 v->range_mapy = get_bits(gb, 3);
562 v->range_mapuv = get_bits(gb, 3);
618 pqindex = get_bits(gb, 5);
646 v->respic = get_bits(gb, 2);
669 v->lumscale = get_bits(gb, 6);
670 v->lumshift = get_bits(gb, 6);
721 v->s.mv_table_index = get_bits(gb, 2); //but using ff_vc1_ tables
722 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[get_bits(gb, 2)];
733 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
761 v->s.mv_table_index = get_bits(gb, 2);
762 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[get_bits(gb, 2)];
773 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
850 v->fptype = get_bits(gb, 3);
878 v->rptfrm = get_bits(gb, 2);
900 v->refdist = get_bits(gb, 2);
927 pqindex = get_bits(gb, 5);
949 v->postproc = get_bits(gb, 2);
1005 v->lumscale = get_bits(gb, 6);
1006 v->lumshift = get_bits(gb, 6);
1012 mbmodetab = get_bits(gb, 2);
1017 imvtab = get_bits(gb, 2);
1020 icbptab = get_bits(gb, 3);
1022 twomvbptab = get_bits(gb, 2);
1025 fourmvbptab = get_bits(gb, 2);
1052 v->lumscale = get_bits(gb, 6);
1053 v->lumshift = get_bits(gb, 6);
1056 v->lumscale2 = get_bits(gb, 6);
1057 v->lumshift2 = get_bits(gb, 6);
1096 v->s.mv_table_index = get_bits(gb, 2); //but using ff_vc1_ tables
1097 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[get_bits(gb, 2)];
1103 mbmodetab = get_bits(gb, 3);
1104 imvtab = get_bits(gb, 2 + v->numref);
1109 icbptab = get_bits(gb, 3);
1113 fourmvbptab = get_bits(gb, 2);
1129 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
1171 mbmodetab = get_bits(gb, 3);
1176 imvtab = get_bits(gb, 3);
1178 icbptab = get_bits(gb, 3);
1181 fourmvbptab = get_bits(gb, 2);
1200 v->s.mv_table_index = get_bits(gb, 2);
1201 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[get_bits(gb, 2)];
1213 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];