Home
last modified time | relevance | path

Searched refs:ScaleARGBCols (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/source/
Dscale_argb.cc907 static void ScaleARGBCols(uint8* dst_ptr, const uint8* src_ptr, in ScaleARGBCols() function
939 ScaleARGBCols(dst_ptr, src_ptr + (y >> 16) * src_stride, dst_width, x, dx); in ScaleARGBSimple()