Searched refs:SLICE_MAX_START_CODE (Results 1 – 7 of 7) sorted by relevance
206 …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()
63 if(state > SLICE_MAX_START_CODE){ in cavs_find_frame_end()
34 #define SLICE_MAX_START_CODE 0x000001af macro
152 start_code <= SLICE_MAX_START_CODE) in mpegvideo_extract_headers()
72 #define SLICE_MAX_START_CODE 0x000001af macro
2016 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()
1301 if (stc <= SLICE_MAX_START_CODE) { in cavs_decode_frame()