• Home
  • Raw
  • Download

Lines Matching refs:L2

60     const guint8 * L2, const guint8 * L1, const guint8 * L3, const guint8 * L2P,
75 const guint8 * L2, const guint8 * L3, const guint8 * L2P, guint8 * Dest, in greedyh_scanline_C_ayuv() argument
128 l2 = L2[0]; in greedyh_scanline_C_ayuv()
177 L2 += 1; in greedyh_scanline_C_ayuv()
186 const guint8 * L2, const guint8 * L3, const guint8 * L2P, guint8 * Dest, in greedyh_scanline_C_yuy2() argument
251 l2_l = L2[0]; in greedyh_scanline_C_yuy2()
252 l2_c = L2[1]; in greedyh_scanline_C_yuy2()
322 L2 += 2; in greedyh_scanline_C_yuy2()
330 const guint8 * L2, const guint8 * L3, const guint8 * L2P, guint8 * Dest, in greedyh_scanline_C_uyvy() argument
395 l2_l = L2[1]; in greedyh_scanline_C_uyvy()
396 l2_c = L2[0]; in greedyh_scanline_C_uyvy()
466 L2 += 2; in greedyh_scanline_C_uyvy()
474 const guint8 * L1, const guint8 * L2, const guint8 * L3, const guint8 * L2P, in greedyh_scanline_C_planar_y() argument
525 l2 = L2[0]; in greedyh_scanline_C_planar_y()
572 L2 += 1; in greedyh_scanline_C_planar_y()
580 const guint8 * L1, const guint8 * L2, const guint8 * L3, const guint8 * L2P, in greedyh_scanline_C_planar_uv() argument
628 l2 = L2[0]; in greedyh_scanline_C_planar_uv()
660 L2 += 1; in greedyh_scanline_C_planar_uv()
730 const guint8 *L2; // ptr to Line2, the weave line in deinterlace_frame_di_greedyh_plane() local
740 L2 = GST_VIDEO_FRAME_COMP_DATA (history[cur_field_idx + 1].frame, plane); in deinterlace_frame_di_greedyh_plane()
742 L2 += RowStride; in deinterlace_frame_di_greedyh_plane()
765 L2 += Pitch; in deinterlace_frame_di_greedyh_plane()
770 scanline (self, L1, L2, L3, L2P, Dest, RowStride); in deinterlace_frame_di_greedyh_plane()
776 L2 += Pitch; in deinterlace_frame_di_greedyh_plane()
782 memcpy (Dest, L2, RowStride); in deinterlace_frame_di_greedyh_plane()