Searched refs:SLICE_MAX_START_CODE (Results 1 – 7 of 7) sorted by relevance
73 …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()
33 #define SLICE_MAX_START_CODE 0x000001af macro
204 …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()
63 if(state > SLICE_MAX_START_CODE){ in cavs_find_frame_end()
34 #define SLICE_MAX_START_CODE 0x000001af macro
1996 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()
1309 if (stc <= SLICE_MAX_START_CODE) { in cavs_decode_frame()