Home
last modified time | relevance | path

Searched defs:src_argb (Results 1 – 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from_argb.cc25 int ARGBToI444(const uint8* src_argb, int src_stride_argb, in ARGBToI444()
106 int ARGBToI422(const uint8* src_argb, int src_stride_argb, in ARGBToI422()
187 int ARGBToI411(const uint8* src_argb, int src_stride_argb, in ARGBToI411()
259 int ARGBToNV12(const uint8* src_argb, int src_stride_argb, in ARGBToNV12()
368 int ARGBToNV21(const uint8* src_argb, int src_stride_argb, in ARGBToNV21()
477 int ARGBToYUY2(const uint8* src_argb, int src_stride_argb, in ARGBToYUY2()
584 int ARGBToUYVY(const uint8* src_argb, int src_stride_argb, in ARGBToUYVY()
691 int ARGBToI400(const uint8* src_argb, int src_stride_argb, in ARGBToI400()
752 int ARGBToRGBA(const uint8* src_argb, int src_stride_argb, in ARGBToRGBA()
763 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb, in ARGBToRGB24()
[all …]
Dscale_gcc.cc718 void ScaleARGBRowDown2_SSE2(const uint8* src_argb, in ScaleARGBRowDown2_SSE2()
739 void ScaleARGBRowDown2Linear_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Linear_SSE2()
763 void ScaleARGBRowDown2Box_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Box_SSE2()
795 void ScaleARGBRowDownEven_SSE2(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_SSE2()
828 void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
872 void ScaleARGBCols_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_SSE2()
941 void ScaleARGBColsUp2_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_SSE2()
977 void ScaleARGBFilterCols_SSSE3(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_SSSE3()
Drow_win.cc757 void ARGBToRGB24Row_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRGB24Row_SSSE3()
795 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRAWRow_SSSE3()
834 void ARGBToRGB565Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRGB565Row_SSE2()
872 void ARGBToRGB565DitherRow_SSE2(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565DitherRow_SSE2()
918 void ARGBToRGB565DitherRow_AVX2(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565DitherRow_AVX2()
961 void ARGBToARGB1555Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToARGB1555Row_SSE2()
1002 void ARGBToARGB4444Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToARGB4444Row_SSE2()
1032 void ARGBToRGB565Row_AVX2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRGB565Row_AVX2()
1069 void ARGBToARGB1555Row_AVX2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToARGB1555Row_AVX2()
1109 void ARGBToARGB4444Row_AVX2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToARGB4444Row_AVX2()
[all …]
Dscale_win.cc964 void ScaleARGBRowDown2_SSE2(const uint8* src_argb, in ScaleARGBRowDown2_SSE2()
989 void ScaleARGBRowDown2Linear_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Linear_SSE2()
1017 void ScaleARGBRowDown2Box_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Box_SSE2()
1051 void ScaleARGBRowDownEven_SSE2(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_SSE2()
1087 void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1135 void ScaleARGBCols_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_SSE2()
1226 void ScaleARGBFilterCols_SSSE3(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_SSSE3()
1297 void ScaleARGBColsUp2_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_SSE2()
Drow_neon.cc1081 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON()
1099 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON()
1255 void ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, in ARGBShuffleRow_NEON()
1331 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
1350 void ARGBToRGB565DitherRow_NEON(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565DitherRow_NEON()
1374 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, in ARGBToARGB1555Row_NEON()
1394 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON()
1415 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_NEON()
1442 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_NEON()
1468 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_NEON()
[all …]
Dscale_argb.cc36 const uint8* src_argb, uint8* dst_argb, in ScaleARGBDown2()
96 const uint8* src_argb, uint8* dst_argb, in ScaleARGBDown4Box()
143 const uint8* src_argb, uint8* dst_argb, in ScaleARGBDownEven()
190 const uint8* src_argb, uint8* dst_argb, in ScaleARGBBilinearDown()
300 const uint8* src_argb, uint8* dst_argb, in ScaleARGBBilinearUp()
665 const uint8* src_argb, uint8* dst_argb, in ScaleARGBSimple()
812 int ARGBScaleClip(const uint8* src_argb, int src_stride_argb, in ARGBScaleClip()
834 int ARGBScale(const uint8* src_argb, int src_stride_argb, in ARGBScale()
Drow_neon64.cc1079 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON()
1098 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON()
1264 void ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, in ARGBShuffleRow_NEON()
1345 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
1365 void ARGBToRGB565DitherRow_NEON(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565DitherRow_NEON()
1390 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, in ARGBToARGB1555Row_NEON()
1411 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON()
1433 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_NEON()
1461 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_NEON()
1488 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_NEON()
[all …]
Dscale_neon.cc773 void ScaleARGBRowDown2Linear_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDown2Linear_NEON()
844 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_NEON()
872 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEvenBox_NEON()
928 void ScaleARGBCols_NEON(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_NEON()
971 void ScaleARGBFilterCols_NEON(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_NEON()
Drow_gcc.cc665 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_SSSE3()
703 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_SSSE3()
746 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_AVX2()
787 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_AVX2()
1020 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3()
3404 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2()
3456 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3()
3504 void ARGBAttenuateRow_AVX2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_AVX2()
3543 void ARGBUnattenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_SSE2()
3593 void ARGBUnattenuateRow_AVX2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_AVX2()
[all …]
Dscale_neon64.cc778 void ScaleARGBRowDown2Linear_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDown2Linear_NEON()
842 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_NEON()
870 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEvenBox_NEON()
928 void ScaleARGBCols_NEON(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_NEON()
973 void ScaleARGBFilterCols_NEON(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_NEON()
Dplanar_functions.cc482 int ARGBMirror(const uint8* src_argb, int src_stride_argb, in ARGBMirror()
1244 int ARGBAttenuate(const uint8* src_argb, int src_stride_argb, in ARGBAttenuate()
1308 int ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, in ARGBUnattenuate()
1357 int ARGBGrayTo(const uint8* src_argb, int src_stride_argb, in ARGBGrayTo()
1468 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, in ARGBColorMatrix()
1653 int ARGBComputeCumulativeSum(const uint8* src_argb, int src_stride_argb, in ARGBComputeCumulativeSum()
1683 int ARGBBlur(const uint8* src_argb, int src_stride_argb, in ARGBBlur()
1787 int ARGBShade(const uint8* src_argb, int src_stride_argb, in ARGBShade()
1972 static int ARGBSobelize(const uint8* src_argb, int src_stride_argb, in ARGBSobelize()
2092 int ARGBSobel(const uint8* src_argb, int src_stride_argb, in ARGBSobel()
[all …]
Dscale_common.cc652 void ScaleARGBRowDown2_C(const uint8* src_argb, in ScaleARGBRowDown2_C()
670 void ScaleARGBRowDown2Linear_C(const uint8* src_argb, in ScaleARGBRowDown2Linear_C()
684 void ScaleARGBRowDown2Box_C(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDown2Box_C()
701 void ScaleARGBRowDownEven_C(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_C()
719 void ScaleARGBRowDownEvenBox_C(const uint8* src_argb, in ScaleARGBRowDownEvenBox_C()
739 void ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_C()
756 void ScaleARGBCols64_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols64_C()
775 void ScaleARGBColsUp2_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_C()
798 void ScaleARGBFilterCols_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_C()
827 void ScaleARGBFilterCols64_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols64_C()
[all …]
Drow_common.cc152 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB24Row_C()
166 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRAWRow_C()
180 void ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB565Row_C()
210 void ARGBToRGB565DitherRow_C(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565DitherRow_C()
236 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB1555Row_C()
263 void ARGBToARGB4444Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB4444Row_C()
422 void ARGBToUVJ422Row_C(const uint8* src_argb, in ARGBToUVJ422Row_C()
632 void ARGBToUV444Row_C(const uint8* src_argb, in ARGBToUV444Row_C()
647 void ARGBToUV422Row_C(const uint8* src_argb, in ARGBToUV422Row_C()
669 void ARGBToUV411Row_C(const uint8* src_argb, in ARGBToUV411Row_C()
[all …]
Drotate_argb.cc161 int ARGBRotate(const uint8* src_argb, int src_stride_argb, in ARGBRotate()
Dconvert_argb.cc28 int ARGBCopy(const uint8* src_argb, int src_stride_argb, in ARGBCopy()
/external/libyuv/files/source/
Drow_win.cc217 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix) { in ARGBToRGBARow_SSSE3()
468 void ARGBToRGB24Row_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRGB24Row_SSSE3()
507 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRAWRow_SSSE3()
546 void ARGBToRGB565Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRGB565Row_SSE2()
585 void ARGBToARGB1555Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToARGB1555Row_SSE2()
627 void ARGBToARGB4444Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToARGB4444Row_SSE2()
658 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_SSSE3()
692 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_Unaligned_SSSE3()
726 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in BGRAToYRow_SSSE3()
760 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in BGRAToYRow_Unaligned_SSSE3()
[all …]
Dplanar_functions.cc269 int ARGBMirror(const uint8* src_argb, int src_stride_argb, in ARGBMirror()
351 int ARGBToI400(const uint8* src_argb, int src_stride_argb, in ARGBToI400()
384 int ARGBToI422(const uint8* src_argb, int src_stride_argb, in ARGBToI422()
589 int ARGBToRGBA(const uint8* src_argb, int src_stride_argb, in ARGBToRGBA()
628 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb, in ARGBToRGB24()
674 int ARGBToRAW(const uint8* src_argb, int src_stride_argb, in ARGBToRAW()
720 int ARGBToRGB565(const uint8* src_argb, int src_stride_argb, in ARGBToRGB565()
755 int ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, in ARGBToARGB1555()
790 int ARGBToARGB4444(const uint8* src_argb, int src_stride_argb, in ARGBToARGB4444()
1018 int ARGBAttenuate(const uint8* src_argb, int src_stride_argb, in ARGBAttenuate()
[all …]
Dformat_conversion.cc30 static void ARGBToBayerRow_SSSE3(const uint8* src_argb, in ARGBToBayerRow_SSSE3()
82 static void ARGBToBayerRow_C(const uint8* src_argb, in ARGBToBayerRow_C()
138 int ARGBToBayer(const uint8* src_argb, int src_stride_argb, in ARGBToBayer()
Drow_common.cc142 void ARGBToRGBARow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGBARow_C()
157 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB24Row_C()
170 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRAWRow_C()
184 void ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB565Row_C()
205 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB1555Row_C()
231 void ARGBToARGB4444Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB4444Row_C()
314 void ARGBGrayRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_C()
879 void ARGBAttenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_C()
956 void ARGBUnattenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBUnattenuateRow_C()
1177 void ARGBShadeRow_C(const uint8* src_argb, uint8* dst_argb, int width, in ARGBShadeRow_C()
[all …]
Drow_posix.cc222 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix) { in ARGBToRGBARow_SSSE3()
669 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_SSSE3()
706 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_Unaligned_SSSE3()
2874 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2()
2929 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3()
2976 void ARGBUnattenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_SSE2()
3035 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3()
3445 void ARGBShadeRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width, in ARGBShadeRow_SSE2()
3489 void ARGBAffineRow_SSE2(const uint8* src_argb, int src_argb_stride, in ARGBAffineRow_SSE2()
Drow_neon.cc639 void ARGBToRGBARow_NEON(const uint8* src_argb, uint8* dst_rgba, int pix) { in ARGBToRGBARow_NEON()
658 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON()
676 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON()
Drotate_argb.cc130 int ARGBRotate(const uint8* src_argb, int src_stride_argb, in ARGBRotate()
Dscale_argb.cc1011 int ARGBScale(const uint8* src_argb, int src_stride_argb, in ARGBScale()
Dconvert_argb.cc31 int ARGBCopy(const uint8* src_argb, int src_stride_argb, in ARGBCopy()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp182 FX_ARGB src_argb = pPal[*src_buf]; in TranslateScanline() local

12