Searched refs:SLICE_STARTCODE (Results 1 – 5 of 5) sorted by relevance
30 #define SLICE_STARTCODE 0x1B7 macro55 else if (temp_buffer == SLICE_STARTCODE || temp_buffer == EXT_STARTCODE) in mpeg4video_probe()
64 #define SLICE_STARTCODE 0x1B7 macro
76 if (state == SLICE_STARTCODE || state == EXT_STARTCODE) in ff_mpeg4_find_frame_end()
223 while (get_bits_left(&s->gb) >= 32 && show_bits_long(&s->gb, 32) != SLICE_STARTCODE) { in ff_h263_resync()227 if (get_bits_left(&s->gb) >= 32 && show_bits_long(&s->gb, 32) == SLICE_STARTCODE) in ff_h263_resync()
624 if (get_bits_left(gb) >= 32 && get_bits_long(gb, 32) == SLICE_STARTCODE) { in ff_mpeg4_decode_studio_slice_header()