Searched refs:dst_bot (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 106 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()
|
D | rotate.cc | 132 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/ |
D | rotate_argb.cc | 91 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()
|
D | rotate.cc | 107 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/ |
D | rotate_argb.cc | 114 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()
|
D | rotate.cc | 137 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()
|