Searched refs:ARGBMirrorRow (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/source/ |
D | rotate_argb.cc | 82 void (*ARGBMirrorRow)(const uint8* src, uint8* dst, int width) = in ARGBRotate180() local 88 ARGBMirrorRow = ARGBMirrorRow_SSSE3; in ARGBRotate180() 119 ARGBMirrorRow(src, row, width); // Mirror first row into a buffer in ARGBRotate180() 121 ARGBMirrorRow(src_bot, dst, width); // Mirror last row into first row in ARGBRotate180()
|
D | planar_functions.cc | 282 void (*ARGBMirrorRow)(const uint8* src, uint8* dst, int width) = in ARGBMirror() local 288 ARGBMirrorRow = ARGBMirrorRow_SSSE3; in ARGBMirror() 294 ARGBMirrorRow(src_argb, dst_argb, width); in ARGBMirror()
|