/external/chromium_org/third_party/libyuv/source/ |
D | convert_argb.cc | 30 uint8* dst_argb, int dst_stride_argb, in ARGBCopy() argument 43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBCopy() 53 uint8* dst_argb, int dst_stride_argb, in I444ToARGB() argument 63 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I444ToARGB() 64 dst_stride_argb = -dst_stride_argb; in I444ToARGB() 70 dst_stride_argb == width * 4) { in I444ToARGB() 73 src_stride_y = src_stride_u = src_stride_v = dst_stride_argb = 0; in I444ToARGB() 85 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in I444ToARGB() 101 dst_argb += dst_stride_argb; in I444ToARGB() 114 uint8* dst_argb, int dst_stride_argb, in I422ToARGB() argument [all …]
|
D | planar_functions.cc | 482 uint8* dst_argb, int dst_stride_argb, in ARGBMirror() argument 500 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in ARGBMirror() 519 dst_argb += dst_stride_argb; in ARGBMirror() 554 uint8* dst_argb, int dst_stride_argb, in ARGBBlend() argument 565 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend() 566 dst_stride_argb = -dst_stride_argb; in ARGBBlend() 571 dst_stride_argb == width * 4) { in ARGBBlend() 574 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend() 581 dst_argb += dst_stride_argb; in ARGBBlend() 590 uint8* dst_argb, int dst_stride_argb, in ARGBMultiply() argument [all …]
|
D | rotate_argb.cc | 165 uint8* dst_argb, int dst_stride_argb, in ARGBRotate() argument 183 dst_argb, dst_stride_argb, in ARGBRotate() 187 dst_argb, dst_stride_argb, in ARGBRotate() 192 dst_argb, dst_stride_argb, in ARGBRotate() 197 dst_argb, dst_stride_argb, in ARGBRotate()
|
D | format_conversion.cc | 241 uint8* dst_argb, int dst_stride_argb, in BayerToARGB() argument 251 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in BayerToARGB() 252 dst_stride_argb = -dst_stride_argb; in BayerToARGB() 278 dst_argb + dst_stride_argb, width); in BayerToARGB() 280 dst_argb += dst_stride_argb * 2; in BayerToARGB() 536 uint8* dst_argb, int dst_stride_argb, \ 539 dst_argb, dst_stride_argb, \
|
D | scale_argb.cc | 416 int dst_stride_argb, in ScaleYUVToARGBBilinearUp() argument 434 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in ScaleYUVToARGBBilinearUp() 461 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp() 474 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in ScaleYUVToARGBBilinearUp() 485 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in ScaleYUVToARGBBilinearUp() 509 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp() 613 dst_argb += dst_stride_argb; in ScaleYUVToARGBBilinearUp() 772 uint8* dst_argb, int dst_stride_argb, in ARGBScaleClip() argument 784 dst_argb, dst_stride_argb, dst_width, dst_height, in ARGBScaleClip() 793 uint8* dst_argb, int dst_stride_argb, in ARGBScale() argument [all …]
|
/external/chromium_org/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, 84 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 | 124 uint8* dst_argb, int dst_stride_argb, 176 int ARGBRect(uint8* dst_argb, int dst_stride_argb, 182 uint8* dst_argb, int dst_stride_argb, 187 int ARGBGray(uint8* dst_argb, int dst_stride_argb, 192 int ARGBSepia(uint8* dst_argb, int dst_stride_argb, 203 uint8* dst_argb, int dst_stride_argb, 214 int RGBColorMatrix(uint8* dst_argb, int dst_stride_argb, 221 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb, 228 int RGBColorTable(uint8* dst_argb, int dst_stride_argb, 237 uint8* dst_argb, int dst_stride_argb, [all …]
|
D | scale_argb.h | 25 uint8* dst_argb, int dst_stride_argb, 33 uint8* dst_argb, int dst_stride_argb, 46 uint8* dst_argb, int dst_stride_argb,
|
D | format_conversion.h | 106 uint8* dst_argb, int dst_stride_argb, 111 uint8* dst_argb, int dst_stride_argb, 116 uint8* dst_argb, int dst_stride_argb, 121 uint8* dst_argb, int dst_stride_argb, 129 uint8* dst_argb, int dst_stride_argb,
|
D | convert_from_argb.h | 25 uint8* dst_argb, int dst_stride_argb, 32 uint8* dst_argb, int dst_stride_argb, 39 uint8* dst_argb, int dst_stride_argb, 45 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/libyuv/files/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, 88 uint8* dst_argb, int dst_stride_argb, 95 uint8* dst_argb, int dst_stride_argb, 101 uint8* dst_argb, int dst_stride_argb, [all …]
|
D | planar_functions.h | 75 uint8* dst_argb, int dst_stride_argb, 99 uint8* dst_argb, int dst_stride_argb, 181 int ARGBRect(uint8* dst_argb, int dst_stride_argb, 187 uint8* dst_argb, int dst_stride_argb, 192 int ARGBGray(uint8* dst_argb, int dst_stride_argb, 197 int ARGBSepia(uint8* dst_argb, int dst_stride_argb, 206 int ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb, 213 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb, 222 int ARGBQuantize(uint8* dst_argb, int dst_stride_argb, 229 uint8* dst_argb, int dst_stride_argb, [all …]
|
D | format_conversion.h | 106 uint8* dst_argb, int dst_stride_argb, 111 uint8* dst_argb, int dst_stride_argb, 116 uint8* dst_argb, int dst_stride_argb, 121 uint8* dst_argb, int dst_stride_argb, 129 uint8* dst_argb, int dst_stride_argb,
|
D | convert_from.h | 88 uint8* dst_argb, int dst_stride_argb, 95 uint8* dst_argb, int dst_stride_argb, 102 uint8* dst_argb, int dst_stride_argb,
|
D | rotate_argb.h | 25 uint8* dst_argb, int dst_stride_argb,
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 32 uint8* dst_argb, int dst_stride_argb, in ARGBCopy() argument 45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBCopy() 55 uint8* dst_argb, int dst_stride_argb, in I444ToARGB() argument 65 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I444ToARGB() 66 dst_stride_argb = -dst_stride_argb; in I444ToARGB() 78 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in I444ToARGB() 87 dst_argb += dst_stride_argb; in I444ToARGB() 100 uint8* dst_argb, int dst_stride_argb, in I422ToARGB() argument 110 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I422ToARGB() 111 dst_stride_argb = -dst_stride_argb; in I422ToARGB() [all …]
|
D | planar_functions.cc | 270 uint8* dst_argb, int dst_stride_argb, in ARGBMirror() argument 287 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in ARGBMirror() 296 dst_argb += dst_stride_argb; in ARGBMirror() 326 uint8* dst_argb, int dst_stride_argb, in ARGBBlend() argument 334 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend() 335 dst_stride_argb = -dst_stride_argb; in ARGBBlend() 344 dst_argb += dst_stride_argb; in ARGBBlend() 977 int ARGBRect(uint8* dst_argb, int dst_stride_argb, in ARGBRect() argument 986 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBRect() 989 IS_ALIGNED(dst, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in ARGBRect() [all …]
|
D | rotate_argb.cc | 131 uint8* dst_argb, int dst_stride_argb, in ARGBRotate() argument 149 dst_argb, dst_stride_argb, in ARGBRotate() 153 dst_argb, dst_stride_argb, in ARGBRotate() 158 dst_argb, dst_stride_argb, in ARGBRotate() 163 dst_argb, dst_stride_argb, in ARGBRotate()
|
D | format_conversion.cc | 302 uint8* dst_argb, int dst_stride_argb, in BayerToARGB() argument 307 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in BayerToARGB() 308 dst_stride_argb = -dst_stride_argb; in BayerToARGB() 338 dst_argb + dst_stride_argb, width); in BayerToARGB() 340 dst_argb += dst_stride_argb * 2; in BayerToARGB() 538 uint8* dst_argb, int dst_stride_argb, \ 541 dst_argb, dst_stride_argb, \
|
D | convert_from.cc | 687 uint8* dst_argb, int dst_stride_argb, in I420ToARGB() argument 696 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I420ToARGB() 697 dst_stride_argb = -dst_stride_argb; in I420ToARGB() 716 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) { in I420ToARGB() 725 dst_argb += dst_stride_argb; in I420ToARGB() 1070 uint8* dst_argb, int dst_stride_argb, in I420ToARGB1555() argument 1080 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I420ToARGB1555() 1081 dst_stride_argb = -dst_stride_argb; in I420ToARGB1555() 1115 dst_argb += dst_stride_argb; in I420ToARGB1555() 1130 uint8* dst_argb, int dst_stride_argb, in I420ToARGB4444() argument [all …]
|
/external/chromium_org/third_party/libyuv/unit_test/ |
D | scale_argb_test.cc | 36 int dst_stride_argb = (b * 2 + dst_width) * 4; in ARGBTestFilter() local 47 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 52 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 59 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 69 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 85 int abs_diff = Abs(dst_argb_c[(i * dst_stride_argb) + j] - in ARGBTestFilter() 86 dst_argb_opt[(i * dst_stride_argb) + j]); in ARGBTestFilter() 104 uint8* dst_argb, int dst_stride_argb, in TileARGBScale() argument 119 dst_argb, dst_stride_argb, in TileARGBScale() 142 int dst_stride_argb = (b * 2 + dst_width) * 4; in ARGBClipTestFilter() local [all …]
|
D | rotate_argb_test.cc | 45 int dst_stride_argb = dst_width * kBpp; in TestRotateBpp() local 46 int dst_argb_plane_size = dst_stride_argb * dst_height; in TestRotateBpp() 55 dst_argb_c, dst_stride_argb, in TestRotateBpp() 61 dst_argb_opt, dst_stride_argb, in TestRotateBpp() 67 dst_argb_c, dst_stride_argb, in TestRotateBpp() 73 dst_argb_opt, dst_stride_argb, in TestRotateBpp()
|
/external/libyuv/files/unit_test/ |
D | rotate_argb_test.cc | 31 int dst_stride_argb = (b * 2 + dst_width) * 4; in ARGBTestRotate() local 50 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestRotate() 54 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestRotate() 61 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestRotate() 70 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestRotate() 86 int abs_diff = abs(dst_argb_c[(i * dst_stride_argb) + j] - in ARGBTestRotate() 87 dst_argb_opt[(i * dst_stride_argb) + j]); in ARGBTestRotate()
|
D | scale_argb_test.cc | 31 int dst_stride_argb = (b * 2 + dst_width) * 4; in ARGBTestFilter() local 51 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 56 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 64 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 74 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter() 90 int abs_diff = abs(dst_argb_c[(i * dst_stride_argb) + j] - in ARGBTestFilter() 91 dst_argb_opt[(i * dst_stride_argb) + j]); in ARGBTestFilter()
|