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

  /external/libyuv/files/source/
row.h 81 void BG24ToARGBRow_C(const uint8* src_bg24, uint8* dst_argb, int pix);
row_table.cc 321 void BG24ToARGBRow_C(const uint8* src_bg24, uint8* dst_argb, int pix) {
339 BG24ToARGBRow_C(src_argb, row, pix);
352 BG24ToARGBRow_C(src_argb, row, pix);
353 BG24ToARGBRow_C(src_argb + src_stride_argb, row + kMaxStride, pix);
planar_functions.cc     [all...]

Completed in 114 milliseconds