Lines Matching refs:L3
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
98 l3 = L3[0]; in greedyh_scanline_C_ayuv()
105 l3_1 = L3[4]; in greedyh_scanline_C_ayuv()
178 L3 += 1; in greedyh_scanline_C_ayuv()
186 const guint8 * L2, const guint8 * L3, const guint8 * L2P, guint8 * Dest, in greedyh_scanline_C_yuy2() argument
210 l3_l = L3[0]; in greedyh_scanline_C_yuy2()
211 l3_c = L3[1]; in greedyh_scanline_C_yuy2()
221 l3_1_l = L3[2]; in greedyh_scanline_C_yuy2()
222 l3_1_c = L3[3]; in greedyh_scanline_C_yuy2()
323 L3 += 2; in greedyh_scanline_C_yuy2()
330 const guint8 * L2, const guint8 * L3, const guint8 * L2P, guint8 * Dest, in greedyh_scanline_C_uyvy() argument
354 l3_l = L3[1]; in greedyh_scanline_C_uyvy()
355 l3_c = L3[0]; in greedyh_scanline_C_uyvy()
365 l3_1_l = L3[3]; in greedyh_scanline_C_uyvy()
366 l3_1_c = L3[2]; in greedyh_scanline_C_uyvy()
467 L3 += 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
495 l3 = L3[0]; in greedyh_scanline_C_planar_y()
502 l3_1 = L3[1]; in greedyh_scanline_C_planar_y()
573 L3 += 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
598 l3 = L3[0]; in greedyh_scanline_C_planar_uv()
605 l3_1 = L3[1]; in greedyh_scanline_C_planar_uv()
661 L3 += 1; in greedyh_scanline_C_planar_uv()
731 const guint8 *L3; // ptr to Line3 in deinterlace_frame_di_greedyh_plane() local
744 L3 = L1 + Pitch; in deinterlace_frame_di_greedyh_plane()
770 scanline (self, L1, L2, L3, L2P, Dest, RowStride); in deinterlace_frame_di_greedyh_plane()
772 memcpy (Dest, L3, RowStride); in deinterlace_frame_di_greedyh_plane()
777 L3 += Pitch; in deinterlace_frame_di_greedyh_plane()