SLICE_START_CODE  221 libavcodec/ituh263dec.c         while (get_bits_left(&s->gb) >= 32 && show_bits_long(&s->gb, 32) != SLICE_START_CODE) {
SLICE_START_CODE  225 libavcodec/ituh263dec.c         if (get_bits_left(&s->gb) >= 32 && show_bits_long(&s->gb, 32) == SLICE_START_CODE)
SLICE_START_CODE  555 libavcodec/mpeg4videodec.c     if (get_bits_left(gb) >= 32 && get_bits_long(gb, 32) == SLICE_START_CODE) {
SLICE_START_CODE   70 libavformat/mpegvideodec.c             if (code >= SLICE_START_CODE && code <= 0x1af) {
SLICE_START_CODE   71 libavformat/mpegvideodec.c                 if (last >= SLICE_START_CODE && last <= 0x1af) {
SLICE_START_CODE   75 libavformat/mpegvideodec.c                     if (code == SLICE_START_CODE) slice++;