Lines Matching refs:dst

123 static void idctrow(int16 *blk, uint8 *pred, uint8 *dst, int width);
323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width)
327 *((uint32*)dst) = *((uint32*)pred);
328 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
329 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
330 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
331 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
332 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
333 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
334 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
335 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
336 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
337 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
338 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
339 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
340 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
341 *((uint32*)(dst += width)) = *((uint32*)(pred += 12));
342 *((uint32*)(dst += 4)) = *((uint32*)(pred += 4));
349 uint8 *dst, /* destination */
352 int width, /* width of dst */
372 (*idctrowVCA[nz_coefs-1])(coeff_in, pred, dst, width);
396 (*(idctrowVCA2[bitmaprow>>4]))(coeff_in, pred, dst, width);
400 idctrow(coeff_in, pred, dst, width);
405 void idct(int *block, uint8 *pred, uint8 *dst, int width);
406 idct(coeff_in, pred, dst, width);
410 void idctref(int *block, uint8 *pred, uint8 *dst, int width);
411 idctref(coeff_in, pred, dst, width);
510 int16 *blk, uint8 *pred, uint8 *dst, int width
526 * 7 pi 1 dst[k] = sum c[l] * src[l] * cos( -- *
533 dst -= width;
597 *((uint32*)(dst += width)) = dst_word; /* save 4 bytes to dst */
612 *((uint32*)(dst += 4)) = dst_word; /* save 4 bytes to dst */
637 * 7 pi 1 dst[k] = sum c[l] * src[l] * cos( -- *
844 * 7 pi 1 dst[8*k] = sum c[l] * src[8*l] *