Searched refs:ARGB4444ToARGBRow_C (Results 1 - 4 of 4) sorted by relevance

/external/libyuv/files/include/libyuv/
H A Drow.h310 void ARGB4444ToARGBRow_C(const uint8* src_argb, uint8* dst_argb, int pix);
/external/libyuv/files/source/
H A Dconvert.cc1464 ARGB4444ToARGBRow = ARGB4444ToARGBRow_C;
1507 ARGB4444ToARGBRow_C(src_argb4444, row, width);
H A Dconvert_argb.cc511 int pix) = ARGB4444ToARGBRow_C;
H A Drow_common.cc127 void ARGB4444ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { function

Completed in 148 milliseconds