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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate_argb.cc 99 uint8* dst_bot = dst + dst_stride * (height - 1); local
154 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last
158 dst_bot -= dst_stride;
rotate.cc 880 uint8* dst_bot = dst + dst_stride * (height - 1); local
    [all...]
  /external/chromium_org/third_party/libyuv/source/
rotate_argb.cc 99 uint8* dst_bot = dst + dst_stride * (height - 1); local
154 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last
158 dst_bot -= dst_stride;
rotate.cc 880 uint8* dst_bot = dst + dst_stride * (height - 1); local
    [all...]
  /external/libyuv/files/source/
rotate_argb.cc 115 uint8* dst_bot = dst + dst_stride * (height - 1); local
123 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last
125 dst_bot -= dst_stride;
rotate.cc 886 uint8* dst_bot = dst + dst_stride * (height - 1); local
    [all...]

Completed in 187 milliseconds