Searched refs:AV_PICTURE_TYPE_S (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dutils.c49 case AV_PICTURE_TYPE_S: return 'S';
H A Davutil.h299 AV_PICTURE_TYPE_S, ///< S(GMC)-VOP MPEG4 enumerator in enum:AVPictureType
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davutil.h270 AV_PICTURE_TYPE_S, ///< S(GMC)-VOP MPEG4 enumerator in enum:AVPictureType
H A Dutils.c90 case AV_PICTURE_TYPE_S: return 'S';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4video.c34 case AV_PICTURE_TYPE_S:
H A Dmpeg4videodec.c415 if(s->pict_type == AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE){
606 if(s->pict_type==AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE){
647 if(s->pict_type==AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE && (cbpc & 16) == 0)
1081 if (s->pict_type == AV_PICTURE_TYPE_P || s->pict_type==AV_PICTURE_TYPE_S) {
1095 if(s->pict_type==AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE){
1159 if (s->pict_type == AV_PICTURE_TYPE_P || s->pict_type==AV_PICTURE_TYPE_S) {
1168 if(s->pict_type==AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE){
1196 if(s->pict_type==AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE && (cbpc & 16) == 0)
1910 || (s->pict_type == AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE)) {
1974 || (s->pict_type == AV_PICTURE_TYPE_S
[all...]
H A Dlibxvidff.c498 p->pict_type = AV_PICTURE_TYPE_S;
H A Davcodec.h874 #define FF_S_TYPE AV_PICTURE_TYPE_S ///< S(GMC)-VOP MPEG4
H A Dmpeg4videoenc.c1067 || (s->pict_type == AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE)) {
H A Dmpegvideo.c1532 case AV_PICTURE_TYPE_S:
H A Dmpegvideo_enc.c3154 if(s->pict_type==AV_PICTURE_TYPE_P || s->pict_type==AV_PICTURE_TYPE_S) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4video.c36 case AV_PICTURE_TYPE_S:
H A Dmpeg4videodec.c454 if (s->pict_type == AV_PICTURE_TYPE_S &&
659 if (s->pict_type == AV_PICTURE_TYPE_S &&
715 if (s->pict_type == AV_PICTURE_TYPE_S &&
1224 s->pict_type == AV_PICTURE_TYPE_S) {
1238 if (s->pict_type == AV_PICTURE_TYPE_S
1305 s->pict_type == AV_PICTURE_TYPE_S) {
1314 if (s->pict_type == AV_PICTURE_TYPE_S &&
1349 if (s->pict_type == AV_PICTURE_TYPE_S &&
2257 (s->pict_type == AV_PICTURE_TYPE_S &&
2339 (s->pict_type == AV_PICTURE_TYPE_S
[all...]
H A Dlibxvid.c767 p->pict_type = AV_PICTURE_TYPE_S;
H A Dmpegvideo_enc.c3522 if(s->pict_type==AV_PICTURE_TYPE_P || s->pict_type==AV_PICTURE_TYPE_S) {

Completed in 130 milliseconds