Home | History | Annotate | Download | only in video

Lines Matching defs:row1

65    (4 for row1 & 4 for row2)
85 Uint32 *row1;
90 row1 = (Uint32 *)out; // 32 bit target
92 mod = (mod+cols+mod)*4; // increment for row1 in byte
175 // fill destination row1 (needed are mm6=Rr,mm7=Gg,mm5=Bb)
194 "movq %%mm2,(%3)\n" // wrote out ! row1
200 "movq %%mm4,8(%3)\n" // wrote out ! row1
214 "leal 16(%3),%3\n" // row1+16
224 "addl %8,%3\n" // row1+= mod
234 "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod),
246 Uint16 *row1;
251 row1 = (Uint16 *)out; /* 16 bit target */
253 mod = (mod+cols+mod)*2; /* increment for row1 in byte */
344 "movq %%mm4, (%3)\n" // write row1
345 "movq %%mm5, 8(%3)\n" // write row1
409 "addl %8, %3\n" // row1+= mod
418 "r"(row1),"r"(cols),"r"(row2),"m"(x),"m"(y),"m"(mod),