/external/libyuv/files/source/ |
D | convert_from_argb.cc | 25 int ARGBToI444(const uint8* src_argb, in ARGBToI444() 133 int ARGBToI422(const uint8* src_argb, in ARGBToI422() 246 int ARGBToNV12(const uint8* src_argb, in ARGBToNV12() 397 int ARGBToNV21(const uint8* src_argb, in ARGBToNV21() 548 int ARGBToYUY2(const uint8* src_argb, in ARGBToYUY2() 692 int ARGBToUYVY(const uint8* src_argb, in ARGBToUYVY() 836 int ARGBToI400(const uint8* src_argb, in ARGBToI400() 914 int ARGBToRGBA(const uint8* src_argb, in ARGBToRGBA() 926 int ARGBToRGB24(const uint8* src_argb, in ARGBToRGB24() 984 int ARGBToRAW(const uint8* src_argb, in ARGBToRAW() [all …]
|
D | scale_win.cc | 994 __declspec(naked) void ScaleARGBRowDown2_SSE2(const uint8* src_argb, in ScaleARGBRowDown2_SSE2() 1019 __declspec(naked) void ScaleARGBRowDown2Linear_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Linear_SSE2() 1047 __declspec(naked) void ScaleARGBRowDown2Box_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Box_SSE2() 1081 __declspec(naked) void ScaleARGBRowDownEven_SSE2(const uint8* src_argb, in ScaleARGBRowDownEven_SSE2() 1118 __declspec(naked) void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb, in ScaleARGBRowDownEvenBox_SSE2() 1167 const uint8* src_argb, in ScaleARGBCols_SSE2() 1260 const uint8* src_argb, in ScaleARGBFilterCols_SSSE3() 1333 const uint8* src_argb, in ScaleARGBColsUp2_SSE2()
|
D | scale_gcc.cc | 986 void ScaleARGBRowDown2_SSE2(const uint8* src_argb, in ScaleARGBRowDown2_SSE2() 1009 void ScaleARGBRowDown2Linear_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Linear_SSE2() 1035 void ScaleARGBRowDown2Box_SSE2(const uint8* src_argb, in ScaleARGBRowDown2Box_SSE2() 1068 void ScaleARGBRowDownEven_SSE2(const uint8* src_argb, in ScaleARGBRowDownEven_SSE2() 1105 void ScaleARGBRowDownEvenBox_SSE2(const uint8* src_argb, in ScaleARGBRowDownEvenBox_SSE2() 1152 const uint8* src_argb, in ScaleARGBCols_SSE2() 1224 const uint8* src_argb, in ScaleARGBColsUp2_SSE2() 1265 const uint8* src_argb, in ScaleARGBFilterCols_SSSE3()
|
D | row_neon.cc | 920 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON() 937 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() 1096 void ARGBShuffleRow_NEON(const uint8* src_argb, in ARGBShuffleRow_NEON() 1174 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int width) { in ARGBToRGB565Row_NEON() 1192 void ARGBToRGB565DitherRow_NEON(const uint8* src_argb, in ARGBToRGB565DitherRow_NEON() 1217 void ARGBToARGB1555Row_NEON(const uint8* src_argb, in ARGBToARGB1555Row_NEON() 1237 void ARGBToARGB4444Row_NEON(const uint8* src_argb, in ARGBToARGB4444Row_NEON() 1258 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON() 1284 void ARGBExtractAlphaRow_NEON(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_NEON() 1302 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON() [all …]
|
D | row_neon64.cc | 929 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON() 946 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() 1108 void ARGBShuffleRow_NEON(const uint8* src_argb, in ARGBShuffleRow_NEON() 1187 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int width) { in ARGBToRGB565Row_NEON() 1205 void ARGBToRGB565DitherRow_NEON(const uint8* src_argb, in ARGBToRGB565DitherRow_NEON() 1230 void ARGBToARGB1555Row_NEON(const uint8* src_argb, in ARGBToARGB1555Row_NEON() 1250 void ARGBToARGB4444Row_NEON(const uint8* src_argb, in ARGBToARGB4444Row_NEON() 1271 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON() 1297 void ARGBExtractAlphaRow_NEON(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_NEON() 1314 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON() [all …]
|
D | scale_argb.cc | 39 const uint8* src_argb, in ScaleARGBDown2() 134 const uint8* src_argb, in ScaleARGBDown4Box() 192 const uint8* src_argb, in ScaleARGBDownEven() 258 const uint8* src_argb, in ScaleARGBBilinearDown() 375 const uint8* src_argb, in ScaleARGBBilinearUp() 758 const uint8* src_argb, in ScaleARGBSimple() 907 int ARGBScaleClip(const uint8* src_argb, in ARGBScaleClip() 935 int ARGBScale(const uint8* src_argb, in ARGBScale()
|
D | scale_neon.cc | 794 void ScaleARGBRowDown2Linear_NEON(const uint8* src_argb, in ScaleARGBRowDown2Linear_NEON() 868 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, in ScaleARGBRowDownEven_NEON() 899 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, in ScaleARGBRowDownEvenBox_NEON() 959 const uint8* src_argb, in ScaleARGBCols_NEON() 1006 const uint8* src_argb, in ScaleARGBFilterCols_NEON()
|
D | row_gcc.cc | 706 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_SSSE3() 745 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_SSSE3() 787 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_AVX2() 829 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_AVX2() 1139 void ARGBToUV444Row_SSSE3(const uint8* src_argb, in ARGBToUV444Row_SSSE3() 2903 void ARGBExtractAlphaRow_SSE2(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_SSE2() 2933 void ARGBExtractAlphaRow_AVX2(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_AVX2() 3707 void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSSE3() 3755 void ARGBAttenuateRow_AVX2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_AVX2() 3794 void ARGBUnattenuateRow_SSE2(const uint8* src_argb, in ARGBUnattenuateRow_SSE2() [all …]
|
D | scale_neon64.cc | 813 void ScaleARGBRowDown2Linear_NEON(const uint8* src_argb, in ScaleARGBRowDown2Linear_NEON() 882 void ScaleARGBRowDownEven_NEON(const uint8* src_argb, in ScaleARGBRowDownEven_NEON() 914 void ScaleARGBRowDownEvenBox_NEON(const uint8* src_argb, in ScaleARGBRowDownEvenBox_NEON() 977 const uint8* src_argb, in ScaleARGBCols_NEON() 1027 const uint8* src_argb, in ScaleARGBFilterCols_NEON()
|
D | scale_common.cc | 775 void ScaleARGBRowDown2_C(const uint8* src_argb, in ScaleARGBRowDown2_C() 794 void ScaleARGBRowDown2Linear_C(const uint8* src_argb, in ScaleARGBRowDown2Linear_C() 810 void ScaleARGBRowDown2Box_C(const uint8* src_argb, in ScaleARGBRowDown2Box_C() 833 void ScaleARGBRowDownEven_C(const uint8* src_argb, in ScaleARGBRowDownEven_C() 853 void ScaleARGBRowDownEvenBox_C(const uint8* src_argb, in ScaleARGBRowDownEvenBox_C() 879 const uint8* src_argb, in ScaleARGBCols_C() 899 const uint8* src_argb, in ScaleARGBCols64_C() 921 const uint8* src_argb, in ScaleARGBColsUp2_C() 950 const uint8* src_argb, in ScaleARGBFilterCols_C() 982 const uint8* src_argb, in ScaleARGBFilterCols64_C() [all …]
|
D | planar_functions.cc | 771 int ARGBMirror(const uint8* src_argb, in ARGBMirror() 1688 int ARGBAttenuate(const uint8* src_argb, in ARGBAttenuate() 1754 int ARGBUnattenuate(const uint8* src_argb, in ARGBUnattenuate() 1805 int ARGBGrayTo(const uint8* src_argb, in ARGBGrayTo() 1942 int ARGBColorMatrix(const uint8* src_argb, in ARGBColorMatrix() 2147 int ARGBComputeCumulativeSum(const uint8* src_argb, in ARGBComputeCumulativeSum() 2181 int ARGBBlur(const uint8* src_argb, in ARGBBlur() 2291 int ARGBShade(const uint8* src_argb, in ARGBShade() 2550 static int ARGBSobelize(const uint8* src_argb, in ARGBSobelize() 2682 int ARGBSobel(const uint8* src_argb, in ARGBSobel() [all …]
|
D | scale_msa.cc | 24 void ScaleARGBRowDown2_MSA(const uint8_t* src_argb, in ScaleARGBRowDown2_MSA() 42 void ScaleARGBRowDown2Linear_MSA(const uint8_t* src_argb, in ScaleARGBRowDown2Linear_MSA() 62 void ScaleARGBRowDown2Box_MSA(const uint8_t* src_argb, in ScaleARGBRowDown2Box_MSA() 98 void ScaleARGBRowDownEven_MSA(const uint8_t* src_argb, in ScaleARGBRowDownEven_MSA() 122 void ScaleARGBRowDownEvenBox_MSA(const uint8* src_argb, in ScaleARGBRowDownEvenBox_MSA()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 25 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 …]
|
D | scale_win.cc | 984 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()
|
D | scale_gcc.cc | 951 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()
|
D | row_neon64.cc | 957 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 …]
|
D | row_neon.cc | 955 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 …]
|
D | scale_argb.cc | 36 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()
|
D | scale_neon.cc | 763 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()
|
D | scale_neon64.cc | 778 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()
|
D | row_gcc.cc | 736 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 …]
|
D | scale_common.cc | 681 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 …]
|
D | planar_functions.cc | 615 int ARGBMirror(const uint8* src_argb, int src_stride_argb, in ARGBMirror() 1423 int ARGBAttenuate(const uint8* src_argb, int src_stride_argb, in ARGBAttenuate() 1479 int ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, in ARGBUnattenuate() 1528 int ARGBGrayTo(const uint8* src_argb, int src_stride_argb, in ARGBGrayTo() 1639 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, in ARGBColorMatrix() 1824 int ARGBComputeCumulativeSum(const uint8* src_argb, int src_stride_argb, in ARGBComputeCumulativeSum() 1854 int ARGBBlur(const uint8* src_argb, int src_stride_argb, in ARGBBlur() 1958 int ARGBShade(const uint8* src_argb, int src_stride_argb, in ARGBShade() 2182 static int ARGBSobelize(const uint8* src_argb, int src_stride_argb, in ARGBSobelize() 2302 int ARGBSobel(const uint8* src_argb, int src_stride_argb, in ARGBSobel() [all …]
|
D | row_common.cc | 166 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 …]
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibtransferfunc.cpp | 85 FX_ARGB src_argb = pPal[*src_buf]; in TranslateScanline() local
|