Lines Matching refs:droppable
378 h->droppable = h1->droppable; in ff_h264_update_thread_context()
397 h->droppable = h1->droppable; in ff_h264_update_thread_context()
454 if (!h->droppable) { in ff_h264_update_thread_context()
488 pic->reference = h->droppable ? 0 : h->picture_structure; in h264_frame_start()
1473 last_pic_droppable = h->droppable; in h264_field_start()
1475 h->droppable = (nal->ref_idc == 0); in h264_field_start()
1546 h->droppable = last_pic_droppable; in h264_field_start()
1548 } else if (last_pic_droppable != h->droppable) { in h264_field_start()
1552 h->droppable = last_pic_droppable; in h264_field_start()
2150 if (h->cur_pic_ptr && !h->droppable) { in ff_h264_queue_decode_slice()
2194 h->droppable != (nal->ref_idc == 0)) { in ff_h264_queue_decode_slice()
2567 if (h->droppable || sl->h264->slice_ctx[0].er.error_occurred) in decode_finish_row()