Lines Matching defs:state
510 unsigned state, marker_pos = 0;
517 state = avio_rb32(s->pb);
518 while ((state & 0xffffff7f) != 0x1f07003f) {
523 if (state == 0x003f0700 || state == 0xff3f0700)
525 if (state == 0xff3f0701 && avio_tell(s->pb) - marker_pos == 80) {
527 state = avio_rb32(s->pb);
530 state = (state << 8) | avio_r8(s->pb);
532 AV_WB32(c->buf, state);
610 unsigned state = AV_RB32(p->buf+i);
611 if ((state & 0x0007f840) == 0x00070000) {
614 if ((state & 0xff07ff7f) == 0x1f07003f) {
616 if ((state & 0xffffff7f) == 0x1f07003f) {
622 if (state == 0x003f0700 || state == 0xff3f0700)
624 if (state == 0xff3f0701 && i - marker_pos == 80)