• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:get_bits

241         pqdiff = get_bits(gb, 3);
243 v->altpq = get_bits(gb, 5);
249 v->dqprofile = get_bits(gb, 2);
253 v->dqsbedge = get_bits(gb, 2);
263 pqdiff = get_bits(gb, 3);
265 v->altpq = get_bits(gb, 5);
286 v->profile = get_bits(gb, 2);
309 v->frmrtq_postproc = get_bits(gb, 3); //common
311 v->bitrtq_postproc = get_bits(gb, 5); //common
347 v->dquant = get_bits(gb, 2); //common
367 v->s.max_b_frames = avctx->max_b_frames = get_bits(gb, 3); //common
368 v->quantizer_mode = get_bits(gb, 2); //common
373 int w = get_bits(gb, 11);
374 int h = get_bits(gb, 11);
414 v->level = get_bits(gb, 3);
418 v->chromaformat = get_bits(gb, 2);
426 v->frmrtq_postproc = get_bits(gb, 3); //common
428 v->bitrtq_postproc = get_bits(gb, 5); //common
431 v->max_coded_width = (get_bits(gb, 12) + 1) << 1;
432 v->max_coded_height = (get_bits(gb, 12) + 1) << 1;
456 w = get_bits(gb, 14) + 1;
457 h = get_bits(gb, 14) + 1;
460 ar = get_bits(gb, 4);
464 w = get_bits(gb, 8) + 1;
465 h = get_bits(gb, 8) + 1;
482 v->s.avctx->time_base.den = get_bits(gb, 16) + 1;
485 nr = get_bits(gb, 8);
486 dr = get_bits(gb, 4);
499 v->s.avctx->color_primaries = get_bits(gb, 8);
500 v->s.avctx->color_trc = get_bits(gb, 8);
501 v->s.avctx->colorspace = get_bits(gb, 8);
509 v->hrd_num_leaky_buckets = get_bits(gb, 5);
536 v->dquant = get_bits(gb, 2);
539 v->quantizer_mode = get_bits(gb, 2);
548 w = (get_bits(gb, 12)+1)<<1;
549 h = (get_bits(gb, 12)+1)<<1;
563 v->range_mapy = get_bits(gb, 3);
567 v->range_mapuv = get_bits(gb, 3);
651 v->multires = get_bits(gb, 2) == 1;
690 pqindex = get_bits(gb, 5);
718 v->respic = get_bits(gb, 2);
741 v->lumscale = get_bits(gb, 6);
742 v->lumshift = get_bits(gb, 6);
779 v->s.mv_table_index = get_bits(gb, 2); //but using ff_vc1_ tables
780 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[get_bits(gb, 2)];
791 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
819 v->s.mv_table_index = get_bits(gb, 2);
820 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[get_bits(gb, 2)];
831 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
896 v->fptype = get_bits(gb, 3);
926 v->rptfrm = get_bits(gb, 2);
950 v->refdist = get_bits(gb, 2);
979 pqindex = get_bits(gb, 5);
1001 v->postproc = get_bits(gb, 2);
1057 v->lumscale = get_bits(gb, 6);
1058 v->lumshift = get_bits(gb, 6);
1066 mbmodetab = get_bits(gb, 2);
1071 imvtab = get_bits(gb, 2);
1074 icbptab = get_bits(gb, 3);
1076 twomvbptab = get_bits(gb, 2);
1079 fourmvbptab = get_bits(gb, 2);
1112 v->lumscale = get_bits(gb, 6);
1113 v->lumshift = get_bits(gb, 6);
1116 v->lumscale2 = get_bits(gb, 6);
1117 v->lumshift2 = get_bits(gb, 6);
1171 v->s.mv_table_index = get_bits(gb, 2); //but using ff_vc1_ tables
1172 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[get_bits(gb, 2)];
1178 mbmodetab = get_bits(gb, 3);
1179 imvtab = get_bits(gb, 2 + v->numref);
1184 icbptab = get_bits(gb, 3);
1188 fourmvbptab = get_bits(gb, 2);
1204 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];
1251 mbmodetab = get_bits(gb, 3);
1256 imvtab = get_bits(gb, 3);
1258 icbptab = get_bits(gb, 3);
1261 fourmvbptab = get_bits(gb, 2);
1286 mbmodetab = get_bits(gb, 2);
1288 imvtab = get_bits(gb, 2);
1291 icbptab = get_bits(gb, 3);
1293 twomvbptab = get_bits(gb, 2);
1295 fourmvbptab = get_bits(gb, 2);
1312 v->s.mv_table_index = get_bits(gb, 2);
1313 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[get_bits(gb, 2)];
1325 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)];