Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpeg12.c206 …if (pc->frame_start_found == 0 && state >= SLICE_MIN_START_CODE && state <= SLICE_MAX_START_CODE) { in ff_mpeg1_find_frame_end()
220 if (state < SLICE_MIN_START_CODE || state > SLICE_MAX_START_CODE) { in ff_mpeg1_find_frame_end()
Dcavs_parser.c63 if(state > SLICE_MAX_START_CODE){ in cavs_find_frame_end()
Dcavs.h34 #define SLICE_MAX_START_CODE 0x000001af macro
Dmpegvideo_parser.c152 start_code <= SLICE_MAX_START_CODE) in mpegvideo_extract_headers()
Dmpegvideo.h72 #define SLICE_MAX_START_CODE 0x000001af macro
Dmpeg12dec.c2016 if (start_code < SLICE_MIN_START_CODE || start_code > SLICE_MAX_START_CODE) in slice_decode_thread()
2635 start_code <= SLICE_MAX_START_CODE && last_code == PICTURE_START_CODE) { in decode_chunks()
2663 start_code <= SLICE_MAX_START_CODE && last_code != 0) { in decode_chunks()
Dcavsdec.c1301 if (stc <= SLICE_MAX_START_CODE) { in cavs_decode_frame()