Ticket #10473: filter_yadif.diff
| File filter_yadif.diff, 655 bytes (added by , 14 years ago) |
|---|
-
mythtv/filters/yadif/filter_yadif.c
diff --git a/mythtv/filters/yadif/filter_yadif.c b/mythtv/filters/yadif/filter_yadif.c index 5e559d0..cd2c1e3 100644
a b static void filter_line_mmx2(struct ThisFilter *p, uint8_t *dst, 306 306 \ 307 307 /* if (p->mode<2) ... */\ 308 308 "movq %[tmp3], %%mm6 \n\t" /* diff */\ 309 "cmp $2, %[mode] \n\t"\309 "cmpl $2, %[mode] \n\t"\ 310 310 "jge 1f \n\t"\ 311 311 LOAD4("(%["prev2"],%[mrefs],2)", %%mm2) /* prev2[x-2*refs] */\ 312 312 LOAD4("(%["next2"],%[mrefs],2)", %%mm4) /* next2[x-2*refs] */\
