Lines Matching refs:uint8

126 void I444ToARGBRow_NEON(const uint8* src_y,
127 const uint8* src_u,
128 const uint8* src_v,
129 uint8* dst_argb,
160 void I422ToARGBRow_NEON(const uint8* src_y,
161 const uint8* src_u,
162 const uint8* src_v,
163 uint8* dst_argb,
194 void I411ToARGBRow_NEON(const uint8* src_y,
195 const uint8* src_u,
196 const uint8* src_v,
197 uint8* dst_argb,
228 void I422ToBGRARow_NEON(const uint8* src_y,
229 const uint8* src_u,
230 const uint8* src_v,
231 uint8* dst_bgra,
263 void I422ToABGRRow_NEON(const uint8* src_y,
264 const uint8* src_u,
265 const uint8* src_v,
266 uint8* dst_abgr,
298 void I422ToRGBARow_NEON(const uint8* src_y,
299 const uint8* src_u,
300 const uint8* src_v,
301 uint8* dst_rgba,
332 void I422ToRGB24Row_NEON(const uint8* src_y,
333 const uint8* src_u,
334 const uint8* src_v,
335 uint8* dst_rgb24,
365 void I422ToRAWRow_NEON(const uint8* src_y,
366 const uint8* src_u,
367 const uint8* src_v,
368 uint8* dst_raw,
411 void I422ToRGB565Row_NEON(const uint8* src_y,
412 const uint8* src_u,
413 const uint8* src_v,
414 uint8* dst_rgb565,
460 void I422ToARGB1555Row_NEON(const uint8* src_y,
461 const uint8* src_u,
462 const uint8* src_v,
463 uint8* dst_argb1555,
504 void I422ToARGB4444Row_NEON(const uint8* src_y,
505 const uint8* src_u,
506 const uint8* src_v,
507 uint8* dst_argb4444,
540 void YToARGBRow_NEON(const uint8* src_y,
541 uint8* dst_argb,
570 void I400ToARGBRow_NEON(const uint8* src_y,
571 uint8* dst_argb,
593 void NV12ToARGBRow_NEON(const uint8* src_y,
594 const uint8* src_uv,
595 uint8* dst_argb,
625 void NV21ToARGBRow_NEON(const uint8* src_y,
626 const uint8* src_uv,
627 uint8* dst_argb,
657 void NV12ToRGB565Row_NEON(const uint8* src_y,
658 const uint8* src_uv,
659 uint8* dst_rgb565,
689 void NV21ToRGB565Row_NEON(const uint8* src_y,
690 const uint8* src_uv,
691 uint8* dst_rgb565,
721 void YUY2ToARGBRow_NEON(const uint8* src_yuy2,
722 uint8* dst_argb,
751 void UYVYToARGBRow_NEON(const uint8* src_uyvy,
752 uint8* dst_argb,
782 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
805 void MergeUVRow_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
829 void CopyRow_NEON(const uint8* src, uint8* dst, int count) {
848 void SetRow_NEON(uint8* dst, uint32 v32, int count) {
865 void ARGBSetRows_NEON(uint8* dst, uint32 v32, int width,
873 void MirrorRow_NEON(const uint8* src, uint8* dst, int width) {
899 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
927 void ARGBMirrorRow_NEON(const uint8* src, uint8* dst, int width) {
953 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) {
972 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) {
1004 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int pix) {
1051 void ARGB1555ToARGBRow_NEON(const uint8* src_argb1555, uint8* dst_argb,
1082 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, uint8* dst_argb,
1103 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) {
1121 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) {
1140 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) {
1158 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix) {
1176 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v,
1198 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v,
1220 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2,
1221 uint8* dst_u, uint8* dst_v, int pix) {
1248 void UYVYToUVRow_NEON(const uint8* src_uyvy, int stride_uyvy,
1249 uint8* dst_u, uint8* dst_v, int pix) {
1276 void HalfRow_NEON(const uint8* src_uv, int src_uv_stride,
1277 uint8* dst_uv, int pix) {
1301 void ARGBToBayerRow_NEON(const uint8* src_argb, uint8* dst_bayer,
1324 void ARGBToBayerGGRow_NEON(const uint8* src_argb, uint8* dst_bayer,
1343 void ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb,
1344 const uint8* shuffler, int pix) {
1365 void I422ToYUY2Row_NEON(const uint8* src_y,
1366 const uint8* src_u,
1367 const uint8* src_v,
1368 uint8* dst_yuy2, int width) {
1392 void I422ToUYVYRow_NEON(const uint8* src_y,
1393 const uint8* src_u,
1394 const uint8* src_v,
1395 uint8* dst_uyvy, int width) {
1419 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) {
1438 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555,
1458 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444,
1479 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) {
1506 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) {
1532 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
1574 void ARGBToUV422Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
1624 void ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v,
1701 void ARGBToUVRow_NEON(const uint8* src_argb, int src_stride_argb,
1702 uint8* dst_u, uint8* dst_v, int pix) {
1751 void ARGBToUVJRow_NEON(const uint8* src_argb, int src_stride_argb,
1752 uint8* dst_u, uint8* dst_v, int pix) {
1800 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra,
1801 uint8* dst_u, uint8* dst_v, int pix) {
1849 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr,
1850 uint8* dst_u, uint8* dst_v, int pix) {
1898 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba,
1899 uint8* dst_u, uint8* dst_v, int pix) {
1947 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24,
1948 uint8* dst_u, uint8* dst_v, int pix) {
1996 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw,
1997 uint8* dst_u, uint8* dst_v, int pix) {
2046 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565,
2047 uint8* dst_u, uint8* dst_v, int pix) {
2116 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555,
2117 uint8* dst_u, uint8* dst_v, int pix) {
2186 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444,
2187 uint8* dst_u, uint8* dst_v, int pix) {
2255 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) {
2283 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int pix) {
2311 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix) {
2339 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int pix) {
2366 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix) {
2393 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int pix) {
2420 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) {
2447 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix) {
2475 void InterpolateRow_NEON(uint8* dst_ptr,
2476 const uint8* src_ptr, ptrdiff_t src_stride,
2572 void ARGBBlendRow_NEON(const uint8* src_argb0, const uint8* src_argb1,
2573 uint8* dst_argb, int width) {
2637 void ARGBAttenuateRow_NEON(const uint8* src_argb, uint8* dst_argb, int width) {
2663 void ARGBQuantizeRow_NEON(uint8* dst_argb, int scale, int interval_size,
2707 void ARGBShadeRow_NEON(const uint8* src_argb, uint8* dst_argb, int width,
2746 void ARGBGrayRow_NEON(const uint8* src_argb, uint8* dst_argb, int width) {
2777 void ARGBSepiaRow_NEON(uint8* dst_argb, int width) {
2819 void ARGBColorMatrixRow_NEON(const uint8* src_argb, uint8* dst_argb,
2883 void ARGBMultiplyRow_NEON(const uint8* src_argb0, const uint8* src_argb1,
2884 uint8* dst_argb, int width) {
2917 void ARGBAddRow_NEON(const uint8* src_argb0, const uint8* src_argb1,
2918 uint8* dst_argb, int width) {
2944 void ARGBSubtractRow_NEON(const uint8* src_argb0, const uint8* src_argb1,
2945 uint8* dst_argb, int width) {
2975 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
2976 uint8* dst_argb, int width) {
3003 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
3004 uint8* dst_y, int width) {
3032 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
3033 uint8* dst_argb, int width) {
3061 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1,
3062 const uint8* src_y2, uint8* dst_sobelx, int width) {
3105 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1,
3106 uint8* dst_sobely, int width) {