• Home
  • Raw
  • Download

Lines Matching refs:srcV

720   const guint8 *srcY, *srcU, *srcV;  in copy_y444_y444()  local
738 srcV = GST_VIDEO_FRAME_COMP_DATA (src, 2); in copy_y444_y444()
746 srcV = srcV + src_y * src_strideV + src_x; in copy_y444_y444()
758 y = APPLY_MATRIX (matrix, 0, srcY[j], srcU[j], srcV[j]); in copy_y444_y444()
759 u = APPLY_MATRIX (matrix, 1, srcY[j], srcU[j], srcV[j]); in copy_y444_y444()
760 v = APPLY_MATRIX (matrix, 2, srcY[j], srcU[j], srcV[j]); in copy_y444_y444()
772 srcV += src_strideV; in copy_y444_y444()
778 memcpy (destV, srcV, w); in copy_y444_y444()
786 srcV += src_strideV; in copy_y444_y444()
798 const guint8 *srcY, *srcU, *srcV; in copy_y42b_y42b() local
825 srcV = GST_VIDEO_FRAME_COMP_DATA (src, 2); in copy_y42b_y42b()
833 srcV = srcV + src_y * src_strideV + src_x / 2; in copy_y42b_y42b()
854 v1 = srcV[0]; in copy_y42b_y42b()
878 v1 = srcV[src_uv_idx / 2]; in copy_y42b_y42b()
881 v2 = srcV[src_uv_idx / 2]; in copy_y42b_y42b()
907 v1 = srcV[src_uv_idx / 2]; in copy_y42b_y42b()
915 v1 = srcV[src_uv_idx / 2]; in copy_y42b_y42b()
932 srcV += src_strideV; in copy_y42b_y42b()
943 const guint8 *srcY, *srcU, *srcV; in copy_y41b_y41b() local
970 srcV = GST_VIDEO_FRAME_COMP_DATA (src, 2); in copy_y41b_y41b()
978 srcV = srcV + src_y * src_strideV + src_x / 4; in copy_y41b_y41b()
1001 v1 = srcV[0]; in copy_y41b_y41b()
1024 v1 = srcV[0]; in copy_y41b_y41b()
1043 v1 = srcV[0]; in copy_y41b_y41b()
1072 v1 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1075 v2 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1078 v3 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1081 v4 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1113 v1 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1121 v1 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1134 v1 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1145 v1 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1161 v1 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1175 v1 = srcV[src_uv_idx / 4]; in copy_y41b_y41b()
1195 srcV += src_strideV; in copy_y41b_y41b()
1206 const guint8 *srcY, *srcU, *srcV; in copy_i420_i420() local
1236 srcV = GST_VIDEO_FRAME_COMP_DATA (src, 2); in copy_i420_i420()
1244 srcV = srcV + (src_y / 2) * src_strideV + src_x / 2; in copy_i420_i420()
1269 v1 = srcV[0]; in copy_i420_i420()
1296 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1299 v2 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1324 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1336 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1356 srcV += src_strideV; in copy_i420_i420()
1371 srcV2 = srcV; in copy_i420_i420()
1381 v1 = srcV[0]; in copy_i420_i420()
1413 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1418 v2 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1454 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1472 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1494 srcV += src_strideV; in copy_i420_i420()
1507 v1 = srcV[0]; in copy_i420_i420()
1532 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1535 v2 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1561 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1573 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1590 v1 = srcV[0]; in copy_i420_i420()
1617 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1620 v2 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1646 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1658 v1 = srcV[src_uv_idx / 2]; in copy_i420_i420()
1676 const guint8 *srcY, *srcU, *srcV; in copy_i420_ayuv() local
1687 srcV = GST_VIDEO_FRAME_COMP_DATA (src_frame, 2); in copy_i420_ayuv()
1696 srcV = srcV + (src_y / 2) * src_strideV + src_x / 2; in copy_i420_ayuv()
1714 v = srcV[uv_idx / 2]; in copy_i420_ayuv()
1731 srcV += src_strideV; in copy_i420_ayuv()
1742 v = srcV[uv_idx / 2]; in copy_i420_ayuv()
1755 srcV += src_strideV; in copy_i420_ayuv()