Home | History | Annotate | Download | only in source

Lines Matching refs:SetRow

1544   void (*SetRow)(uint8 * dst, uint8 value, int width) = SetRow_C;
1558 SetRow = SetRow_Any_NEON;
1560 SetRow = SetRow_NEON;
1566 SetRow = SetRow_Any_X86;
1568 SetRow = SetRow_X86;
1574 SetRow = SetRow_ERMS;
1580 SetRow(dst_y, value, width);