Home
last modified time | relevance | path

Searched refs:src_bot (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc105 const uint8_t* src_bot = src_argb + src_stride_argb * (height - 1); in ARGBRotate180() local
169 ARGBMirrorRow(src_bot, dst_argb, width); // Mirror last row into first row in ARGBRotate180()
173 src_bot -= src_stride_argb; in ARGBRotate180()
Drotate.cc131 const uint8_t* src_bot = src + src_stride * (height - 1); in RotatePlane180() local
194 MirrorRow(src_bot, dst, width); // Mirror last row into first row in RotatePlane180()
197 src_bot -= src_stride; in RotatePlane180()
/external/libaom/libaom/third_party/libyuv/source/
Drotate_argb.cc90 const uint8* src_bot = src + src_stride * (height - 1); in ARGBRotate180() local
150 ARGBMirrorRow(src_bot, dst, width); // Mirror last row into first row in ARGBRotate180()
154 src_bot -= src_stride; in ARGBRotate180()
Drotate.cc106 const uint8* src_bot = src + src_stride * (height - 1); in RotatePlane180() local
182 MirrorRow(src_bot, dst, width); // Mirror last row into first row in RotatePlane180()
185 src_bot -= src_stride; in RotatePlane180()
/external/libyuv/files/source/
Drotate_argb.cc113 const uint8_t* src_bot = src_argb + src_stride_argb * (height - 1); in ARGBRotate180() local
185 ARGBMirrorRow(src_bot, dst_argb, width); // Mirror last row into first row in ARGBRotate180()
189 src_bot -= src_stride_argb; in ARGBRotate180()
Drotate.cc136 const uint8_t* src_bot = src + src_stride * (height - 1); in RotatePlane180() local
212 MirrorRow(src_bot, dst, width); // Mirror last row into first row in RotatePlane180()
215 src_bot -= src_stride; in RotatePlane180()