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.cc26 int ARGBToI444(const uint8* src_argb, int src_stride_argb, in ARGBToI444()
100 int ARGBToI422(const uint8* src_argb, int src_stride_argb, in ARGBToI422()
178 int ARGBToI411(const uint8* src_argb, int src_stride_argb, in ARGBToI411()
252 int ARGBToNV12(const uint8* src_argb, int src_stride_argb, in ARGBToNV12()
355 int ARGBToNV21(const uint8* src_argb, int src_stride_argb, in ARGBToNV21()
458 int ARGBToYUY2(const uint8* src_argb, int src_stride_argb, in ARGBToYUY2()
559 int ARGBToUYVY(const uint8* src_argb, int src_stride_argb, in ARGBToUYVY()
660 int ARGBToI400(const uint8* src_argb, int src_stride_argb, in ARGBToI400()
725 int ARGBToRGBA(const uint8* src_argb, int src_stride_argb, in ARGBToRGBA()
736 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb, in ARGBToRGB24()
[all …]
Dscale_win.cc912 void ScaleARGBRowDown2_SSE2(const uint8* src_argb, in ScaleARGBRowDown2_SSE2()
939 void ScaleARGBRowDown2Linear_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Linear_SSE2()
969 void ScaleARGBRowDown2Box_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Box_SSE2()
1005 void ScaleARGBRowDownEven_SSE2(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_SSE2()
1043 void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1092 void ScaleARGBCols_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_SSE2()
1186 void ScaleARGBFilterCols_SSSE3(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_SSSE3()
1261 void ScaleARGBColsUp2_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_SSE2()
Drow_win.cc599 void ARGBToRGB24Row_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRGB24Row_SSSE3()
638 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRAWRow_SSSE3()
677 void ARGBToRGB565Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToRGB565Row_SSE2()
716 void ARGBToARGB1555Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToARGB1555Row_SSE2()
758 void ARGBToARGB4444Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { in ARGBToARGB4444Row_SSE2()
789 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_SSSE3()
824 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_SSSE3()
861 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_AVX2()
901 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_AVX2()
941 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_Unaligned_SSSE3()
[all …]
Dscale_posix.cc895 void ScaleARGBRowDown2_SSE2(const uint8* src_argb, in ScaleARGBRowDown2_SSE2()
920 void ScaleARGBRowDown2Linear_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Linear_SSE2()
948 void ScaleARGBRowDown2Box_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Box_SSE2()
986 void ScaleARGBRowDownEven_SSE2(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_SSE2()
1027 void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1079 void ScaleARGBCols_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_SSE2()
1154 void ScaleARGBColsUp2_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_SSE2()
1196 void ScaleARGBFilterCols_SSSE3(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_SSSE3()
Drow_neon64.cc1168 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON()
1188 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON()
1384 void ARGBToBayerRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_NEON()
1409 void ARGBToBayerGGRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_NEON()
1430 void ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, in ARGBShuffleRow_NEON()
1512 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
1533 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, in ARGBToARGB1555Row_NEON()
1555 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON()
1578 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_NEON()
1607 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_NEON()
[all …]
Drow_neon.cc1103 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON()
1121 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON()
1301 void ARGBToBayerRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_NEON()
1324 void ARGBToBayerGGRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_NEON()
1343 void ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, in ARGBShuffleRow_NEON()
1419 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
1438 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, in ARGBToARGB1555Row_NEON()
1458 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON()
1479 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_NEON()
1506 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_NEON()
[all …]
Dscale_argb.cc36 const uint8* src_argb, uint8* dst_argb, in ScaleARGBDown2()
87 const uint8* src_argb, uint8* dst_argb, in ScaleARGBDown4Box()
129 const uint8* src_argb, uint8* dst_argb, in ScaleARGBDownEven()
169 const uint8* src_argb, uint8* dst_argb, in ScaleARGBBilinearDown()
277 const uint8* src_argb, uint8* dst_argb, in ScaleARGBBilinearUp()
629 const uint8* src_argb, uint8* dst_argb, in ScaleARGBSimple()
770 int ARGBScaleClip(const uint8* src_argb, int src_stride_argb, in ARGBScaleClip()
791 int ARGBScale(const uint8* src_argb, int src_stride_argb, in ARGBScale()
Drow_posix.cc741 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_SSSE3()
778 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_Unaligned_SSSE3()
817 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_SSSE3()
855 void ARGBToYJRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_Unaligned_SSSE3()
1175 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3()
1240 void ARGBToUV444Row_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_u, in ARGBToUV444Row_Unaligned_SSSE3()
4205 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2()
4260 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3()
4307 void ARGBUnattenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_SSE2()
4359 void ARGBGrayRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_SSSE3()
[all …]
Dplanar_functions.cc485 int ARGBMirror(const uint8* src_argb, int src_stride_argb, in ARGBMirror()
1178 int ARGBAttenuate(const uint8* src_argb, int src_stride_argb, in ARGBAttenuate()
1244 int ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, in ARGBUnattenuate()
1293 int ARGBGrayTo(const uint8* src_argb, int src_stride_argb, in ARGBGrayTo()
1405 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, in ARGBColorMatrix()
1590 int ARGBComputeCumulativeSum(const uint8* src_argb, int src_stride_argb, in ARGBComputeCumulativeSum()
1620 int ARGBBlur(const uint8* src_argb, int src_stride_argb, in ARGBBlur()
1724 int ARGBShade(const uint8* src_argb, int src_stride_argb, in ARGBShade()
1924 static int ARGBSobelize(const uint8* src_argb, int src_stride_argb, in ARGBSobelize()
2045 int ARGBSobel(const uint8* src_argb, int src_stride_argb, in ARGBSobel()
[all …]
Dscale_common.cc660 void ScaleARGBRowDown2_C(const uint8* src_argb, in ScaleARGBRowDown2_C()
678 void ScaleARGBRowDown2Linear_C(const uint8* src_argb, in ScaleARGBRowDown2Linear_C()
692 void ScaleARGBRowDown2Box_C(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDown2Box_C()
709 void ScaleARGBRowDownEven_C(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_C()
727 void ScaleARGBRowDownEvenBox_C(const uint8* src_argb, in ScaleARGBRowDownEvenBox_C()
747 void ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_C()
764 void ScaleARGBCols64_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols64_C()
783 void ScaleARGBColsUp2_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_C()
806 void ScaleARGBFilterCols_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_C()
835 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()
202 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB1555Row_C()
229 void ARGBToARGB4444Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB4444Row_C()
576 void ARGBToUV444Row_C(const uint8* src_argb, in ARGBToUV444Row_C()
591 void ARGBToUV422Row_C(const uint8* src_argb, in ARGBToUV422Row_C()
613 void ARGBToUV411Row_C(const uint8* src_argb, in ARGBToUV411Row_C()
647 void ARGBGrayRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_C()
678 void ARGBColorMatrixRow_C(const uint8* src_argb, uint8* dst_argb, in ARGBColorMatrixRow_C()
[all …]
Dscale_neon.cc684 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_NEON()
712 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEvenBox_NEON()
Drotate_argb.cc164 int ARGBRotate(const uint8* src_argb, int src_stride_argb, in ARGBRotate()
Dformat_conversion.cc63 int ARGBToBayer(const uint8* src_argb, int src_stride_argb, in ARGBToBayer()
Dconvert_argb.cc29 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