Searched defs:src_stride_argb (Results 1 - 3 of 3) sorted by relevance

/external/libyuv/files/source/
H A Drow_table.cc349 void RGB24ToUVRow_C(const uint8* src_argb, int src_stride_argb, argument
353 BG24ToARGBRow_C(src_argb + src_stride_argb, row + kMaxStride, pix);
357 void RAWToUVRow_C(const uint8* src_argb, int src_stride_argb, argument
361 RAWToARGBRow_C(src_argb + src_stride_argb, row + kMaxStride, pix);
432 void RGB24ToUVRow_SSSE3(const uint8* src_argb, int src_stride_argb, argument
436 BG24ToARGBRow_SSSE3(src_argb + src_stride_argb, row + kMaxStride, pix);
440 void RAWToUVRow_SSSE3(const uint8* src_argb, int src_stride_argb, argument
444 RAWToARGBRow_SSSE3(src_argb + src_stride_argb, row + kMaxStride, pix);
450 void RGB24ToUVRow_SSSE3(const uint8* src_argb, int src_stride_argb, argument
454 BG24ToARGBRow_SSSE3(src_argb + src_stride_argb, ro
458 RAWToUVRow_SSSE3(const uint8* src_argb, int src_stride_argb, uint8* dst_u, uint8* dst_v, int pix) argument
[all...]
H A Drow_win.cc178 void ARGBToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, argument
184 mov esi, [esp + 8 + 8] // src_stride_argb
242 void BGRAToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, argument
248 mov esi, [esp + 8 + 8] // src_stride_argb
306 void ABGRToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb, argument
312 mov esi, [esp + 8 + 8] // src_stride_argb
H A Dplanar_functions.cc1484 int ARGBToI400(const uint8* src_argb, int src_stride_argb, argument
1489 src_argb = src_argb + (height - 1) * src_stride_argb;
1490 src_stride_argb = -src_stride_argb;
1496 IS_ALIGNED(src_argb, 16) && (src_stride_argb % 16 == 0) &&
1507 src_argb += src_stride_argb;

Completed in 63 milliseconds