Lines Matching refs:picture_structure

388     h->picture_structure    = h1->picture_structure;
509 pic->reference = h->droppable ? 0 : h->picture_structure;
511 pic->field_picture = h->picture_structure != PICT_FRAME;
580 h->mb_aff_frame = h->ps.sps->mb_aff && (h->picture_structure == PICT_FRAME);
702 if (h->picture_structure == PICT_FRAME) {
705 cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure - 1];
1560 last_pic_structure = h->picture_structure;
1562 h->picture_structure = sl->picture_structure;
1610 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) {
1630 h->picture_structure == PICT_BOTTOM_FIELD) ||
1632 h->picture_structure == PICT_TOP_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) {
1731 h->picture_structure==PICT_BOTTOM_FIELD);
1759 int field = h->picture_structure == PICT_BOTTOM_FIELD;
1766 for(i = (h->picture_structure == PICT_BOTTOM_FIELD); i<h->mb_height; i++)
1774 h->ps.sps, &h->poc, h->picture_structure, nal->ref_idc);
1841 int picture_structure;
1897 picture_structure = PICT_FRAME;
1906 picture_structure = PICT_TOP_FIELD + bottom_field_flag;
1908 picture_structure = PICT_FRAME;
1911 sl->picture_structure = picture_structure;
1912 sl->mb_field_decoding_flag = picture_structure != PICT_FRAME;
1914 if (picture_structure == PICT_FRAME) {
1935 if (pps->pic_order_present == 1 && picture_structure == PICT_FRAME)
1943 if (pps->pic_order_present == 1 && picture_structure == PICT_FRAME)
1956 picture_structure, h->avctx);
1978 picture_structure, h->avctx);
2070 if (h->picture_structure == PICT_BOTTOM_FIELD)
2167 (h->picture_structure == PICT_FRAME ? 'F' : h->picture_structure == PICT_TOP_FIELD ? 'T' : 'B'),
2248 h->picture_structure == PICT_BOTTOM_FIELD);
2289 if (h->picture_structure != sl->picture_structure ||
2293 h->picture_structure, sl->picture_structure);
2667 h->picture_structure == PICT_BOTTOM_FIELD);
2704 sl->is_complex = FRAME_MBAFF(h) || h->picture_structure != PICT_FRAME ||
2707 if (!(h->avctx->active_thread_type & FF_THREAD_SLICE) && h->picture_structure == PICT_FRAME && sl->er->error_status_table) {