Home | History | Annotate | Download | only in libvpx

Lines Matching refs:p_dst

300       uint16_t *p_dst =
302 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset;
335 uint16_t *p_dst =
338 *p_dst++ = (*p_src++ << input_shift) + offset;
377 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane];
379 *p_dst++ = (uint8_t)(*p_src++);
412 uint16_t *p_dst =
414 for (x = 0; x < w; x++) *p_dst++ = *p_src++ >> down_shift;
446 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane];
448 *p_dst++ = *p_src++ >> down_shift;