Home
last modified time | relevance | path

Searched refs:dst_bot (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/source/
Drotate_argb.cc115 uint8* dst_bot = dst + dst_stride * (height - 1); in ARGBRotate180() local
123 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last in ARGBRotate180()
125 dst_bot -= dst_stride; in ARGBRotate180()
Drotate.cc886 uint8* dst_bot = dst + dst_stride * (height - 1); in RotatePlane180() local
894 CopyRow(row, dst_bot, width); // Copy first mirrored row into last in RotatePlane180()
896 dst_bot -= dst_stride; in RotatePlane180()
/external/chromium_org/third_party/libyuv/source/
Drotate_argb.cc99 uint8* dst_bot = dst + dst_stride * (height - 1); in ARGBRotate180() local
154 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last in ARGBRotate180()
158 dst_bot -= dst_stride; in ARGBRotate180()
Drotate.cc880 uint8* dst_bot = dst + dst_stride * (height - 1); in RotatePlane180() local
950 CopyRow(row, dst_bot, width); // Copy first mirrored row into last in RotatePlane180()
952 dst_bot -= dst_stride; in RotatePlane180()