• Home
  • Raw
  • Download

Lines Matching refs:history

721     const GstDeinterlaceField * history, guint history_count,  in deinterlace_frame_di_greedyh_plane()  argument
736 L1 = GST_VIDEO_FRAME_COMP_DATA (history[cur_field_idx].frame, plane); in deinterlace_frame_di_greedyh_plane()
737 if (history[cur_field_idx].flags & PICTURE_INTERLACED_BOTTOM) in deinterlace_frame_di_greedyh_plane()
740 L2 = GST_VIDEO_FRAME_COMP_DATA (history[cur_field_idx + 1].frame, plane); in deinterlace_frame_di_greedyh_plane()
741 if (history[cur_field_idx + 1].flags & PICTURE_INTERLACED_BOTTOM) in deinterlace_frame_di_greedyh_plane()
745 L2P = GST_VIDEO_FRAME_COMP_DATA (history[cur_field_idx - 1].frame, plane); in deinterlace_frame_di_greedyh_plane()
746 if (history[cur_field_idx - 1].flags & PICTURE_INTERLACED_BOTTOM) in deinterlace_frame_di_greedyh_plane()
752 InfoIsOdd = (history[cur_field_idx + 1].flags == PICTURE_INTERLACED_BOTTOM); in deinterlace_frame_di_greedyh_plane()
788 const GstDeinterlaceField * history, guint history_count, in deinterlace_frame_di_greedyh_packed() argument
804 history, history_count, outframe, cur_field_idx); in deinterlace_frame_di_greedyh_packed()
826 deinterlace_frame_di_greedyh_plane (self, history, history_count, outframe, in deinterlace_frame_di_greedyh_packed()
832 const GstDeinterlaceField * history, guint history_count, in deinterlace_frame_di_greedyh_planar() argument
847 history, history_count, outframe, cur_field_idx); in deinterlace_frame_di_greedyh_planar()
853 deinterlace_frame_di_greedyh_plane (self, history, history_count, outframe, in deinterlace_frame_di_greedyh_planar()
855 deinterlace_frame_di_greedyh_plane (self, history, history_count, outframe, in deinterlace_frame_di_greedyh_planar()
857 deinterlace_frame_di_greedyh_plane (self, history, history_count, outframe, in deinterlace_frame_di_greedyh_planar()