Searched refs:SLICE_MIN_START_CODE (Results 1 – 5 of 5) 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()
151 if (start_code >= SLICE_MIN_START_CODE && in mpegvideo_extract_headers()
2016 if (start_code < SLICE_MIN_START_CODE || start_code > SLICE_MAX_START_CODE) in slice_decode_thread()2018 mb_y = start_code - SLICE_MIN_START_CODE; in slice_decode_thread()2563 if (last_code == 0 || last_code == SLICE_MIN_START_CODE) { in decode_chunks()2634 if (start_code >= SLICE_MIN_START_CODE && in decode_chunks()2662 if (start_code >= SLICE_MIN_START_CODE && in decode_chunks()2665 int mb_y = start_code - SLICE_MIN_START_CODE; in decode_chunks()2666 last_code = SLICE_MIN_START_CODE; in decode_chunks()
417 put_header(s, SLICE_MIN_START_CODE + (s->mb_y & 127)); in ff_mpeg1_encode_slice_header()421 put_header(s, SLICE_MIN_START_CODE + s->mb_y); in ff_mpeg1_encode_slice_header()
71 #define SLICE_MIN_START_CODE 0x00000101 macro