Lines Matching defs:dst
46 AV_WN32A(dst + y * PIXEL_STRIDE + x, rnd() & mask); \
51 dst[y * PIXEL_STRIDE + x]; \
55 ((uint16_t *)dst)[y * (PIXEL_STRIDE/2) + x]; \
95 #define DCT8_1D(src, srcstride, dst, dststride) do { \
112 (dst)[dststride * 0] = b0 + b1; \
113 (dst)[dststride * 1] = b4 + (b7 >> 2); \
114 (dst)[dststride * 2] = b2 + (b3 >> 1); \
115 (dst)[dststride * 3] = b5 + (b6 >> 2); \
116 (dst)[dststride * 4] = b0 - b1; \
117 (dst)[dststride * 5] = b6 - (b5 >> 2); \
118 (dst)[dststride * 6] = (b2 >> 1) - b3; \
119 (dst)[dststride * 7] = (b4 >> 2) - b7; \
179 LOCAL_ALIGNED_16(uint8_t, dst, [8 * 8 * 2]);
187 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, int16_t *block, int stride);
216 memcpy(dst0, dst, sz * PIXEL_STRIDE);
217 memcpy(dst1, dst, sz * PIXEL_STRIDE);
243 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]);
272 uint8_t dst[8 * 8 * 2];
288 &dst[PIXEL_STRIDE * y], sz * SIZEOF_PIXEL);
321 LOCAL_ALIGNED_16(uint8_t, dst, [32 * 16 * 2]);
352 AV_WN32A(dst + i, rnd() & mask); \
354 memcpy(dst0, dst, 32 * 16 * 2); \
355 memcpy(dst1, dst, 32 * 16 * 2); \
386 LOCAL_ALIGNED_16(uint8_t, dst, [32 * 16 * 2]);
412 AV_WN32A(dst + i, rnd() & mask); \
414 memcpy(dst0, dst, 32 * 16 * 2); \
415 memcpy(dst1, dst, 32 * 16 * 2); \