Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc106 uint8_t* dst_bot = dst_argb + dst_stride_argb * (height - 1); in ARGBRotate180() local
170 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last in ARGBRotate180()
174 dst_bot -= dst_stride_argb; in ARGBRotate180()
Drotate.cc132 uint8_t* dst_bot = dst + dst_stride * (height - 1); in RotatePlane180() local
196 CopyRow(row, dst_bot, width); // Copy first mirrored row into last in RotatePlane180()
198 dst_bot -= dst_stride; in RotatePlane180()
/external/libaom/libaom/third_party/libyuv/source/
Drotate_argb.cc91 uint8* dst_bot = dst + dst_stride * (height - 1); in ARGBRotate180() local
151 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last in ARGBRotate180()
155 dst_bot -= dst_stride; in ARGBRotate180()
Drotate.cc107 uint8* dst_bot = dst + dst_stride * (height - 1); in RotatePlane180() local
184 CopyRow(row, dst_bot, width); // Copy first mirrored row into last in RotatePlane180()
186 dst_bot -= dst_stride; in RotatePlane180()
/external/libyuv/files/source/
Drotate_argb.cc114 uint8_t* dst_bot = dst_argb + dst_stride_argb * (height - 1); in ARGBRotate180() local
186 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last in ARGBRotate180()
190 dst_bot -= dst_stride_argb; in ARGBRotate180()
Drotate.cc137 uint8_t* dst_bot = dst + dst_stride * (height - 1); in RotatePlane180() local
214 CopyRow(row, dst_bot, width); // Copy first mirrored row into last in RotatePlane180()
216 dst_bot -= dst_stride; in RotatePlane180()