Go to the documentation of this file.
30 int *left,
int *left_top)
35 int tl = *left_top & 0xff;
40 "movzbl (%3, %4), %2 \n"
53 "add (%6, %4), %b0 \n"
54 "mov %b0, (%5, %4) \n"
57 :
"+&q"(l),
"+&q"(tl),
"=&r"(
t),
"=&q"(x),
"+&r"(w2)
58 :
"r"(dst + w),
"r"(diff + w),
"rm"(top + w)