Lines Matching refs:dst
290 uint8_t *dst;
345 dst = p->data[0];
347 memset(dst, 0, avctx->width * 2);
348 dst += p->linesize[0];
351 dst = p->data[0];
362 dst[x ] = table_y1[val];
363 dst[x + 1] = table_u[val];
364 dst[x + 2] = table_y2[val];
365 dst[x + 3] = table_v[val];
373 dst += iy * p->linesize[0];
387 dst[x ] = y1;
388 dst[x + 1] = u;
389 dst[x + 2] = y1 + y2;
390 dst[x + 3] = v;
394 dst += p->linesize[0];
397 dst = p->data[0];
399 dst[x ] = dst[x ] + L[0];
400 dst[x + 2] = L[0] = dst[x + 2] + L[0];
401 L[1] = dst[x + 1] + L[1];
402 dst[x + 1] = L[1];
403 L[2] = dst[x + 3] + L[2];
404 dst[x + 3] = L[2];
406 dst += p->linesize[0];
410 dst[x ] = dst[x ] + L[0] + dst[x + 0 - p->linesize[0]] - TL[0];
411 dst[x + 2] = L[0] = dst[x + 2] + L[0] + dst[x + 2 - p->linesize[0]] - TL[0];
412 TL[0] = dst[x + 2 - p->linesize[0]];
413 L[1] = dst[x + 1] + L[1] + dst[x + 1 - p->linesize[0]] - TL[1];
414 dst[x + 1] = L[1];
415 TL[1] = dst[x + 1 - p->linesize[0]];
416 L[2] = dst[x + 3] + L[2] + dst[x + 3 - p->linesize[0]] - TL[2];
417 dst[x + 3] = L[2];
418 TL[2] = dst[x + 3 - p->linesize[0]];
420 dst[x ] = dst[x ] + L[0] + dst[x + 0 - p->linesize[0]] - TL[0];
421 dst[x + 2] = L[0] = dst[x + 2] + L[0] + dst[x + 2 - p->linesize[0]] - TL[0];
422 TL[0] = dst[x + 2 - p->linesize[0]];
423 L[1] = dst[x + 1] + L[1] + dst[x + 1 - p->linesize[0]] - TL[1];
424 dst[x + 1] = L[1];
425 TL[1] = dst[x + 1 - p->linesize[0]];
426 L[2] = dst[x + 3] + L[2] + dst[x + 3 - p->linesize[0]] - TL[2];
427 dst[x + 3] = L[2];
428 TL[2] = dst[x + 3 - p->linesize[0]];
430 dst += p->linesize[0];