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

  /external/libyuv/files/source/
row.h 82 void RAWToARGBRow_C(const uint8* src_bg24, uint8* dst_argb, int pix);
row_table.cc 307 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int pix) {
345 RAWToARGBRow_C(src_argb, row, pix);
360 RAWToARGBRow_C(src_argb, row, pix);
361 RAWToARGBRow_C(src_argb + src_stride_argb, row + kMaxStride, pix);
planar_functions.cc     [all...]

Completed in 46 milliseconds