Lines Matching refs:picture_structure
61 int picture_structure;
186 slice_type_nos, p->picture_structure, logctx) < 0)
220 &pwt, p->picture_structure, logctx);
274 s->picture_structure = AV_PICTURE_STRUCTURE_UNKNOWN;
425 p->picture_structure = PICT_FRAME;
428 p->picture_structure = PICT_TOP_FIELD + get_bits1(&nal.gb); // bottom_field_flag
430 p->picture_structure = PICT_FRAME;
440 p->picture_structure == PICT_FRAME)
449 p->picture_structure == PICT_FRAME)
457 &p->poc, p->picture_structure, nal.ref_idc);
481 p->picture_structure == PICT_BOTTOM_FIELD ? 0 : field_poc[0];
516 s->repeat_pict = p->picture_structure == PICT_FRAME ? 1 : 0;
520 s->repeat_pict = p->picture_structure == PICT_FRAME ? 1 : 0;
523 if (p->picture_structure == PICT_FRAME) {
524 s->picture_structure = AV_PICTURE_STRUCTURE_FRAME;
548 if (p->picture_structure == PICT_TOP_FIELD)
549 s->picture_structure = AV_PICTURE_STRUCTURE_TOP_FIELD;
551 s->picture_structure = AV_PICTURE_STRUCTURE_BOTTOM_FIELD;
555 p->last_picture_structure != s->picture_structure) {
563 p->last_picture_structure = s->picture_structure;