/external/libyuv/files/unit_test/ |
H A D | scale_argb_test.cc | 31 int dst_stride_argb = (b * 2 + dst_width) * 4; local 51 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, 56 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, 64 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, 74 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, 90 int abs_diff = abs(dst_argb_c[(i * dst_stride_argb) [all...] |
H A D | rotate_argb_test.cc | 31 int dst_stride_argb = (b * 2 + dst_width) * 4; local 50 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, 54 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, 61 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, 70 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, 86 int abs_diff = abs(dst_argb_c[(i * dst_stride_argb) [all...] |
/external/libyuv/files/source/ |
H A D | rotate_argb.cc | 131 uint8* dst_argb, int dst_stride_argb, 149 dst_argb, dst_stride_argb, 153 dst_argb, dst_stride_argb, 158 dst_argb, dst_stride_argb, 163 dst_argb, dst_stride_argb, 130 ARGBRotate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, RotationMode mode) argument
|
H A D | format_conversion.cc | 302 uint8* dst_argb, int dst_stride_argb, 307 dst_argb = dst_argb + (height - 1) * dst_stride_argb; 308 dst_stride_argb = -dst_stride_argb; 338 dst_argb + dst_stride_argb, width); 340 dst_argb += dst_stride_argb * 2; 538 uint8* dst_argb, int dst_stride_argb, \ 541 dst_argb, dst_stride_argb, \ 301 BayerToARGB(const uint8* src_bayer, int src_stride_bayer, uint8* dst_argb, int dst_stride_argb, int width, int height, uint32 src_fourcc_bayer) argument
|
H A D | scale_argb.cc | 1013 uint8* dst_argb, int dst_stride_argb, 1027 dst_argb, dst_stride_argb, dst_width, dst_height, 1011 ARGBScale(const uint8* src_argb, int src_stride_argb, int src_width, int src_height, uint8* dst_argb, int dst_stride_argb, int dst_width, int dst_height, FilterMode filtering) argument
|
H A D | convert_argb.cc | 32 uint8* dst_argb, int dst_stride_argb, 45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, 55 uint8* dst_argb, int dst_stride_argb, 65 dst_argb = dst_argb + (height - 1) * dst_stride_argb; 66 dst_stride_argb = -dst_stride_argb; 78 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { 87 dst_argb += dst_stride_argb; 100 uint8* dst_argb, int dst_stride_argb, 110 dst_argb = dst_argb + (height - 1) * dst_stride_argb; 31 ARGBCopy(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 52 I444ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 97 I422ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 149 I411ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 195 I400ToARGB_Reference(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 229 I400ToARGB(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 263 BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 297 ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 331 RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 365 RAWToARGB(const uint8* src_raw, int src_stride_raw, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 398 RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 431 RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 464 ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 497 ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 530 NV12ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 581 NV21ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 632 M420ToARGB(const uint8* src_m420, int src_stride_m420, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 676 YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 763 UYVYToARGB(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_argb, int dst_stride_argb, int width, int height) argument [all...] |
H A D | convert_from.cc | 687 uint8* dst_argb, int dst_stride_argb, 696 dst_argb = dst_argb + (height - 1) * dst_stride_argb; 697 dst_stride_argb = -dst_stride_argb; 716 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { 725 dst_argb += dst_stride_argb; 1070 uint8* dst_argb, int dst_stride_argb, 1080 dst_argb = dst_argb + (height - 1) * dst_stride_argb; 1081 dst_stride_argb = -dst_stride_argb; 684 I420ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 1067 I420ToARGB1555(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 1127 I420ToARGB4444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument [all...] |
H A D | planar_functions.cc | 270 uint8* dst_argb, int dst_stride_argb, 287 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { 296 dst_argb += dst_stride_argb; 326 uint8* dst_argb, int dst_stride_argb, 334 dst_argb = dst_argb + (height - 1) * dst_stride_argb; 335 dst_stride_argb = -dst_stride_argb; 344 dst_argb += dst_stride_argb; 977 int ARGBRect(uint8* dst_argb, int dst_stride_argb, argument 986 uint8* dst = dst_argb + dst_y * dst_stride_argb 269 ARGBMirror(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 324 ARGBBlend(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 1018 ARGBAttenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 1056 ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 1087 ARGBGrayTo(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 1118 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument 1142 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument 1164 ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_argb, int dst_x, int dst_y, int width, int height) argument 1190 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument 1220 ARGBQuantize(uint8* dst_argb, int dst_stride_argb, int scale, int interval_size, int interval_offset, int dst_x, int dst_y, int width, int height) argument 1275 ARGBBlur(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int32* dst_cumsum, int dst_stride32_cumsum, int width, int height, int radius) argument 1360 ARGBShade(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, uint32 value) argument 1391 ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height, int interpolation) argument [all...] |