/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_argb.cc | 29 uint8* dst_argb, int dst_stride_argb, in ARGBCopy() argument 42 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBCopy() 52 uint8* dst_argb, int dst_stride_argb, in I444ToARGB() argument 68 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I444ToARGB() 69 dst_stride_argb = -dst_stride_argb; in I444ToARGB() 75 dst_stride_argb == width * 4) { in I444ToARGB() 78 src_stride_y = src_stride_u = src_stride_v = dst_stride_argb = 0; in I444ToARGB() 107 dst_argb += dst_stride_argb; in I444ToARGB() 120 uint8* dst_argb, int dst_stride_argb, in I422ToARGB() argument 136 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I422ToARGB() [all …]
|
D | planar_functions.cc | 483 uint8* dst_argb, int dst_stride_argb, in ARGBMirror() argument 526 dst_argb += dst_stride_argb; in ARGBMirror() 561 uint8* dst_argb, int dst_stride_argb, in ARGBBlend() argument 572 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend() 573 dst_stride_argb = -dst_stride_argb; in ARGBBlend() 578 dst_stride_argb == width * 4) { in ARGBBlend() 581 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend() 588 dst_argb += dst_stride_argb; in ARGBBlend() 597 uint8* dst_argb, int dst_stride_argb, in ARGBMultiply() argument 608 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply() [all …]
|
D | rotate_argb.cc | 162 uint8* dst_argb, int dst_stride_argb, int width, int height, in ARGBRotate() argument 179 dst_argb, dst_stride_argb, in ARGBRotate() 183 dst_argb, dst_stride_argb, in ARGBRotate() 188 dst_argb, dst_stride_argb, in ARGBRotate() 193 dst_argb, dst_stride_argb, in ARGBRotate()
|
D | scale_argb.cc | 447 int dst_stride_argb, in ScaleYUVToARGBBilinearUp() argument 489 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp() 531 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp() 649 dst_argb += dst_stride_argb; in ScaleYUVToARGBBilinearUp() 814 uint8* dst_argb, int dst_stride_argb, in ARGBScaleClip() argument 827 dst_argb, dst_stride_argb, dst_width, dst_height, in ARGBScaleClip() 836 uint8* dst_argb, int dst_stride_argb, in ARGBScale() argument 845 dst_argb, dst_stride_argb, dst_width, dst_height, in ARGBScale()
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 32 int dst_stride_argb, in ARGBCopy() argument 45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width * 4, in ARGBCopy() 58 int dst_stride_argb, in I420ToARGBMatrix() argument 73 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I420ToARGBMatrix() 74 dst_stride_argb = -dst_stride_argb; in I420ToARGBMatrix() 105 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in I420ToARGBMatrix() 120 dst_argb += dst_stride_argb; in I420ToARGBMatrix() 139 int dst_stride_argb, in I420ToARGB() argument 143 src_stride_v, dst_argb, dst_stride_argb, in I420ToARGB() 175 int dst_stride_argb, in J420ToARGB() argument [all …]
|
D | planar_functions.cc | 774 int dst_stride_argb, in ARGBMirror() argument 826 dst_argb += dst_stride_argb; in ARGBMirror() 859 int dst_stride_argb, in ARGBBlend() argument 871 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend() 872 dst_stride_argb = -dst_stride_argb; in ARGBBlend() 876 dst_stride_argb == width * 4) { in ARGBBlend() 879 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend() 886 dst_argb += dst_stride_argb; in ARGBBlend() 1084 int dst_stride_argb, in ARGBMultiply() argument 1096 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply() [all …]
|
D | rotate_argb.cc | 199 int dst_stride_argb, in ARGBRotate() argument 217 return ARGBCopy(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBRotate() 220 ARGBRotate90(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate() 224 ARGBRotate270(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate() 228 ARGBRotate180(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate()
|
D | scale_argb.cc | 528 int dst_stride_argb, in ScaleYUVToARGBBilinearUp() argument 571 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp() 613 IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp() 739 dst_argb += dst_stride_argb; in ScaleYUVToARGBBilinearUp() 912 int dst_stride_argb, in ARGBScaleClip() argument 928 dst_stride_argb, dst_width, dst_height, clip_x, clip_y, clip_width, in ARGBScaleClip() 940 int dst_stride_argb, in ARGBScale() argument 949 dst_stride_argb, dst_width, dst_height, 0, 0, dst_width, dst_height, in ARGBScale() 966 int dst_stride_argb, in YUVToARGBScaleClip() argument 983 dst_stride_argb, dst_width, dst_height, clip_x, clip_y, in YUVToARGBScaleClip()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 37 uint8* dst_argb, int dst_stride_argb, 45 uint8* dst_argb, int dst_stride_argb, 53 uint8* dst_argb, int dst_stride_argb, 61 uint8* dst_argb, int dst_stride_argb, 69 uint8* dst_argb, int dst_stride_argb, 75 uint8* dst_argb, int dst_stride_argb, 81 uint8* dst_argb, int dst_stride_argb, 91 uint8* dst_argb, int dst_stride_argb, 98 uint8* dst_argb, int dst_stride_argb, 104 uint8* dst_argb, int dst_stride_argb, [all …]
|
D | planar_functions.h | 139 uint8* dst_argb, int dst_stride_argb, 191 int ARGBRect(uint8* dst_argb, int dst_stride_argb, 197 uint8* dst_argb, int dst_stride_argb, 202 int ARGBGray(uint8* dst_argb, int dst_stride_argb, 207 int ARGBSepia(uint8* dst_argb, int dst_stride_argb, 218 uint8* dst_argb, int dst_stride_argb, 229 int RGBColorMatrix(uint8* dst_argb, int dst_stride_argb, 236 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb, 243 int RGBColorTable(uint8* dst_argb, int dst_stride_argb, 252 uint8* dst_argb, int dst_stride_argb, [all …]
|
D | scale_argb.h | 26 uint8* dst_argb, int dst_stride_argb, 34 uint8* dst_argb, int dst_stride_argb, 47 uint8* dst_argb, int dst_stride_argb,
|
D | convert_from.h | 96 uint8* dst_argb, int dst_stride_argb, 103 uint8* dst_argb, int dst_stride_argb, 110 uint8* dst_argb, int dst_stride_argb,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_argb.cc | 32 int dst_stride_argb, in ARGBCopy() argument 45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width * 4, in ARGBCopy() 58 int dst_stride_argb, in I420ToARGBMatrix() argument 73 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I420ToARGBMatrix() 74 dst_stride_argb = -dst_stride_argb; in I420ToARGBMatrix() 111 dst_argb += dst_stride_argb; in I420ToARGBMatrix() 130 int dst_stride_argb, in I420ToARGB() argument 134 src_stride_v, dst_argb, dst_stride_argb, in I420ToARGB() 166 int dst_stride_argb, in J420ToARGB() argument 170 src_stride_v, dst_argb, dst_stride_argb, in J420ToARGB() [all …]
|
D | convert_to_argb.cc | 45 int dst_stride_argb, in ConvertToARGB() argument 70 int dest_dst_stride_argb = dst_stride_argb; in ConvertToARGB() 89 dst_stride_argb = crop_width * 4; in ConvertToARGB() 96 r = YUY2ToARGB(src, aligned_src_width * 2, dst_argb, dst_stride_argb, in ConvertToARGB() 101 r = UYVYToARGB(src, aligned_src_width * 2, dst_argb, dst_stride_argb, in ConvertToARGB() 106 r = RGB24ToARGB(src, src_width * 3, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB() 111 r = RAWToARGB(src, src_width * 3, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB() 117 r = ARGBToARGB(src, src_width * 4, dst_argb, dst_stride_argb, in ConvertToARGB() 123 r = BGRAToARGB(src, src_width * 4, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB() 128 r = ABGRToARGB(src, src_width * 4, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB() [all …]
|
D | rotate_argb.cc | 27 int dst_stride_argb, in ARGBTranspose() argument 62 dst_argb += dst_stride_argb; in ARGBTranspose() 70 int dst_stride_argb, in ARGBRotate90() argument 78 ARGBTranspose(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate90() 85 int dst_stride_argb, in ARGBRotate270() argument 91 dst_argb += dst_stride_argb * (width - 1); in ARGBRotate270() 92 dst_stride_argb = -dst_stride_argb; in ARGBRotate270() 93 ARGBTranspose(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate270() 100 int dst_stride_argb, in ARGBRotate180() argument 106 uint8_t* dst_bot = dst_argb + dst_stride_argb * (height - 1); in ARGBRotate180() [all …]
|
D | planar_functions.cc | 971 int dst_stride_argb, in ARGBMirror() argument 1023 dst_argb += dst_stride_argb; in ARGBMirror() 1061 int dst_stride_argb, in ARGBBlend() argument 1073 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend() 1074 dst_stride_argb = -dst_stride_argb; in ARGBBlend() 1078 dst_stride_argb == width * 4) { in ARGBBlend() 1081 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend() 1088 dst_argb += dst_stride_argb; in ARGBBlend() 1286 int dst_stride_argb, in ARGBMultiply() argument 1298 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply() [all …]
|
/external/libyuv/files/include/libyuv/ |
D | convert_argb.h | 36 int dst_stride_argb, 49 int dst_stride_argb, 75 int dst_stride_argb, 88 int dst_stride_argb, 101 int dst_stride_argb, 129 int dst_stride_argb, 155 int dst_stride_argb, 164 int dst_stride_argb, 178 int dst_stride_argb, 189 int dst_stride_argb, [all …]
|
D | planar_functions.h | 228 int dst_stride_argb, 313 int dst_stride_argb, 325 int dst_stride_argb, 332 int dst_stride_argb, 341 int dst_stride_argb, 357 int dst_stride_argb, 370 int dst_stride_argb, 381 int dst_stride_argb, 392 int dst_stride_argb, 406 int dst_stride_argb, [all …]
|
D | scale_argb.h | 28 int dst_stride_argb, 40 int dst_stride_argb, 61 int dst_stride_argb,
|
D | convert_from.h | 127 int dst_stride_argb, 139 int dst_stride_argb, 151 int dst_stride_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 36 int dst_stride_argb, 49 int dst_stride_argb, 75 int dst_stride_argb, 88 int dst_stride_argb, 114 int dst_stride_argb, 140 int dst_stride_argb, 153 int dst_stride_argb, 166 int dst_stride_argb, 194 int dst_stride_argb, 220 int dst_stride_argb, [all …]
|
D | planar_functions.h | 290 int dst_stride_argb, 375 int dst_stride_argb, 387 int dst_stride_argb, 394 int dst_stride_argb, 403 int dst_stride_argb, 419 int dst_stride_argb, 432 int dst_stride_argb, 443 int dst_stride_argb, 454 int dst_stride_argb, 468 int dst_stride_argb, [all …]
|
D | scale_argb.h | 28 int dst_stride_argb, 40 int dst_stride_argb, 61 int dst_stride_argb,
|
/external/libyuv/files/unit_test/ |
D | scale_argb_test.cc | 52 int dst_stride_argb = (b * 2 + dst_width) * 4; in ARGBTestFilter() local 66 src_width, src_height, dst_argb_c + (dst_stride_argb * b) + b * 4, in ARGBTestFilter() 67 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 70 src_width, src_height, dst_argb_opt + (dst_stride_argb * b) + b * 4, in ARGBTestFilter() 71 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 76 src_width, src_height, dst_argb_c + (dst_stride_argb * b) + b * 4, in ARGBTestFilter() 77 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 86 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 102 int abs_diff = Abs(dst_argb_c[(i * dst_stride_argb) + j] - in ARGBTestFilter() 103 dst_argb_opt[(i * dst_stride_argb) + j]); in ARGBTestFilter() [all …]
|
D | rotate_argb_test.cc | 47 int dst_stride_argb = dst_width * kBpp; in TestRotateBpp() local 48 int dst_argb_plane_size = dst_stride_argb * dst_height; in TestRotateBpp() 56 RotatePlane(src_argb, src_stride_argb, dst_argb_c, dst_stride_argb, in TestRotateBpp() 61 RotatePlane(src_argb, src_stride_argb, dst_argb_opt, dst_stride_argb, in TestRotateBpp() 66 ARGBRotate(src_argb, src_stride_argb, dst_argb_c, dst_stride_argb, in TestRotateBpp() 71 ARGBRotate(src_argb, src_stride_argb, dst_argb_opt, dst_stride_argb, in TestRotateBpp()
|