Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_parser.c73 if (pc->frame_start_found == 0 && state >= SLICE_MIN_START_CODE && state <= SLICE_MAX_START_CODE) { in mpeg1_find_frame_end()
87 if (state < SLICE_MIN_START_CODE || state > SLICE_MAX_START_CODE) { in mpeg1_find_frame_end()
220 start_code <= SLICE_MAX_START_CODE) in mpegvideo_extract_headers()
H A Dmpeg12.h33 #define SLICE_MAX_START_CODE 0x000001af macro
H A Dcavs_parser.c63 if(state > SLICE_MAX_START_CODE){ in cavs_find_frame_end()
H A Dmpeg12.c204 if (pc->frame_start_found == 0 && state >= SLICE_MIN_START_CODE && state <= SLICE_MAX_START_CODE) { in ff_mpeg1_find_frame_end()
218 if (state < SLICE_MIN_START_CODE || state > SLICE_MAX_START_CODE) { in ff_mpeg1_find_frame_end()
H A Dcavs.h34 #define SLICE_MAX_START_CODE 0x000001af macro
H A Dmpeg12dec.c1996 if (start_code < SLICE_MIN_START_CODE || start_code > SLICE_MAX_START_CODE) in slice_decode_thread()
2611 start_code <= SLICE_MAX_START_CODE && last_code == PICTURE_START_CODE) { in decode_chunks()
2639 start_code <= SLICE_MAX_START_CODE && last_code != 0) { in decode_chunks()
H A Dcavsdec.c1309 if (stc <= SLICE_MAX_START_CODE) { in cavs_decode_frame()

Completed in 9 milliseconds