Lines Matching refs:source
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
172 // Now copy the top and bottom source lines into each line of the respective borders
206 // Now copy the top and bottom source lines into each line of the respective borders
234 // Now copy the top and bottom source lines into each line of the respective borders
273 // Now copy the top and bottom source lines into each line of the respective borders
296 // Now copy the top and bottom source lines into each line of the respective borders
313 // Now copy the top and bottom source lines into each line of the respective borders
341 * FUNCTION : Copies the source image into the destination image and
403 * FUNCTION : Copies the source image into the destination image and
413 unsigned char *source, *dest;
415 source = src_ybc->y_buffer;
420 vpx_memcpy(dest, source, src_ybc->y_width);
421 source += src_ybc->y_stride;
425 source = src_ybc->u_buffer;
430 vpx_memcpy(dest, source, src_ybc->uv_width);
431 source += src_ybc->uv_stride;
435 source = src_ybc->v_buffer;
440 vpx_memcpy(dest, source, src_ybc->uv_width);
441 source += src_ybc->uv_stride;