Home
last modified time | relevance | path

Searched defs:src_argb (Results 1 – 25 of 34) 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()
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()
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 …]
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 …]
/external/libyuv/files/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()
186 int ARGBToI411(const uint8* src_argb, int src_stride_argb, in ARGBToI411()
258 int ARGBToNV12(const uint8* src_argb, int src_stride_argb, in ARGBToNV12()
367 int ARGBToNV21(const uint8* src_argb, int src_stride_argb, in ARGBToNV21()
476 int ARGBToYUY2(const uint8* src_argb, int src_stride_argb, in ARGBToYUY2()
578 int ARGBToUYVY(const uint8* src_argb, int src_stride_argb, in ARGBToUYVY()
680 int ARGBToI400(const uint8* src_argb, int src_stride_argb, in ARGBToI400()
741 int ARGBToRGBA(const uint8* src_argb, int src_stride_argb, in ARGBToRGBA()
752 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb, in ARGBToRGB24()
[all …]
Dscale_win.cc984 void ScaleARGBRowDown2_SSE2(const uint8* src_argb, in ScaleARGBRowDown2_SSE2()
1009 void ScaleARGBRowDown2Linear_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Linear_SSE2()
1037 void ScaleARGBRowDown2Box_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Box_SSE2()
1071 void ScaleARGBRowDownEven_SSE2(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_SSE2()
1107 void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1155 void ScaleARGBCols_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_SSE2()
1246 void ScaleARGBFilterCols_SSSE3(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_SSSE3()
1317 void ScaleARGBColsUp2_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_SSE2()
Drow_neon64.cc957 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON()
974 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON()
1126 void ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, in ARGBShuffleRow_NEON()
1201 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int width) { in ARGBToRGB565Row_NEON()
1219 void ARGBToRGB565DitherRow_NEON(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565DitherRow_NEON()
1242 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, in ARGBToARGB1555Row_NEON()
1261 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON()
1281 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1307 void ARGBExtractAlphaRow_NEON(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_NEON()
1324 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
[all …]
Drow_neon.cc955 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON()
972 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON()
1121 void ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, in ARGBShuffleRow_NEON()
1195 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int width) { in ARGBToRGB565Row_NEON()
1213 void ARGBToRGB565DitherRow_NEON(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565DitherRow_NEON()
1236 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, in ARGBToARGB1555Row_NEON()
1255 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON()
1275 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1301 void ARGBExtractAlphaRow_NEON(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_NEON()
1319 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
[all …]
Dscale_gcc.cc951 void ScaleARGBRowDown2_SSE2(const uint8* src_argb, in ScaleARGBRowDown2_SSE2()
972 void ScaleARGBRowDown2Linear_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Linear_SSE2()
996 void ScaleARGBRowDown2Box_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Box_SSE2()
1028 void ScaleARGBRowDownEven_SSE2(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_SSE2()
1061 void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb, in ScaleARGBRowDownEvenBox_SSE2()
1105 void ScaleARGBCols_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_SSE2()
1174 void ScaleARGBColsUp2_SSE2(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_SSE2()
1210 void ScaleARGBFilterCols_SSSE3(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_SSSE3()
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()
292 const uint8* src_argb, uint8* dst_argb, in ScaleARGBBilinearUp()
641 const uint8* src_argb, uint8* dst_argb, in ScaleARGBSimple()
788 int ARGBScaleClip(const uint8* src_argb, int src_stride_argb, in ARGBScaleClip()
810 int ARGBScale(const uint8* src_argb, int src_stride_argb, in ARGBScale()
Dscale_neon.cc763 void ScaleARGBRowDown2Linear_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDown2Linear_NEON()
832 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_NEON()
859 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEvenBox_NEON()
914 void ScaleARGBCols_NEON(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_NEON()
956 void ScaleARGBFilterCols_NEON(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_NEON()
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()
Drow_gcc.cc736 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_SSSE3()
774 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_SSSE3()
817 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_AVX2()
858 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_AVX2()
1152 void ARGBToUV444Row_SSSE3(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToUV444Row_SSSE3()
2941 void ARGBExtractAlphaRow_SSE2(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_SSE2()
3673 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3()
3721 void ARGBAttenuateRow_AVX2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_AVX2()
3760 void ARGBUnattenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_SSE2()
3810 void ARGBUnattenuateRow_AVX2(const uint8* src_argb, uint8* dst_argb, in ARGBUnattenuateRow_AVX2()
[all …]
Dscale_common.cc681 void ScaleARGBRowDown2_C(const uint8* src_argb, in ScaleARGBRowDown2_C()
699 void ScaleARGBRowDown2Linear_C(const uint8* src_argb, in ScaleARGBRowDown2Linear_C()
713 void ScaleARGBRowDown2Box_C(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDown2Box_C()
730 void ScaleARGBRowDownEven_C(const uint8* src_argb, ptrdiff_t src_stride, in ScaleARGBRowDownEven_C()
748 void ScaleARGBRowDownEvenBox_C(const uint8* src_argb, in ScaleARGBRowDownEvenBox_C()
768 void ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols_C()
785 void ScaleARGBCols64_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBCols64_C()
804 void ScaleARGBColsUp2_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBColsUp2_C()
828 void ScaleARGBFilterCols_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols_C()
857 void ScaleARGBFilterCols64_C(uint8* dst_argb, const uint8* src_argb, in ScaleARGBFilterCols64_C()
[all …]
Dplanar_functions.cc475 int ARGBMirror(const uint8* src_argb, int src_stride_argb, in ARGBMirror()
1283 int ARGBAttenuate(const uint8* src_argb, int src_stride_argb, in ARGBAttenuate()
1339 int ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, in ARGBUnattenuate()
1388 int ARGBGrayTo(const uint8* src_argb, int src_stride_argb, in ARGBGrayTo()
1499 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, in ARGBColorMatrix()
1684 int ARGBComputeCumulativeSum(const uint8* src_argb, int src_stride_argb, in ARGBComputeCumulativeSum()
1714 int ARGBBlur(const uint8* src_argb, int src_stride_argb, in ARGBBlur()
1818 int ARGBShade(const uint8* src_argb, int src_stride_argb, in ARGBShade()
2042 static int ARGBSobelize(const uint8* src_argb, int src_stride_argb, in ARGBSobelize()
2162 int ARGBSobel(const uint8* src_argb, int src_stride_argb, in ARGBSobel()
[all …]
Drow_common.cc166 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB24Row_C()
180 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRAWRow_C()
194 void ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB565Row_C()
224 void ARGBToRGB565DitherRow_C(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565DitherRow_C()
250 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB1555Row_C()
277 void ARGBToARGB4444Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB4444Row_C()
624 void ARGBToUV444Row_C(const uint8* src_argb, in ARGBToUV444Row_C()
639 void ARGBToUV411Row_C(const uint8* src_argb, in ARGBToUV411Row_C()
674 void ARGBGrayRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_C()
705 void ARGBColorMatrixRow_C(const uint8* src_argb, uint8* dst_argb, in ARGBColorMatrixRow_C()
[all …]

12