/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
H A D | convert_from_argb.h | 24 int ARGBCopy(const uint8* src_argb, int src_stride_argb, 30 int ARGBToBGRA(const uint8* src_argb, int src_stride_argb, 36 int ARGBToABGR(const uint8* src_argb, int src_stride_argb, 42 int ARGBToRGBA(const uint8* src_argb, int src_stride_argb, 48 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb, 54 int ARGBToRAW(const uint8* src_argb, int src_stride_argb, 60 int ARGBToRGB565(const uint8* src_argb, int src_stride_argb, 70 int ARGBToRGB565Dither(const uint8* src_argb, int src_stride_argb, 76 int ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, 82 int ARGBToARGB4444(const uint8* src_argb, in [all...] |
H A D | rotate_argb.h | 24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
|
H A D | row.h | 648 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int width); 649 void ARGBToYRow_Any_AVX2(const uint8* src_argb, uint8* dst_y, int width); 650 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width); 651 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int width); 652 void ARGBToYJRow_Any_AVX2(const uint8* src_argb, uint8* dst_y, int width); 653 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width); 659 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width); 660 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width); 661 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, 663 void ARGBToUV411Row_NEON(const uint8* src_argb, uint [all...] |
H A D | scale_argb.h | 23 int ARGBScale(const uint8* src_argb, int src_stride_argb, 31 int ARGBScaleClip(const uint8* src_argb, int src_stride_argb,
|
H A D | planar_functions.h | 151 int ARGBMirror(const uint8* src_argb, int src_stride_argb, 210 int ARGBGrayTo(const uint8* src_argb, int src_stride_argb, 231 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, 265 int ARGBLumaColorTable(const uint8* src_argb, int src_stride_argb, 279 int ARGBPolynomial(const uint8* src_argb, int src_stride_argb, 295 int ARGBCopy(const uint8* src_argb, int src_stride_argb, 301 int ARGBCopyAlpha(const uint8* src_argb, int src_stride_argb, 307 int ARGBExtractAlpha(const uint8* src_argb, int src_stride_argb, 397 int ARGBAttenuate(const uint8* src_argb, int src_stride_argb, 403 int ARGBUnattenuate(const uint8* src_argb, in [all...] |
/external/libyuv/files/include/libyuv/ |
H A D | convert_from_argb.h | 24 int ARGBCopy(const uint8* src_argb, 33 int ARGBToBGRA(const uint8* src_argb, 42 int ARGBToABGR(const uint8* src_argb, 51 int ARGBToRGBA(const uint8* src_argb, 60 int ARGBToRGB24(const uint8* src_argb, 69 int ARGBToRAW(const uint8* src_argb, 78 int ARGBToRGB565(const uint8* src_argb, 91 int ARGBToRGB565Dither(const uint8* src_argb, 101 int ARGBToARGB1555(const uint8* src_argb, 110 int ARGBToARGB4444(const uint8* src_argb, [all...] |
H A D | rotate_argb.h | 24 int ARGBRotate(const uint8* src_argb,
|
H A D | scale_argb.h | 23 int ARGBScale(const uint8* src_argb, 35 int ARGBScaleClip(const uint8* src_argb,
|
H A D | row.h | 863 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int width); 864 void ARGBToYRow_Any_AVX2(const uint8* src_argb, uint8* dst_y, int width); 865 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width); 866 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int width); 867 void ARGBToYJRow_Any_AVX2(const uint8* src_argb, uint8* dst_y, int width); 868 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width); 874 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width); 875 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width); 876 void ARGBToYRow_MSA(const uint8* src_argb, uint8* dst_y, int width); 877 void ARGBToYJRow_MSA(const uint8* src_argb, uint [all...] |
H A D | scale_row.h | 122 const uint8* src_argb, 135 const uint16* src_argb, 309 void ScaleARGBRowDown2_C(const uint8* src_argb, 313 void ScaleARGBRowDown2Linear_C(const uint8* src_argb, 317 void ScaleARGBRowDown2Box_C(const uint8* src_argb, 321 void ScaleARGBRowDownEven_C(const uint8* src_argb, 326 void ScaleARGBRowDownEvenBox_C(const uint8* src_argb, 332 const uint8* src_argb, 337 const uint8* src_argb, 342 const uint8* src_argb, [all...] |
H A D | planar_functions.h | 225 int ARGBMirror(const uint8* src_argb, 322 int ARGBGrayTo(const uint8* src_argb, 354 int ARGBColorMatrix(const uint8* src_argb, 403 int ARGBLumaColorTable(const uint8* src_argb, 420 int ARGBPolynomial(const uint8* src_argb, 456 int ARGBCopy(const uint8* src_argb, 465 int ARGBCopyAlpha(const uint8* src_argb, 474 int ARGBExtractAlpha(const uint8* src_argb, 614 int ARGBAttenuate(const uint8* src_argb, 623 int ARGBUnattenuate(const uint8* src_argb, [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
H A D | convert_from_argb.cc | 25 int ARGBToI444(const uint8* src_argb, int src_stride_argb, argument 31 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int width) = 33 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, 35 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { 40 src_argb = src_argb + (height - 1) * src_stride_argb; 94 ARGBToUV444Row(src_argb, dst_u, dst_v, width); 95 ARGBToYRow(src_argb, dst_y, width); 96 src_argb += src_stride_argb; 106 int ARGBToI422(const uint8* src_argb, in argument 186 ARGBToI411(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument 258 ARGBToNV12(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument 367 ARGBToNV21(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument 476 ARGBToYUY2(const uint8* src_argb, int src_stride_argb, uint8* dst_yuy2, int dst_stride_yuy2, int width, int height) argument 578 ARGBToUYVY(const uint8* src_argb, int src_stride_argb, uint8* dst_uyvy, int dst_stride_uyvy, int width, int height) argument 680 ARGBToI400(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument 741 ARGBToRGBA(const uint8* src_argb, int src_stride_argb, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument 752 ARGBToRGB24(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument 800 ARGBToRAW(const uint8* src_argb, int src_stride_argb, uint8* dst_raw, int dst_stride_raw, int width, int height) argument 856 ARGBToRGB565Dither(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb565, int dst_stride_rgb565, const uint8* dither4x4, int width, int height) argument 909 ARGBToRGB565(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb565, int dst_stride_rgb565, int width, int height) argument 965 ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument 1021 ARGBToARGB4444(const uint8* src_argb, int src_stride_argb, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument 1077 ARGBToJ420(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument 1151 ARGBToJ422(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument 1229 ARGBToJ400(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, int width, int height) argument [all...] |
H A D | scale_common.cc | 681 void ScaleARGBRowDown2_C(const uint8* src_argb, argument 684 const uint32* src = (const uint32*)(src_argb); 699 void ScaleARGBRowDown2Linear_C(const uint8* src_argb, argument 704 dst_argb[0] = (src_argb[0] + src_argb[4] + 1) >> 1; 705 dst_argb[1] = (src_argb[1] + src_argb[5] + 1) >> 1; 706 dst_argb[2] = (src_argb[2] + src_argb[6] + 1) >> 1; 707 dst_argb[3] = (src_argb[ 713 ScaleARGBRowDown2Box_C(const uint8* src_argb, ptrdiff_t src_stride, uint8* dst_argb, int dst_width) argument 730 ScaleARGBRowDownEven_C(const uint8* src_argb, ptrdiff_t src_stride, int src_stepx, uint8* dst_argb, int dst_width) argument 748 ScaleARGBRowDownEvenBox_C(const uint8* src_argb, ptrdiff_t src_stride, int src_stepx, uint8* dst_argb, int dst_width) argument 768 ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument 785 ScaleARGBCols64_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x32, int dx) argument 804 ScaleARGBColsUp2_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument 828 ScaleARGBFilterCols_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument 857 ScaleARGBFilterCols64_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x32, int dx) argument 891 ScalePlaneVertical(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int y, int dy, int bpp, enum FilterMode filtering) argument 957 ScalePlaneVertical_16(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_argb, uint16* dst_argb, int x, int y, int dy, int wpp, enum FilterMode filtering) argument [all...] |
H A D | rotate_argb.cc | 161 int ARGBRotate(const uint8* src_argb, int src_stride_argb, argument 164 if (!src_argb || width <= 0 || height == 0 || !dst_argb) { 171 src_argb = src_argb + (height - 1) * src_stride_argb; 178 return ARGBCopy(src_argb, src_stride_argb, 182 ARGBRotate90(src_argb, src_stride_argb, 187 ARGBRotate270(src_argb, src_stride_argb, 192 ARGBRotate180(src_argb, src_stride_argb,
|
H A D | scale_neon.cc | 763 void ScaleARGBRowDown2Linear_NEON(const uint8* src_argb, ptrdiff_t src_stride, argument 783 : "+r"(src_argb), // %0 831 // Alignment requirement: src_argb 4 byte aligned. 832 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, ptrdiff_t src_stride, argument 849 : "+r"(src_argb), // %0 858 // Alignment requirement: src_argb 4 byte aligned. 859 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, ptrdiff_t src_stride, argument 896 : "+r"(src_argb), // %0 914 void ScaleARGBCols_NEON(uint8* dst_argb, const uint8* src_argb, argument 917 const uint8* src_tmp = src_argb; 956 ScaleARGBFilterCols_NEON(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument [all...] |
H A D | scale_neon64.cc | 778 void ScaleARGBRowDown2Linear_NEON(const uint8* src_argb, ptrdiff_t src_stride, argument 797 : "+r"(src_argb), // %0 841 // Alignment requirement: src_argb 4 byte aligned. 842 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, ptrdiff_t src_stride, argument 858 : "+r"(src_argb), // %0 867 // Alignment requirement: src_argb 4 byte aligned. 870 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, ptrdiff_t src_stride, argument 910 : "+r"(src_argb), // %0 928 void ScaleARGBCols_NEON(uint8* dst_argb, const uint8* src_argb, argument 930 const uint8* src_tmp = src_argb; 973 ScaleARGBFilterCols_NEON(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument [all...] |
H A D | row_common.cc | 166 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { argument 169 uint8 b = src_argb[0]; 170 uint8 g = src_argb[1]; 171 uint8 r = src_argb[2]; 176 src_argb += 4; 180 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) { argument 183 uint8 b = src_argb[0]; 184 uint8 g = src_argb[1]; 185 uint8 r = src_argb[2]; 190 src_argb 194 ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int width) argument 224 ARGBToRGB565DitherRow_C(const uint8* src_argb, uint8* dst_rgb, const uint32 dither4, int width) argument 250 ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) argument 277 ARGBToARGB4444Row_C(const uint8* src_argb, uint8* dst_rgb, int width) argument 624 ARGBToUV444Row_C(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument 639 ARGBToUV411Row_C(const uint8* src_argb, uint8* dst_u, uint8* dst_v, int width) argument 674 ARGBGrayRow_C(const uint8* src_argb, uint8* dst_argb, int width) argument 705 ARGBColorMatrixRow_C(const uint8* src_argb, uint8* dst_argb, const int8* matrix_argb, int width) argument 777 ARGBShadeRow_C(const uint8* src_argb, uint8* dst_argb, int width, uint32 value) argument 1998 ARGBAttenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) argument 2076 ARGBUnattenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) argument 2130 ARGBAffineRow_C(const uint8* src_argb, int src_argb_stride, uint8* dst_argb, const float* uv_dudv, int width) argument 2225 ARGBShuffleRow_C(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int width) argument 2295 ARGBPolynomialRow_C(const uint8* src_argb, uint8* dst_argb, const float* poly, int width) argument 2335 ARGBLumaColorTableRow_C(const uint8* src_argb, uint8* dst_argb, int width, const uint8* luma, uint32 lumacoeff) argument 2384 ARGBExtractAlphaRow_C(const uint8* src_argb, uint8* dst_a, int width) argument [all...] |
H A D | scale_argb.cc | 36 const uint8* src_argb, uint8* dst_argb, 41 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride, 50 src_argb += (y >> 16) * src_stride + (x >> 16) * 4; 52 src_argb += (y >> 16) * src_stride + ((x >> 16) - 1) * 4; 84 ScaleARGBRowDown2(src_argb, src_stride, dst_argb, dst_width); 85 src_argb += row_stride; 96 const uint8* src_argb, uint8* dst_argb, 103 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride, 106 src_argb += (y >> 16) * src_stride + (x >> 16) * 4; 127 ScaleARGBRowDown2(src_argb, src_strid 33 ScaleARGBDown2(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument 93 ScaleARGBDown4Box(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument 140 ScaleARGBDownEven(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument 187 ScaleARGBBilinearDown(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument 289 ScaleARGBBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument 638 ScaleARGBSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument 788 ARGBScaleClip(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, int clip_x, int clip_y, int clip_width, int clip_height, enum FilterMode filtering) argument 810 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, enum FilterMode filtering) argument [all...] |
H A D | planar_functions.cc | 615 int ARGBMirror(const uint8* src_argb, int src_stride_argb, argument 621 if (!src_argb || !dst_argb || width <= 0 || height == 0) { 627 src_argb = src_argb + (height - 1) * src_stride_argb; 657 ARGBMirrorRow(src_argb, dst_argb, width); 658 src_argb += src_stride_argb; 669 void (*ARGBBlendRow)(const uint8* src_argb, const uint8* src_argb1, 692 void (*ARGBBlendRow)(const uint8* src_argb, const uint8* src_argb1, 1423 int ARGBAttenuate(const uint8* src_argb, int src_stride_argb, argument 1427 void (*ARGBAttenuateRow)(const uint8* src_argb, uint 1479 ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 1528 ARGBGrayTo(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 1639 ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const int8* matrix_argb, int width, int height) argument 1824 ARGBComputeCumulativeSum(const uint8* src_argb, int src_stride_argb, int32* dst_cumsum, int dst_stride32_cumsum, int width, int height) argument 1854 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 1958 ARGBShade(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, uint32 value) argument 2182 ARGBSobelize(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, uint8* dst, int width)) argument 2302 ARGBSobel(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 2329 ARGBSobelToPlane(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument 2357 ARGBSobelXY(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 2384 ARGBPolynomial(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const float* poly, int width, int height) argument 2430 ARGBLumaColorTable(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const uint8* luma, int width, int height) argument 2470 ARGBCopyAlpha(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument 2519 ARGBExtractAlpha(const uint8* src_argb, int src_stride, uint8* dst_a, int dst_stride, int width, int height) argument [all...] |
/external/libyuv/files/source/ |
H A D | convert_from_argb.cc | 25 int ARGBToI444(const uint8* src_argb, argument 36 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int width) = 38 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, 40 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { 45 src_argb = src_argb + (height - 1) * src_stride_argb; 121 ARGBToUV444Row(src_argb, dst_u, dst_v, width); 122 ARGBToYRow(src_argb, dst_y, width); 123 src_argb += src_stride_argb; 133 int ARGBToI422(const uint8* src_argb, argument 246 ARGBToNV12(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument 397 ARGBToNV21(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument 548 ARGBToYUY2(const uint8* src_argb, int src_stride_argb, uint8* dst_yuy2, int dst_stride_yuy2, int width, int height) argument 692 ARGBToUYVY(const uint8* src_argb, int src_stride_argb, uint8* dst_uyvy, int dst_stride_uyvy, int width, int height) argument 836 ARGBToI400(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument 914 ARGBToRGBA(const uint8* src_argb, int src_stride_argb, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument 926 ARGBToRGB24(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument 984 ARGBToRAW(const uint8* src_argb, int src_stride_argb, uint8* dst_raw, int dst_stride_raw, int width, int height) argument 1047 ARGBToRGB565Dither(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb565, int dst_stride_rgb565, const uint8* dither4x4, int width, int height) argument 1115 ARGBToRGB565(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb565, int dst_stride_rgb565, int width, int height) argument 1181 ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument 1247 ARGBToARGB4444(const uint8* src_argb, int src_stride_argb, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument 1313 ARGBToJ420(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument 1406 ARGBToJ422(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument 1501 ARGBToJ400(const uint8* src_argb, int src_stride_argb, uint8* dst_yj, int dst_stride_yj, int width, int height) argument [all...] |
H A D | scale_common.cc | 775 void ScaleARGBRowDown2_C(const uint8* src_argb, argument 779 const uint32* src = (const uint32*)(src_argb); 794 void ScaleARGBRowDown2Linear_C(const uint8* src_argb, argument 801 dst_argb[0] = (src_argb[0] + src_argb[4] + 1) >> 1; 802 dst_argb[1] = (src_argb[1] + src_argb[5] + 1) >> 1; 803 dst_argb[2] = (src_argb[2] + src_argb[6] + 1) >> 1; 804 dst_argb[3] = (src_argb[ 810 ScaleARGBRowDown2Box_C(const uint8* src_argb, ptrdiff_t src_stride, uint8* dst_argb, int dst_width) argument 833 ScaleARGBRowDownEven_C(const uint8* src_argb, ptrdiff_t src_stride, int src_stepx, uint8* dst_argb, int dst_width) argument 853 ScaleARGBRowDownEvenBox_C(const uint8* src_argb, ptrdiff_t src_stride, int src_stepx, uint8* dst_argb, int dst_width) argument 878 ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument 898 ScaleARGBCols64_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x32, int dx) argument 920 ScaleARGBColsUp2_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument 949 ScaleARGBFilterCols_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument 981 ScaleARGBFilterCols64_C(uint8* dst_argb, const uint8* src_argb, int dst_width, int x32, int dx) argument 1018 ScalePlaneVertical(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int y, int dy, int bpp, enum FilterMode filtering) argument 1098 ScalePlaneVertical_16(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_argb, uint16* dst_argb, int x, int y, int dy, int wpp, enum FilterMode filtering) argument [all...] |
H A D | rotate_argb.cc | 196 int ARGBRotate(const uint8* src_argb, argument 203 if (!src_argb || width <= 0 || height == 0 || !dst_argb) { 210 src_argb = src_argb + (height - 1) * src_stride_argb; 217 return ARGBCopy(src_argb, src_stride_argb, dst_argb, dst_stride_argb, 220 ARGBRotate90(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, 224 ARGBRotate270(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, 228 ARGBRotate180(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width,
|
H A D | scale_neon.cc | 794 void ScaleARGBRowDown2Linear_NEON(const uint8* src_argb, argument 817 : "+r"(src_argb), // %0 867 // Alignment requirement: src_argb 4 byte aligned. 868 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, argument 889 : "+r"(src_argb), // %0 898 // Alignment requirement: src_argb 4 byte aligned. 899 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, argument 938 : "+r"(src_argb), // %0 959 const uint8* src_argb, 964 const uint8* src_tmp = src_argb; 958 ScaleARGBCols_NEON(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument 1005 ScaleARGBFilterCols_NEON(uint8* dst_argb, const uint8* src_argb, int dst_width, int x, int dx) argument [all...] |
H A D | scale_argb.cc | 39 const uint8* src_argb, 48 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride, 61 src_argb += (y >> 16) * src_stride + (x >> 16) * 4; 63 src_argb += (y >> 16) * src_stride + ((x >> 16) - 1) * 4; 119 ScaleARGBRowDown2(src_argb, src_stride, dst_argb, dst_width); 120 src_argb += row_stride; 134 const uint8* src_argb, 145 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride, 149 src_argb += (y >> 16) * src_stride + (x >> 16) * 4; 173 ScaleARGBRowDown2(src_argb, src_strid 33 ScaleARGBDown2(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument 128 ScaleARGBDown4Box(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument 186 ScaleARGBDownEven(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument 252 ScaleARGBBilinearDown(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument 369 ScaleARGBBilinearUp(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy, enum FilterMode filtering) argument 752 ScaleARGBSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int dx, int y, int dy) argument 907 ARGBScaleClip(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, int clip_x, int clip_y, int clip_width, int clip_height, enum FilterMode filtering) argument 935 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, enum FilterMode filtering) argument [all...] |
/external/libyuv/files/unit_test/ |
H A D | rotate_argb_test.cc | 42 align_buffer_page_end(src_argb, src_argb_plane_size); 44 src_argb[i] = fastrand() & 0xff; 56 RotatePlane(src_argb, src_stride_argb, dst_argb_c, dst_stride_argb, 61 RotatePlane(src_argb, src_stride_argb, dst_argb_opt, dst_stride_argb, 66 ARGBRotate(src_argb, src_stride_argb, dst_argb_c, dst_stride_argb, 71 ARGBRotate(src_argb, src_stride_argb, dst_argb_opt, dst_stride_argb, 83 free_aligned_buffer_page_end(src_argb);
|