Home
last modified time | relevance | path

Searched refs:mpeg4_is_resync (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpeg4videodec.c115 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function
1281 if (mpeg4_is_resync(ctx)) in mpeg4_decode_partitioned_mb()
1286 if (mpeg4_is_resync(ctx)) { in mpeg4_decode_partitioned_mb()
1645 int next = mpeg4_is_resync(ctx); in mpeg4_decode_mb()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmpeg4videodec.c115 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function
1281 if (mpeg4_is_resync(ctx)) in mpeg4_decode_partitioned_mb()
1286 if (mpeg4_is_resync(ctx)) { in mpeg4_decode_partitioned_mb()
1645 int next = mpeg4_is_resync(ctx); in mpeg4_decode_mb()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpeg4videodec.c126 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function
1384 if (mpeg4_is_resync(ctx)) in mpeg4_decode_partitioned_mb()
1389 if (mpeg4_is_resync(ctx)) { in mpeg4_decode_partitioned_mb()
1754 int next = mpeg4_is_resync(ctx); in mpeg4_decode_mb()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmpeg4videodec.c126 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function
1384 if (mpeg4_is_resync(ctx)) in mpeg4_decode_partitioned_mb()
1389 if (mpeg4_is_resync(ctx)) { in mpeg4_decode_partitioned_mb()
1754 int next = mpeg4_is_resync(ctx); in mpeg4_decode_mb()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpeg4videodec.c124 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function
1386 if (mpeg4_is_resync(ctx)) in mpeg4_decode_partitioned_mb()
1391 if (mpeg4_is_resync(ctx)) { in mpeg4_decode_partitioned_mb()
1756 int next = mpeg4_is_resync(ctx); in mpeg4_decode_mb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c122 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function
1384 if (mpeg4_is_resync(ctx)) in mpeg4_decode_partitioned_mb()
1389 if (mpeg4_is_resync(ctx)) { in mpeg4_decode_partitioned_mb()
1754 int next = mpeg4_is_resync(ctx); in mpeg4_decode_mb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c122 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function
1384 if (mpeg4_is_resync(ctx)) in mpeg4_decode_partitioned_mb()
1389 if (mpeg4_is_resync(ctx)) { in mpeg4_decode_partitioned_mb()
1754 int next = mpeg4_is_resync(ctx); in mpeg4_decode_mb()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dh263.c3129 static inline int mpeg4_is_resync(MpegEncContext *s){ in mpeg4_is_resync() function
3764 if(mpeg4_is_resync(s)) in mpeg4_decode_partitioned_mb()
3769 if(mpeg4_is_resync(s)){ in mpeg4_decode_partitioned_mb()
4471 if(mpeg4_is_resync(s)){ in ff_mpeg4_decode_mb()