Home
last modified time | relevance | path

Searched refs:DC_MARKER (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpeg4video.h57 #define DC_MARKER 0x6B001 macro
H A Dmpeg4videoenc.c1342 put_bits(&s->pb, 19, DC_MARKER); in ff_mpeg4_merge_partitions()
H A Dmpeg4videodec.c783 if (show_bits(&s->gb, 19) == DC_MARKER) in mpeg4_decode_partition_a()
1073 if (get_bits(&s->gb, 19) != DC_MARKER) { in ff_mpeg4_decode_partitions()

Completed in 8 milliseconds