Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c1546 int last_pic_structure, last_pic_droppable, ret; in h264_field_start() local
1560 last_pic_structure = h->picture_structure; in h264_field_start()
1599 int last_field = last_pic_structure == PICT_BOTTOM_FIELD; in h264_field_start()
1610 if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { in h264_field_start()
1613 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1615 last_pic_structure == PICT_TOP_FIELD); in h264_field_start()
1623 if (last_pic_structure != PICT_FRAME) { in h264_field_start()
1625 last_pic_structure == PICT_TOP_FIELD); in h264_field_start()
1629 if (!((last_pic_structure == PICT_TOP_FIELD && in h264_field_start()
1631 (last_pic_structure in h264_field_start()
[all...]

Completed in 5 milliseconds