Home | History | Annotate | Download | only in source

Lines Matching refs:CopyRow_SSE2

55     CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2;