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

  /external/libyuv/files/source/
rotate_argb.cc 91 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
rotate.cc     [all...]
convert.cc 360 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
514 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
    [all...]
convert_from.cc 51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
    [all...]
planar_functions.cc 31 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
    [all...]
row_common.cc 720 void CopyRow_C(const uint8* src, uint8* dst, int count) {
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 263 void CopyRow_C(const uint8* src, uint8* dst, int count);

Completed in 215 milliseconds