Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvc1_common.h44 #define IS_MARKER(x) (((x) & ~0xFF) == VC1_CODE_RES0) macro
64 if (IS_MARKER(mrk)) in find_next_marker()
H A 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()
H A Dremove_extradata_bsf.c174 } else if (charged && IS_MARKER(state)) in vc1_split()
H A Ddxva2_vc1.c348 size >= 4 && IS_MARKER(AV_RB32(buffer))) { in dxva2_vc1_decode_slice()
H A Dextract_extradata_bsf.c242 } else if (has_extradata && IS_MARKER(state)) { in extract_extradata_vc1()
H A Dvaapi_vc1.c476 if (avctx->codec_id == AV_CODEC_ID_VC1 && IS_MARKER(AV_RB32(buffer))) { in vaapi_vc1_decode_slice()
H A Dvc1dec.c670 if (IS_MARKER(AV_RB32(buf))) { /* frame starts with marker and needs to be parsed */ in vc1_decode_frame()

Completed in 5 milliseconds