Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_parser.c49 #define IS_EXSS_MARKER(state) ((state & 0xFFFFFFFF) == DCA_SYNCWORD_SUBSTREAM) macro
51 #define IS_MARKER(state) (IS_CORE_MARKER(state) || IS_EXSS_MARKER(state))
90 pc1->startpos = IS_EXSS_MARKER(state) ? size - 4 : size - 6; in dca_find_frame_end()
92 if (IS_EXSS_MARKER(state)) in dca_find_frame_end()
149 if (start_found == 2 && IS_EXSS_MARKER(state) && in dca_find_frame_end()
173 return IS_EXSS_MARKER(state) ? i - 3 : i - 5; in dca_find_frame_end()