Lines Matching defs:stc
929 if (h->stc > 0xAF)
930 av_log(h->avctx, AV_LOG_ERROR, "unexpected start code 0x%02x\n", h->stc);
932 if (h->stc >= h->mb_height) {
933 av_log(h->avctx, AV_LOG_ERROR, "stc 0x%02x is too large\n", h->stc);
937 h->mby = h->stc;
969 h->stc = get_bits(gb, 8);
970 if (h->stc >= h->mb_height)
998 if (h->stc == PIC_PB_START_CODE) {
1065 if (!h->pic_structure && h->stc == PIC_PB_START_CODE)
1240 uint32_t stc = -1;
1254 h->stc = 0;
1259 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &stc);
1260 if ((stc & 0xFFFFFE00) || buf_ptr == buf_end) {
1261 if (!h->stc)
1266 switch (stc) {
1287 h->stc = stc;
1309 if (stc <= SLICE_MAX_START_CODE) {