• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:picture_structure

626     h->picture_structure    = h1->picture_structure;
736 pic->reference = h->droppable ? 0 : h->picture_structure;
738 pic->field_picture = h->picture_structure != PICT_FRAME;
911 if (h->picture_structure == PICT_FRAME) {
914 cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure - 1];
1294 h->picture_structure == PICT_BOTTOM_FIELD);
1482 last_pic_structure = h0->picture_structure;
1486 h->picture_structure = PICT_FRAME;
1495 h->picture_structure = PICT_TOP_FIELD + bottom_field_flag;
1497 h->picture_structure = PICT_FRAME;
1501 h->mb_field_decoding_flag = h->picture_structure != PICT_FRAME;
1504 if (last_pic_structure != h->picture_structure ||
1508 last_pic_structure, h->picture_structure);
1509 h->picture_structure = last_pic_structure;
1554 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) {
1574 h->picture_structure == PICT_BOTTOM_FIELD) ||
1576 h->picture_structure == PICT_TOP_FIELD))) {
1579 last_pic_structure, h->picture_structure);
1580 h->picture_structure = last_pic_structure;
1586 h->picture_structure = last_pic_structure;
1651 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) {
1659 h0->picture_structure==PICT_BOTTOM_FIELD);
1686 for(i = (h->picture_structure == PICT_BOTTOM_FIELD); i<h->mb_height; i++)
1717 if (h->picture_structure == PICT_BOTTOM_FIELD)
1721 if (h->picture_structure == PICT_FRAME) {
1735 if (h->pps.pic_order_present == 1 && h->picture_structure == PICT_FRAME)
1742 if (h->pps.pic_order_present == 1 && h->picture_structure == PICT_FRAME)
1965 (h->picture_structure == PICT_FRAME ? "F" : h->picture_structure == PICT_TOP_FIELD ? "T" : "B"),
2342 h->picture_structure == PICT_BOTTOM_FIELD);
2364 h->is_complex = FRAME_MBAFF(h) || h->picture_structure != PICT_FRAME ||
2368 if (!(h->avctx->active_thread_type & FF_THREAD_SLICE) && h->picture_structure == PICT_FRAME && h->er.error_status_table) {
2568 h->picture_structure = hx->picture_structure;