Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Davs3.h40 #define AVS3_ISUNIT(x) ((x) == AVS3_SEQ_START_CODE || AVS3_ISPIC(x)) macro
Davs3_parser.c50 if ((state & 0xFFFFFF00) == 0x100 && AVS3_ISUNIT(state & 0xFF)) { in avs3_find_frame_end()