HomeSort by relevance Sort by last modified time
    Searched defs:dst_bot (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_argb.cc 91 uint8* dst_bot = dst + dst_stride * (height - 1); local
151 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last
155 dst_bot -= dst_stride;
rotate.cc 107 uint8* dst_bot = dst + dst_stride * (height - 1); local
176 CopyRow(row, dst_bot, width); // Copy first mirrored row into last
178 dst_bot -= dst_stride;
  /external/libyuv/files/source/
rotate_argb.cc 118 uint8* dst_bot = dst + dst_stride * (height - 1); local
186 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last
190 dst_bot -= dst_stride;
rotate.cc 142 uint8* dst_bot = dst + dst_stride * (height - 1); local
219 CopyRow(row, dst_bot, width); // Copy first mirrored row into last
221 dst_bot -= dst_stride;

Completed in 81 milliseconds