Lines Matching refs:startcode
2273 uint32_t startcode;
2276 startcode = show_bits_long(gb, 32);
2277 if (startcode == USER_DATA_STARTCODE || startcode == EXT_STARTCODE) {
2279 if ((id == 2 || id == 4) && startcode == EXT_STARTCODE) {
3313 unsigned startcode, v;
3332 startcode = 0xff;
3347 startcode = ((startcode << 8) | v) & 0xffffffff;
3349 if ((startcode & 0xFFFFFF00) != 0x100)
3350 continue; // no startcode
3354 if (startcode <= 0x11F)
3356 else if (startcode <= 0x12F)
3358 else if (startcode <= 0x13F)
3360 else if (startcode <= 0x15F)
3362 else if (startcode <= 0x1AF)
3364 else if (startcode == 0x1B0)
3366 else if (startcode == 0x1B1)
3368 else if (startcode == 0x1B2)
3370 else if (startcode == 0x1B3)
3372 else if (startcode == 0x1B4)
3374 else if (startcode == 0x1B5)
3376 else if (startcode == 0x1B6)
3378 else if (startcode == 0x1B7)
3380 else if (startcode == 0x1B8)
3382 else if (startcode == 0x1B9)
3384 else if (startcode == 0x1BA)
3386 else if (startcode == 0x1BB)
3388 else if (startcode == 0x1BC)
3390 else if (startcode == 0x1BD)
3392 else if (startcode == 0x1BE)
3394 else if (startcode == 0x1BF)
3396 else if (startcode == 0x1C0)
3398 else if (startcode == 0x1C1)
3400 else if (startcode == 0x1C2)
3402 else if (startcode == 0x1C3)
3404 else if (startcode <= 0x1C5)
3406 else if (startcode <= 0x1FF)
3408 av_log(s->avctx, AV_LOG_DEBUG, "startcode: %3X %s at %d\n",
3409 startcode, name, get_bits_count(gb));
3412 if (startcode >= 0x120 && startcode <= 0x12F) {
3420 } else if (startcode == USER_DATA_STARTCODE) {
3422 } else if (startcode == GOP_STARTCODE) {
3424 } else if (startcode == VOS_STARTCODE) {
3438 } else if (startcode == VISUAL_OBJ_STARTCODE) {
3444 } else if (startcode == VOP_STARTCODE) {
3449 startcode = 0xff;