Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1_common.h44 #define IS_MARKER(x) (((x) & ~0xFF) == VC1_CODE_RES0) macro
64 if (IS_MARKER(mrk)) in find_next_marker()
Ddca_parser.c51 #define IS_MARKER(state) (IS_CORE_MARKER(state) || IS_EXSS_MARKER(state)) macro
85 if (IS_MARKER(state) && in dca_find_frame_end()
167 if (IS_MARKER(state) && in dca_find_frame_end()
Dvc1_parser.c270 } else if (charged && IS_MARKER(state)) in vc1_split()
Dextract_extradata_bsf.c243 } else if (has_extradata && IS_MARKER(state)) { in extract_extradata_vc1()
Ddxva2_vc1.c345 size >= 4 && IS_MARKER(AV_RB32(buffer))) { in dxva2_vc1_decode_slice()
Dvaapi_vc1.c474 if (avctx->codec_id == AV_CODEC_ID_VC1 && IS_MARKER(AV_RB32(buffer))) { in vaapi_vc1_decode_slice()
Dvc1dec.c668 if (IS_MARKER(AV_RB32(buf))) { /* frame starts with marker and needs to be parsed */ in vc1_decode_frame()