Lines Matching refs:PICT_FRAME
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) {
1613 if (last_pic_structure != PICT_FRAME) {
1623 if (last_pic_structure != PICT_FRAME) {
1897 picture_structure = PICT_FRAME;
1908 picture_structure = PICT_FRAME;
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)
2167 (h->picture_structure == PICT_FRAME ? 'F' : h->picture_structure == PICT_TOP_FIELD ? 'T' : 'B'),
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) {