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

  /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 34 milliseconds