/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 26 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 …]
|
D | scale_win.cc | 912 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()
|
D | row_win.cc | 599 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 …]
|
D | scale_posix.cc | 895 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()
|
D | row_neon64.cc | 1168 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 …]
|
D | row_neon.cc | 1103 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 …]
|
D | scale_argb.cc | 36 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()
|
D | row_posix.cc | 741 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 …]
|
D | planar_functions.cc | 485 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 …]
|
D | scale_common.cc | 660 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 …]
|
D | row_common.cc | 152 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 …]
|
D | scale_neon.cc | 684 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()
|
D | rotate_argb.cc | 164 int ARGBRotate(const uint8* src_argb, int src_stride_argb, in ARGBRotate()
|
D | format_conversion.cc | 63 int ARGBToBayer(const uint8* src_argb, int src_stride_argb, in ARGBToBayer()
|
D | convert_argb.cc | 29 int ARGBCopy(const uint8* src_argb, int src_stride_argb, in ARGBCopy()
|
/external/libyuv/files/source/ |
D | row_win.cc | 217 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 …]
|
D | planar_functions.cc | 269 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 …]
|
D | format_conversion.cc | 30 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()
|
D | row_common.cc | 142 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 …]
|
D | row_posix.cc | 222 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()
|
D | row_neon.cc | 639 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()
|
D | rotate_argb.cc | 130 int ARGBRotate(const uint8* src_argb, int src_stride_argb, in ARGBRotate()
|
D | scale_argb.cc | 1011 int ARGBScale(const uint8* src_argb, int src_stride_argb, in ARGBScale()
|
D | convert_argb.cc | 31 int ARGBCopy(const uint8* src_argb, int src_stride_argb, in ARGBCopy()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 182 FX_ARGB src_argb = pPal[*src_buf]; in TranslateScanline() local
|