HomeSort by relevance Sort by last modified time
    Searched defs:src_stride_argb (Results 1 - 2 of 2) sorted by null

  /external/libyuv/files/unit_test/
rotate_argb_test.cc 38 int src_stride_argb = src_width * kBpp; local
39 int src_argb_plane_size = src_stride_argb * abs(src_height);
54 RotatePlane(src_argb, src_stride_argb,
60 RotatePlane(src_argb, src_stride_argb,
66 ARGBRotate(src_argb, src_stride_argb,
72 ARGBRotate(src_argb, src_stride_argb,
scale_argb_test.cc 38 int src_stride_argb = (b * 2 + Abs(src_width)) * 4; local
61 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
66 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
73 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
83 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
118 static int TileARGBScale(const uint8* src_argb, int src_stride_argb,
156 int src_stride_argb = (b * 2 + Abs(src_width)) * 4; local
    [all...]

Completed in 34 milliseconds