Lines Matching defs:tmp
539 uint8_t tmp[16];
543 const int l4= (int)tmp - (int)src - stride*3;
544 const int l5= (int)tmp - (int)src - stride*3 + 8;
549 memcpy(tmp, src+stride*7, 8);
550 memcpy(tmp+8, src+stride*8, 8);
798 int d= src[x+y*stride] - tmp[x+(y-4)*8];
820 DECLARE_ALIGNED(8, uint64_t, tmp)[4]; // make space for 4 8-byte vars
1047 : "r" ((x86_reg)stride), "m" (c->pQPb), "r"(tmp)
1097 DECLARE_ALIGNED(8, uint64_t, tmp)[3];
1319 : : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb), "m"(c->pQPb2), "q"(tmp)
1591 static inline void RENAME(deInterlaceFF)(uint8_t src[], int stride, uint8_t *tmp)
1639 : : "r" (src), "r" ((x86_reg)stride), "r"(tmp)
1646 int t1= tmp[x];
1656 tmp[x]= t1;
1670 static inline void RENAME(deInterlaceL5)(uint8_t src[], int stride, uint8_t *tmp, uint8_t *tmp2)
1729 : : "r" (src), "r" ((x86_reg)stride), "r"(tmp), "r"(tmp2)
1736 int t1= tmp[x];
1756 tmp[x]= t3;
1771 static inline void RENAME(deInterlaceBlendLinear)(uint8_t src[], int stride, uint8_t *tmp)
1817 : : "r" (src), "r" ((x86_reg)stride), "r" (tmp)
1825 a= *(uint32_t*)&tmp[stride*0];
1859 *(uint32_t*)&tmp[stride*0]= c;
1861 tmp += 4;
2843 DECLARE_ALIGNED(8, uint64_t, tmp)[4]; // make space for 4 8-byte vars
3070 : "r" ((x86_reg)step), "m" (c->pQPb), "m"(eq_mask), "r"(tmp)
3686 /* did we use a tmp buffer for the last lines*/