AV_PICTURE_TYPE_S   98 libavcodec/libdavs2.c         frame->pict_type = AV_PICTURE_TYPE_S;
AV_PICTURE_TYPE_S  830 libavcodec/libxvid.c             pict_type = AV_PICTURE_TYPE_S;
AV_PICTURE_TYPE_S   36 libavcodec/mpeg4video.c     case AV_PICTURE_TYPE_S:
AV_PICTURE_TYPE_S  507 libavcodec/mpeg4videodec.c             if (s->pict_type == AV_PICTURE_TYPE_S &&
AV_PICTURE_TYPE_S  761 libavcodec/mpeg4videodec.c                     if (s->pict_type == AV_PICTURE_TYPE_S &&
AV_PICTURE_TYPE_S  817 libavcodec/mpeg4videodec.c                     if (s->pict_type == AV_PICTURE_TYPE_S &&
AV_PICTURE_TYPE_S 1330 libavcodec/mpeg4videodec.c         s->pict_type == AV_PICTURE_TYPE_S) {
AV_PICTURE_TYPE_S 1344 libavcodec/mpeg4videodec.c             if (s->pict_type == AV_PICTURE_TYPE_S
AV_PICTURE_TYPE_S 1412 libavcodec/mpeg4videodec.c         s->pict_type == AV_PICTURE_TYPE_S) {
AV_PICTURE_TYPE_S 1421 libavcodec/mpeg4videodec.c                 if (s->pict_type == AV_PICTURE_TYPE_S &&
AV_PICTURE_TYPE_S 1456 libavcodec/mpeg4videodec.c         if (s->pict_type == AV_PICTURE_TYPE_S &&
AV_PICTURE_TYPE_S 2735 libavcodec/mpeg4videodec.c                 (s->pict_type == AV_PICTURE_TYPE_S &&
AV_PICTURE_TYPE_S 2816 libavcodec/mpeg4videodec.c                      (s->pict_type == AV_PICTURE_TYPE_S &&
AV_PICTURE_TYPE_S 2874 libavcodec/mpeg4videodec.c     if (s->pict_type == AV_PICTURE_TYPE_S) {
AV_PICTURE_TYPE_S 3754 libavcodec/mpegvideo_enc.c         if(s->pict_type==AV_PICTURE_TYPE_P || s->pict_type==AV_PICTURE_TYPE_S) {
AV_PICTURE_TYPE_S   57 libavcodec/nvdec_mpeg4.c                              s->pict_type == AV_PICTURE_TYPE_S,
AV_PICTURE_TYPE_S   83 libavcodec/nvdec_mpeg4.c             .gmc_enabled                  = s->pict_type == AV_PICTURE_TYPE_S &&
AV_PICTURE_TYPE_S   94 libavutil/utils.c     case AV_PICTURE_TYPE_S:  return 'S';