Home | History | Annotate | Download | only in video

Lines Matching defs:row2

65    (4 for row1 & 4 for row2)
86 Uint32 *row2;
91 row2 = (Uint32 *)out+cols+mod; // start of second row
202 // fill destination row2 (needed are mm6=Rr,mm7=Gg,mm5=Bb)
209 "movq %%mm1,(%5)\n" // wrote out ! row2
211 "movq %%mm5,8(%5)\n" // wrote out ! row2
215 "leal 16(%5),%5\n" // row2+16
225 "addl %8,%5\n" // row2+= mod
234 "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod),
247 Uint16 *row2;
252 row2 = (Uint16 *)out+cols+mod; /* start of second row */
405 "leal 16(%5),%5\n" // row2+16
410 "addl %8, %5\n" // row2+= mod
418 "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod),