Home
last modified time | relevance | path

Searched refs:last_pic_structure (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_slice.c1293 int last_pic_structure, last_pic_droppable; in ff_h264_decode_slice_header() local
1500 last_pic_structure = h0->picture_structure; in ff_h264_decode_slice_header()
1522 if (last_pic_structure != h->picture_structure || in ff_h264_decode_slice_header()
1526 last_pic_structure, h->picture_structure); in ff_h264_decode_slice_header()
1527 h->picture_structure = last_pic_structure; in ff_h264_decode_slice_header()
1575 if (last_pic_structure != PICT_FRAME) { in ff_h264_decode_slice_header()
1585 if (last_pic_structure != PICT_FRAME) { in ff_h264_decode_slice_header()
1591 if (!((last_pic_structure == PICT_TOP_FIELD && in ff_h264_decode_slice_header()
1593 (last_pic_structure == PICT_BOTTOM_FIELD && in ff_h264_decode_slice_header()
1598 h->picture_structure = last_pic_structure; in ff_h264_decode_slice_header()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_slice.c1293 int last_pic_structure, last_pic_droppable; in ff_h264_decode_slice_header() local
1500 last_pic_structure = h0->picture_structure; in ff_h264_decode_slice_header()
1522 if (last_pic_structure != h->picture_structure || in ff_h264_decode_slice_header()
1526 last_pic_structure, h->picture_structure); in ff_h264_decode_slice_header()
1527 h->picture_structure = last_pic_structure; in ff_h264_decode_slice_header()
1575 if (last_pic_structure != PICT_FRAME) { in ff_h264_decode_slice_header()
1585 if (last_pic_structure != PICT_FRAME) { in ff_h264_decode_slice_header()
1591 if (!((last_pic_structure == PICT_TOP_FIELD && in ff_h264_decode_slice_header()
1593 (last_pic_structure == PICT_BOTTOM_FIELD && in ff_h264_decode_slice_header()
1598 h->picture_structure = last_pic_structure; in ff_h264_decode_slice_header()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_slice.c1460 int last_pic_structure, last_pic_droppable, ret; in h264_field_start() local
1474 last_pic_structure = h->picture_structure; in h264_field_start()
1508 int last_field = last_pic_structure == PICT_BOTTOM_FIELD; in h264_field_start()
1519 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { in h264_field_start()
1522 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1532 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1538 if (!((last_pic_structure == PICT_TOP_FIELD && in h264_field_start()
1540 (last_pic_structure == PICT_BOTTOM_FIELD && in h264_field_start()
1544 last_pic_structure, h->picture_structure); in h264_field_start()
1545 h->picture_structure = last_pic_structure; in h264_field_start()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_slice.c1460 int last_pic_structure, last_pic_droppable, ret; in h264_field_start() local
1474 last_pic_structure = h->picture_structure; in h264_field_start()
1508 int last_field = last_pic_structure == PICT_BOTTOM_FIELD; in h264_field_start()
1519 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { in h264_field_start()
1522 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1532 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1538 if (!((last_pic_structure == PICT_TOP_FIELD && in h264_field_start()
1540 (last_pic_structure == PICT_BOTTOM_FIELD && in h264_field_start()
1544 last_pic_structure, h->picture_structure); in h264_field_start()
1545 h->picture_structure = last_pic_structure; in h264_field_start()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_slice.c1453 int last_pic_structure, last_pic_droppable, ret; in h264_field_start() local
1467 last_pic_structure = h->picture_structure; in h264_field_start()
1501 int last_field = last_pic_structure == PICT_BOTTOM_FIELD; in h264_field_start()
1512 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { in h264_field_start()
1515 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1525 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1531 if (!((last_pic_structure == PICT_TOP_FIELD && in h264_field_start()
1533 (last_pic_structure == PICT_BOTTOM_FIELD && in h264_field_start()
1537 last_pic_structure, h->picture_structure); in h264_field_start()
1538 h->picture_structure = last_pic_structure; in h264_field_start()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c1445 int last_pic_structure, last_pic_droppable, ret; in h264_field_start() local
1459 last_pic_structure = h->picture_structure; in h264_field_start()
1493 int last_field = last_pic_structure == PICT_BOTTOM_FIELD; in h264_field_start()
1504 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { in h264_field_start()
1507 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1517 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1523 if (!((last_pic_structure == PICT_TOP_FIELD && in h264_field_start()
1525 (last_pic_structure == PICT_BOTTOM_FIELD && in h264_field_start()
1529 last_pic_structure, h->picture_structure); in h264_field_start()
1530 h->picture_structure = last_pic_structure; in h264_field_start()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c1466 int last_pic_structure, last_pic_droppable, ret; in h264_field_start() local
1480 last_pic_structure = h->picture_structure; in h264_field_start()
1514 int last_field = last_pic_structure == PICT_BOTTOM_FIELD; in h264_field_start()
1525 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { in h264_field_start()
1528 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1538 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1544 if (!((last_pic_structure == PICT_TOP_FIELD && in h264_field_start()
1546 (last_pic_structure == PICT_BOTTOM_FIELD && in h264_field_start()
1550 last_pic_structure, h->picture_structure); in h264_field_start()
1551 h->picture_structure = last_pic_structure; in h264_field_start()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dh264.c3874 int last_pic_structure; in decode_slice_header() local
4004 last_pic_structure = s0->picture_structure; in decode_slice_header()
4024 if (!FIELD_PICTURE || s->picture_structure == last_pic_structure) { in decode_slice_header()