Lines Matching defs:last_pic_structure
1546 int last_pic_structure, last_pic_droppable, ret;
1560 last_pic_structure = h->picture_structure;
1599 int last_field = last_pic_structure == PICT_BOTTOM_FIELD;
1610 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) {
1613 if (last_pic_structure != PICT_FRAME) {
1615 last_pic_structure == PICT_TOP_FIELD);
1623 if (last_pic_structure != PICT_FRAME) {
1625 last_pic_structure == PICT_TOP_FIELD);
1629 if (!((last_pic_structure == PICT_TOP_FIELD &&
1631 (last_pic_structure == PICT_BOTTOM_FIELD &&
1635 last_pic_structure, h->picture_structure);
1636 h->picture_structure = last_pic_structure;
1642 h->picture_structure = last_pic_structure;
1721 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) {