Searched refs:SLICE_MIN_START_CODE (Results 1 – 5 of 5) 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()219 if (start_code >= SLICE_MIN_START_CODE && in mpegvideo_extract_headers()
32 #define SLICE_MIN_START_CODE 0x00000101 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()
1996 if (start_code < SLICE_MIN_START_CODE || start_code > SLICE_MAX_START_CODE) in slice_decode_thread()1998 mb_y = start_code - SLICE_MIN_START_CODE; in slice_decode_thread()2535 if (last_code == 0 || last_code == SLICE_MIN_START_CODE) { in decode_chunks()2610 if (start_code >= SLICE_MIN_START_CODE && in decode_chunks()2638 if (start_code >= SLICE_MIN_START_CODE && in decode_chunks()2641 int mb_y = start_code - SLICE_MIN_START_CODE; in decode_chunks()2642 last_code = SLICE_MIN_START_CODE; in decode_chunks()
445 put_header(s, SLICE_MIN_START_CODE + (s->mb_y & 127)); in ff_mpeg1_encode_slice_header()449 put_header(s, SLICE_MIN_START_CODE + s->mb_y); in ff_mpeg1_encode_slice_header()