Home | History | Annotate | Download | only in source

Lines Matching defs:dst_u

37                       uint8* dst_u, int dst_stride_u,
53 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
68 uint8* dst_u, int dst_stride_u,
77 dst_u, dst_stride_u,
90 uint8* dst_u, int dst_stride_u,
99 dst_u, dst_stride_u,
112 uint8* dst_u, int dst_stride_u,
121 dst_u, dst_stride_u,
1083 uint8* dst_u;
1087 dst_u = dst_v + halfwidth * halfheight;
1089 dst_u = dst_sample + width * height;
1090 dst_v = dst_u + halfwidth * halfheight;
1096 dst_u, halfwidth,
1104 uint8* dst_u;
1108 dst_u = dst_v + halfwidth * height;
1110 dst_u = dst_sample + width * height;
1111 dst_v = dst_u + halfwidth * height;
1117 dst_u, halfwidth,
1124 uint8* dst_u;
1128 dst_u = dst_v + width * height;
1130 dst_u = dst_sample + width * height;
1131 dst_v = dst_u + width * height;
1137 dst_u, width,
1144 uint8* dst_u = dst_sample + width * height;
1145 uint8* dst_v = dst_u + quarterwidth * height;
1150 dst_u, quarterwidth,