Lines Matching defs:dst
169 uint32_t *dst;
186 dst = (uint32_t *)list[i];
195 memset(&dst[y * (pitch / 4)], 0, width);
211 memset(&dst[y * (pitch / 4)], mean, width);
221 dst[x] = n1 << 8 | n2;
223 dst += pitch / 4;
236 uint32_t *dst;
253 dst = (uint32_t *)list[i];
277 n3 = dst[x];
283 dst[x] = n1 << 8 | n2;
285 dst += pitch / 4;
321 uint8_t *dst;
325 dst = current;
328 memcpy(dst, src, 16);
330 dst += pitch;
340 uint8_t *dst;
370 dst = current;
372 hdsp->put_pixels_tab[0][(mv.y & 1) << 1 | (mv.x & 1)](dst, src, pitch, 16);
383 uint8_t *dst;
440 dst = current;
442 hdsp->put_pixels_tab[1][((mvy & 1) << 1) | (mvx & 1)](dst, src, pitch, 8);