Searched refs:mpeg4_is_resync (Results 1 – 8 of 8) sorted by relevance
115 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function1281 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()
126 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function1384 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()
124 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function1386 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()
122 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync() function1384 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()
3129 static inline int mpeg4_is_resync(MpegEncContext *s){ in mpeg4_is_resync() function3764 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()