Lines Matching refs:dst1
1991 * Transpose and shift the given 8x8 Block into dst1 and dst2.
1993 static inline void RENAME(transpose1)(uint8_t *dst1, uint8_t *dst2, const uint8_t *src, int srcStride)
2070 :: "r" (src), "r" ((x86_reg)srcStride), "r" (dst1), "r" (dst2)
3103 #define REAL_SCALED_CPY(src1, src2, dst1, dst2) \
3122 "movq %%mm0, " #dst1 " \n\t"\
3126 #define REAL_SCALED_CPY(src1, src2, dst1, dst2) \
3149 "movq %%mm0, " #dst1 " \n\t"\
3153 #define SCALED_CPY(src1, src2, dst1, dst2)\
3154 REAL_SCALED_CPY(src1, src2, dst1, dst2)
3183 #define REAL_SIMPLE_CPY(src1, src2, dst1, dst2) \
3186 "movq %%mm0, " #dst1 " \n\t"\
3189 #define SIMPLE_CPY(src1, src2, dst1, dst2)\
3190 REAL_SIMPLE_CPY(src1, src2, dst1, dst2)