AV_PICTURE_TYPE_B  636 libavcodec/cavsdec.c     if (h->cur.f->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  980 libavcodec/cavsdec.c         if (h->cur.f->pict_type > AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  986 libavcodec/cavsdec.c            (!h->DPB[1].f->data[0] && h->cur.f->pict_type == AV_PICTURE_TYPE_B))
AV_PICTURE_TYPE_B 1003 libavcodec/cavsdec.c     ret = ff_get_buffer(h->avctx, h->cur.f, h->cur.f->pict_type == AV_PICTURE_TYPE_B ?
AV_PICTURE_TYPE_B 1020 libavcodec/cavsdec.c     if (h->cur.f->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1028 libavcodec/cavsdec.c     if (h->cur.f->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1053 libavcodec/cavsdec.c         if (!(h->cur.f->pict_type == AV_PICTURE_TYPE_B && h->pic_structure == 1))
AV_PICTURE_TYPE_B 1103 libavcodec/cavsdec.c     if (h->cur.f->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1215 libavcodec/cavsdec.c             if (h->cur.f->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  206 libavcodec/dirac_parser.c             s->pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  280 libavcodec/dxva2_h264.c     if (h->slice_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B   53 libavcodec/dxva2_mpeg2.c     if (s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B   67 libavcodec/dxva2_mpeg2.c     pp->bPicBackwardPrediction       = s->pict_type == AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B   59 libavcodec/dxva2_vc1.c     if (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type)
AV_PICTURE_TYPE_B   83 libavcodec/dxva2_vc1.c     pp->bPicBackwardPrediction  = s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type;
AV_PICTURE_TYPE_B  122 libavcodec/dxva2_vc1.c                                   ((s->pict_type != AV_PICTURE_TYPE_B) << 2) |
AV_PICTURE_TYPE_B  171 libavcodec/dxva2_vc1.c     slice->bReservedBits       = (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) ? v->bfraction_lut_index + 9 : 0;
AV_PICTURE_TYPE_B 1148 libavcodec/error_resilience.c     if (s->cur_pic.f->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1300 libavcodec/error_resilience.c         if (s->cur_pic.f->pict_type != AV_PICTURE_TYPE_B &&
AV_PICTURE_TYPE_B  639 libavcodec/h261dec.c     if ((avctx->skip_frame >= AVDISCARD_NONREF && s->pict_type == AV_PICTURE_TYPE_B) ||
AV_PICTURE_TYPE_B  250 libavcodec/h263dec.c             if (s->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  571 libavcodec/h263dec.c         (s->pict_type == AV_PICTURE_TYPE_B || s->droppable))
AV_PICTURE_TYPE_B  574 libavcodec/h263dec.c          s->pict_type == AV_PICTURE_TYPE_B)    ||
AV_PICTURE_TYPE_B  581 libavcodec/h263dec.c         if (s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  587 libavcodec/h263dec.c     if ((!s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  677 libavcodec/h263dec.c     if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
AV_PICTURE_TYPE_B  120 libavcodec/h264.c         if (cur->pict_type == AV_PICTURE_TYPE_B || h->low_delay ||
AV_PICTURE_TYPE_B  913 libavcodec/h264.c     if(   cur->f.pict_type == AV_PICTURE_TYPE_B
AV_PICTURE_TYPE_B 1048 libavcodec/h264.c         if (h->slice_type_nos != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1285 libavcodec/h264.c         if (h->slice_type_nos == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1291 libavcodec/h264.c             if (h->slice_type_nos == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1305 libavcodec/h264.c         if (h->slice_type_nos == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1081 libavcodec/h264.h     if (h->slice_type_nos == AV_PICTURE_TYPE_B && CABAC(h)) {
AV_PICTURE_TYPE_B 1355 libavcodec/h264_cabac.c     if( h->slice_type_nos == AV_PICTURE_TYPE_B )
AV_PICTURE_TYPE_B 1464 libavcodec/h264_cabac.c     if( h->slice_type_nos == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1932 libavcodec/h264_cabac.c     if( h->slice_type_nos == AV_PICTURE_TYPE_B ) {
AV_PICTURE_TYPE_B 1934 libavcodec/h264_cabac.c         av_assert2(h->slice_type_nos == AV_PICTURE_TYPE_B);
AV_PICTURE_TYPE_B 2076 libavcodec/h264_cabac.c         if( h->slice_type_nos == AV_PICTURE_TYPE_B ) {
AV_PICTURE_TYPE_B  734 libavcodec/h264_cavlc.c     if(h->slice_type_nos == AV_PICTURE_TYPE_B){
AV_PICTURE_TYPE_B  842 libavcodec/h264_cavlc.c         if(h->slice_type_nos == AV_PICTURE_TYPE_B){
AV_PICTURE_TYPE_B  143 libavcodec/h264_direct.c     if (h->slice_type_nos != AV_PICTURE_TYPE_B || h->direct_spatial_mv_pred)
AV_PICTURE_TYPE_B  717 libavcodec/h264_mvpred.h                     if (h->slice_type_nos == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  807 libavcodec/h264_mvpred.h     if (h->slice_type_nos == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  174 libavcodec/h264_parser.c         (h->pps.weighted_bipred_idc == 1 && h->slice_type_nos == AV_PICTURE_TYPE_B))
AV_PICTURE_TYPE_B  119 libavcodec/h264_refs.c     if (h->slice_type_nos == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  175 libavcodec/h264_refs.c     if (h->slice_type_nos == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1340 libavcodec/h264_slice.c         (h->avctx->skip_frame >= AVDISCARD_BIDIR  && h->slice_type_nos == AV_PICTURE_TYPE_B) ||
AV_PICTURE_TYPE_B 1525 libavcodec/h264_slice.c         if (!h->sps.direct_8x8_inference_flag && slice_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1818 libavcodec/h264_slice.c          h->slice_type_nos == AV_PICTURE_TYPE_B))
AV_PICTURE_TYPE_B 1821 libavcodec/h264_slice.c              h->slice_type_nos == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1847 libavcodec/h264_slice.c         if (h->pps.weighted_bipred_idc == 2 && h->slice_type_nos == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1853 libavcodec/h264_slice.c     if (h->slice_type_nos == AV_PICTURE_TYPE_B && !h->direct_spatial_mv_pred)
AV_PICTURE_TYPE_B 1917 libavcodec/h264_slice.c          h->slice_type_nos == AV_PICTURE_TYPE_B) ||
AV_PICTURE_TYPE_B 2020 libavcodec/h264_slice.c                h->slice_type == AV_PICTURE_TYPE_B ? (h->direct_spatial_mv_pred ? "SPAT" : "TEMP") : "");
AV_PICTURE_TYPE_B 2031 libavcodec/h264_slice.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B   38 libavcodec/h264data.h     AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B, AV_PICTURE_TYPE_I,
AV_PICTURE_TYPE_B  225 libavcodec/hevc_parser.c             s->pict_type = sh->slice_type == B_SLICE ? AV_PICTURE_TYPE_B :
AV_PICTURE_TYPE_B  707 libavcodec/ituh263dec.c     } else if(s->pict_type==AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1000 libavcodec/ituh263dec.c         case 3: s->pict_type= AV_PICTURE_TYPE_B;break;
AV_PICTURE_TYPE_B 1100 libavcodec/ituh263dec.c     if (s->pict_type!=AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  185 libavcodec/libx264.c             frame->pict_type == AV_PICTURE_TYPE_B ? X264_TYPE_B :
AV_PICTURE_TYPE_B  291 libavcodec/libx264.c         ctx->coded_frame->pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  242 libavcodec/libx265.c                             pic->pict_type == AV_PICTURE_TYPE_B ? X265_TYPE_B :
AV_PICTURE_TYPE_B  181 libavcodec/libxavs.c         avctx->coded_frame->pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  748 libavcodec/libxvid.c         picture->pict_type == AV_PICTURE_TYPE_B ? XVID_TYPE_BVOP :
AV_PICTURE_TYPE_B  797 libavcodec/libxvid.c             p->pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  151 libavcodec/libxvid_rc.c     if (s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1651 libavcodec/motion_est.c                         if(s->pict_type==AV_PICTURE_TYPE_B || s->current_picture.mc_mb_var[xy] < s->current_picture.mb_var[xy])
AV_PICTURE_TYPE_B  896 libavcodec/motion_est_template.c     if ((s->pict_type == AV_PICTURE_TYPE_B && !(c->flags & FLAG_DIRECT)) ||
AV_PICTURE_TYPE_B  793 libavcodec/mpeg12dec.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B 1169 libavcodec/mpeg12dec.c     if (!(s->pict_type == AV_PICTURE_TYPE_B || s->low_delay))
AV_PICTURE_TYPE_B 1407 libavcodec/mpeg12dec.c         s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1416 libavcodec/mpeg12dec.c     if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1587 libavcodec/mpeg12dec.c             s->pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B 1820 libavcodec/mpeg12dec.c                    (s->pict_type == AV_PICTURE_TYPE_B ? "B" : "S")),
AV_PICTURE_TYPE_B 1850 libavcodec/mpeg12dec.c                         (dir == 1 && s->pict_type != AV_PICTURE_TYPE_B)) {
AV_PICTURE_TYPE_B 2077 libavcodec/mpeg12dec.c         if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
AV_PICTURE_TYPE_B 2628 libavcodec/mpeg12dec.c                     if (s2->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 2646 libavcodec/mpeg12dec.c                      s2->pict_type == AV_PICTURE_TYPE_B) ||
AV_PICTURE_TYPE_B  445 libavcodec/mpeg12enc.c         s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  454 libavcodec/mpeg12enc.c     if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  469 libavcodec/mpeg12enc.c             s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  475 libavcodec/mpeg12enc.c         if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  740 libavcodec/mpeg12enc.c          (s->pict_type == AV_PICTURE_TYPE_B && s->mv_dir == s->last_mv_dir &&
AV_PICTURE_TYPE_B   38 libavcodec/mpeg4video.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  125 libavcodec/mpeg4videodec.c         if (s->pict_type == AV_PICTURE_TYPE_B ||
AV_PICTURE_TYPE_B  470 libavcodec/mpeg4videodec.c             if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1435 libavcodec/mpeg4videodec.c     } else if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1652 libavcodec/mpeg4videodec.c             if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 2230 libavcodec/mpeg4videodec.c     if (s->pict_type == AV_PICTURE_TYPE_B && s->low_delay &&
AV_PICTURE_TYPE_B 2236 libavcodec/mpeg4videodec.c     s->partitioned_frame = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B 2278 libavcodec/mpeg4videodec.c     if (s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 2371 libavcodec/mpeg4videodec.c         if (s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 2429 libavcodec/mpeg4videodec.c         if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 2444 libavcodec/mpeg4videodec.c                    s->pict_type == AV_PICTURE_TYPE_I ? "I" : (s->pict_type == AV_PICTURE_TYPE_P ? "P" : (s->pict_type == AV_PICTURE_TYPE_B ? "B" : "S")),
AV_PICTURE_TYPE_B  220 libavcodec/mpeg4videoenc.c     if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  508 libavcodec/mpeg4videoenc.c     PutBitContext *const tex_pb = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B ? &s->tex_pb : &s->pb;
AV_PICTURE_TYPE_B  515 libavcodec/mpeg4videoenc.c         if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  682 libavcodec/mpeg4videoenc.c                         if (!pic || pic->f->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  903 libavcodec/mpeg4videoenc.c     if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1105 libavcodec/mpeg4videoenc.c     s->partitioned_frame = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B 1138 libavcodec/mpeg4videoenc.c     if (s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B   54 libavcodec/mpegutils.c         if (cur->pict_type == AV_PICTURE_TYPE_B || low_delay ||
AV_PICTURE_TYPE_B   62 libavcodec/mpegutils.c         if (cur->pict_type == AV_PICTURE_TYPE_B &&
AV_PICTURE_TYPE_B 1781 libavcodec/mpegvideo.c     if (s->pict_type != AV_PICTURE_TYPE_B && s->last_picture_ptr &&
AV_PICTURE_TYPE_B 1819 libavcodec/mpegvideo.c         if (s->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1850 libavcodec/mpegvideo.c     if (s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1868 libavcodec/mpegvideo.c         if (s->pict_type == AV_PICTURE_TYPE_B && s->next_picture_ptr && s->next_picture_ptr->f->buf[0])
AV_PICTURE_TYPE_B 1916 libavcodec/mpegvideo.c         s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 2359 libavcodec/mpegvideo.c                                 (pict->pict_type!= AV_PICTURE_TYPE_B))
AV_PICTURE_TYPE_B 2365 libavcodec/mpegvideo.c                                 (pict->pict_type!= AV_PICTURE_TYPE_B))
AV_PICTURE_TYPE_B 2858 libavcodec/mpegvideo.c                 s->pict_type != AV_PICTURE_TYPE_B && !s->first_field) {
AV_PICTURE_TYPE_B 2874 libavcodec/mpegvideo.c                 s->pict_type == AV_PICTURE_TYPE_B || s->first_field) {
AV_PICTURE_TYPE_B 3080 libavcodec/mpegvideo.c         || !(s->encoding && (s->intra_only || s->pict_type==AV_PICTURE_TYPE_B) && s->avctx->mb_decision != FF_MB_DECISION_RD)) { //FIXME precalc
AV_PICTURE_TYPE_B 3087 libavcodec/mpegvideo.c         const int readable= s->pict_type != AV_PICTURE_TYPE_B || s->encoding || s->avctx->draw_horiz_band || lowres_flag;
AV_PICTURE_TYPE_B 3149 libavcodec/mpegvideo.c                     if ((!s->no_rounding) || s->pict_type==AV_PICTURE_TYPE_B){
AV_PICTURE_TYPE_B 3167 libavcodec/mpegvideo.c                 if(  (s->avctx->skip_idct >= AVDISCARD_NONREF && s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 3320 libavcodec/mpegvideo.c     if(!(s->pict_type==AV_PICTURE_TYPE_B && s->avctx->draw_horiz_band && s->picture_structure==PICT_FRAME))
AV_PICTURE_TYPE_B 3411 libavcodec/mpegvideo.c     if (s->pict_type != AV_PICTURE_TYPE_B && !s->partitioned_frame && !s->er.error_occurred)
AV_PICTURE_TYPE_B 1292 libavcodec/mpegvideo_enc.c     b_lambda = s->last_lambda_for[AV_PICTURE_TYPE_B];
AV_PICTURE_TYPE_B 1365 libavcodec/mpegvideo_enc.c                                      AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B 1480 libavcodec/mpegvideo_enc.c                 if (type && type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1483 libavcodec/mpegvideo_enc.c             if (s->input_picture[b_frames]->f->pict_type == AV_PICTURE_TYPE_B &&
AV_PICTURE_TYPE_B 1512 libavcodec/mpegvideo_enc.c                     AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B 1522 libavcodec/mpegvideo_enc.c                AV_PICTURE_TYPE_B ? 3 : 0;
AV_PICTURE_TYPE_B 1604 libavcodec/mpegvideo_enc.c     if (s->pict_type!= AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1637 libavcodec/mpegvideo_enc.c     if (s->pict_type != AV_PICTURE_TYPE_B && s->last_picture_ptr &&
AV_PICTURE_TYPE_B 1651 libavcodec/mpegvideo_enc.c     if (s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1799 libavcodec/mpegvideo_enc.c                 if (s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1900 libavcodec/mpegvideo_enc.c         if (!s->low_delay && s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 2079 libavcodec/mpegvideo_enc.c                         if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 2184 libavcodec/mpegvideo_enc.c         if ((!s->no_rounding) || s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 2628 libavcodec/mpegvideo_enc.c             if(s->pict_type==AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 3101 libavcodec/mpegvideo_enc.c                         qpi = s->pict_type == AV_PICTURE_TYPE_B ? 2 : 0;
AV_PICTURE_TYPE_B 3203 libavcodec/mpegvideo_enc.c                     s->out_format == FMT_H263 && s->pict_type!=AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 3329 libavcodec/mpegvideo_enc.c                     s->out_format == FMT_H263 && s->pict_type!=AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 3465 libavcodec/mpegvideo_enc.c     if(s->pict_type==AV_PICTURE_TYPE_B){
AV_PICTURE_TYPE_B 3501 libavcodec/mpegvideo_enc.c     }else if(s->pict_type!=AV_PICTURE_TYPE_B){
AV_PICTURE_TYPE_B 3511 libavcodec/mpegvideo_enc.c         if(s->pict_type==AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 3539 libavcodec/mpegvideo_enc.c         if (s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 3596 libavcodec/mpegvideo_enc.c         if(s->pict_type==AV_PICTURE_TYPE_B){
AV_PICTURE_TYPE_B  845 libavcodec/mpegvideo_motion.c     if (!is_mpeg12 && s->obmc && s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  902 libavcodec/mpegvideo_motion.c             if (   s->picture_structure != s->field_select[dir][0] + 1 && s->pict_type != AV_PICTURE_TYPE_B && !s->first_field
AV_PICTURE_TYPE_B  918 libavcodec/mpegvideo_motion.c                 || s->pict_type == AV_PICTURE_TYPE_B || s->first_field) && ref_picture[0]) {
AV_PICTURE_TYPE_B  129 libavcodec/mpegvideo_xvmc.c         case  AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  940 libavcodec/nvenc.c         avctx->coded_frame->pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  260 libavcodec/ratecontrol.c                     rce.pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  376 libavcodec/ratecontrol.c         rce->pict_type == AV_PICTURE_TYPE_B ? (rce->f_code + rce->b_code) * 0.5 : rce->f_code,
AV_PICTURE_TYPE_B  382 libavcodec/ratecontrol.c         rce->pict_type == AV_PICTURE_TYPE_B,
AV_PICTURE_TYPE_B  388 libavcodec/ratecontrol.c         rcc->last_qscale_for[AV_PICTURE_TYPE_B],
AV_PICTURE_TYPE_B  394 libavcodec/ratecontrol.c         rcc->p_cplx_sum[AV_PICTURE_TYPE_B] / (double)rcc->frame_count[AV_PICTURE_TYPE_B],
AV_PICTURE_TYPE_B  430 libavcodec/ratecontrol.c     else if (pict_type == AV_PICTURE_TYPE_B && s->avctx->b_quant_factor < 0.0)
AV_PICTURE_TYPE_B  449 libavcodec/ratecontrol.c     else if (pict_type == AV_PICTURE_TYPE_B &&
AV_PICTURE_TYPE_B  468 libavcodec/ratecontrol.c     if (pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  485 libavcodec/ratecontrol.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  797 libavcodec/ratecontrol.c         if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay)
AV_PICTURE_TYPE_B  946 libavcodec/ratecontrol.c                      const_bits[AV_PICTURE_TYPE_B];
AV_PICTURE_TYPE_B  322 libavcodec/rv10.c         s->pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  329 libavcodec/rv10.c     if (s->low_delay && s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  333 libavcodec/rv10.c     if (!s->last_picture_ptr && s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  418 libavcodec/rv10.c         if (s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  427 libavcodec/rv10.c     if (s->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  439 libavcodec/rv10.c     if (RV_GET_MINOR_VER(rv->sub_id) <= 1 && s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  457 libavcodec/rv10.c     av_assert0(s->pict_type != AV_PICTURE_TYPE_B || !s->low_delay);
AV_PICTURE_TYPE_B  667 libavcodec/rv10.c         if (s->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  766 libavcodec/rv10.c         if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
AV_PICTURE_TYPE_B  127 libavcodec/rv30.c     if(s->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  403 libavcodec/rv34.c         if(s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1600 libavcodec/rv34.c     if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
AV_PICTURE_TYPE_B 1675 libavcodec/rv34.c         si.type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1680 libavcodec/rv34.c     if(   (avctx->skip_frame >= AVDISCARD_NONREF && si.type==AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1735 libavcodec/rv34.c         if (s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B   37 libavcodec/rv34_parser.c     AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B,
AV_PICTURE_TYPE_B  508 libavcodec/svq3.c             if (h->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  575 libavcodec/svq3.c             if (h->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  682 libavcodec/svq3.c         if (h->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  691 libavcodec/svq3.c     if (!IS_SKIP(mb_type) || h->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  696 libavcodec/svq3.c         (!IS_SKIP(mb_type) || h->pict_type == AV_PICTURE_TYPE_B)) {
AV_PICTURE_TYPE_B 1105 libavcodec/svq3.c     pic->reference = !(h->pict_type == AV_PICTURE_TYPE_B);
AV_PICTURE_TYPE_B 1168 libavcodec/svq3.c     if (h->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1213 libavcodec/svq3.c         if (h->pict_type == AV_PICTURE_TYPE_B && !s->next_pic->f.data[0]) {
AV_PICTURE_TYPE_B 1234 libavcodec/svq3.c     if (avctx->skip_frame >= AVDISCARD_NONREF && h->pict_type == AV_PICTURE_TYPE_B ||
AV_PICTURE_TYPE_B 1240 libavcodec/svq3.c         if (h->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1246 libavcodec/svq3.c     if (h->pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1297 libavcodec/svq3.c             else if (h->pict_type == AV_PICTURE_TYPE_B && mb_type >= 4)
AV_PICTURE_TYPE_B 1308 libavcodec/svq3.c             if (h->pict_type != AV_PICTURE_TYPE_B && !h->low_delay)
AV_PICTURE_TYPE_B 1331 libavcodec/svq3.c     if (h->pict_type == AV_PICTURE_TYPE_B || h->low_delay)
AV_PICTURE_TYPE_B 1342 libavcodec/svq3.c     if (h->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  331 libavcodec/vaapi_h264.c     slice_param->direct_spatial_mv_pred_flag    = h->slice_type == AV_PICTURE_TYPE_B ? h->direct_spatial_mv_pred : 0;
AV_PICTURE_TYPE_B   75 libavcodec/vaapi_mpeg2.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B   84 libavcodec/vaapi_mpeg4.c     pic_param->vop_fields.bits.backward_reference_vop_coding_type = s->pict_type == AV_PICTURE_TYPE_B ? s->next_picture.f->pict_type - AV_PICTURE_TYPE_I : 0;
AV_PICTURE_TYPE_B   97 libavcodec/vaapi_mpeg4.c     if (s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B   57 libavcodec/vaapi_vc1.c            (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type);
AV_PICTURE_TYPE_B   65 libavcodec/vaapi_vc1.c     return v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type;
AV_PICTURE_TYPE_B   75 libavcodec/vaapi_vc1.c             (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type));
AV_PICTURE_TYPE_B   85 libavcodec/vaapi_vc1.c             (v->s.pict_type == AV_PICTURE_TYPE_B && v->bi_type)) &&
AV_PICTURE_TYPE_B   97 libavcodec/vaapi_vc1.c     case AV_PICTURE_TYPE_B: return v->bi_type         ? 3 : 2;
AV_PICTURE_TYPE_B  106 libavcodec/vaapi_vc1.c         (v->s.pict_type == AV_PICTURE_TYPE_B && !v->bi_type))
AV_PICTURE_TYPE_B  260 libavcodec/vaapi_vc1.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  279 libavcodec/vaapi_vc1.c         case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  596 libavcodec/vc1.c         if (v->s.pict_type == AV_PICTURE_TYPE_BI || v->s.pict_type == AV_PICTURE_TYPE_B) { \
AV_PICTURE_TYPE_B  651 libavcodec/vc1.c             v->s.pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  657 libavcodec/vc1.c     if (v->s.pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  710 libavcodec/vc1.c     if (v->multires && v->s.pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  788 libavcodec/vc1.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  839 libavcodec/vc1.c         v->s.pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  858 libavcodec/vc1.c             v->s.pict_type = (v->fptype & 1) ? AV_PICTURE_TYPE_BI : AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  887 libavcodec/vc1.c             v->s.pict_type = (v->fptype & 2) ? AV_PICTURE_TYPE_BI : AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  897 libavcodec/vc1.c             v->s.pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  938 libavcodec/vc1.c         else if ((v->s.pict_type != AV_PICTURE_TYPE_B) && (v->s.pict_type != AV_PICTURE_TYPE_BI)) {
AV_PICTURE_TYPE_B  943 libavcodec/vc1.c         if ((v->s.pict_type == AV_PICTURE_TYPE_B) || (v->s.pict_type == AV_PICTURE_TYPE_BI)) {
AV_PICTURE_TYPE_B  956 libavcodec/vc1.c         if (v->s.pict_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1197 libavcodec/vc1.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B 1335 libavcodec/vc1.c         v->s.pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B 2948 libavcodec/vc1_block.c         case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B   89 libavcodec/vc1_parser.c             s->pict_type = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B   43 libavcodec/vc1_pred.c     if (v->s.pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B   76 libavcodec/vc1_pred.c     if (v->s.pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  171 libavcodec/vc1_pred.c     if (v->s.pict_type != AV_PICTURE_TYPE_B || v->second_field || !dir) {
AV_PICTURE_TYPE_B  192 libavcodec/vc1_pred.c     if (v->s.pict_type == AV_PICTURE_TYPE_B && !v->second_field && dir == 1) {
AV_PICTURE_TYPE_B  199 libavcodec/vc1_pred.c     if (v->s.pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  406 libavcodec/vc1_pred.c     if (!v->field_mode || s->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  829 libavcodec/vc1dec.c     if (!s->last_picture_ptr && (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) {
AV_PICTURE_TYPE_B  833 libavcodec/vc1dec.c     if ((avctx->skip_frame >= AVDISCARD_NONREF && s->pict_type == AV_PICTURE_TYPE_B) ||
AV_PICTURE_TYPE_B  840 libavcodec/vc1dec.c         if (s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B  999 libavcodec/vc1dec.c             if (v->s.pict_type != AV_PICTURE_TYPE_BI && v->s.pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1008 libavcodec/vc1dec.c         if(s->er.error_occurred && s->pict_type == AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B 1030 libavcodec/vc1dec.c         if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
AV_PICTURE_TYPE_B  545 libavcodec/vdpau.c     case  AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  617 libavcodec/vdpau.c     case  AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  676 libavcodec/vdpau.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B   46 libavcodec/vdpau_mpeg12.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B   48 libavcodec/vdpau_mpeg4.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B   46 libavcodec/vdpau_vc1.c     case AV_PICTURE_TYPE_B:
AV_PICTURE_TYPE_B  213 libavfilter/f_select.c     select->var_values[VAR_B]  = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  219 libavfilter/f_select.c     select->var_values[VAR_PICT_TYPE_B]  = AV_PICTURE_TYPE_B;
AV_PICTURE_TYPE_B  207 libavfilter/vf_codecview.c                 (direction == 0 && (s->mv & MV_B_FOR)  && frame->pict_type == AV_PICTURE_TYPE_B) ||
AV_PICTURE_TYPE_B  208 libavfilter/vf_codecview.c                 (direction == 1 && (s->mv & MV_B_BACK) && frame->pict_type == AV_PICTURE_TYPE_B))
AV_PICTURE_TYPE_B  584 libavfilter/vf_fspp.c         if (qp_table && !fspp->use_bframe_qp && in->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  368 libavfilter/vf_spp.c         if (qp_table && !spp->use_bframe_qp && in->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  388 libavfilter/vf_uspp.c         if (qp_table && !uspp->use_bframe_qp && in->pict_type != AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B  926 libavformat/gxfenc.c         } else if (frame_type == AV_PICTURE_TYPE_B) {
AV_PICTURE_TYPE_B 1020 libavformat/utils.c     if (pc && pc->pict_type == AV_PICTURE_TYPE_B
AV_PICTURE_TYPE_B 1032 libavformat/utils.c         pc && pc->pict_type != AV_PICTURE_TYPE_B)
AV_PICTURE_TYPE_B   89 libavutil/utils.c     case AV_PICTURE_TYPE_B:  return 'B';