Lines Matching full:uint8
31 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
32 uint8* dst_argb, int dst_stride_argb,
52 int I444ToARGB(const uint8* src_y, int src_stride_y,
53 const uint8* src_u, int src_stride_u,
54 const uint8* src_v, int src_stride_v,
55 uint8* dst_argb, int dst_stride_argb,
68 void (*I444ToARGBRow)(const uint8* y_buf,
69 const uint8* u_buf,
70 const uint8* v_buf,
71 uint8* rgb_buf,
97 int I422ToARGB(const uint8* src_y, int src_stride_y,
98 const uint8* src_u, int src_stride_u,
99 const uint8* src_v, int src_stride_v,
100 uint8* dst_argb, int dst_stride_argb,
113 void (*I422ToARGBRow)(const uint8* y_buf,
114 const uint8* u_buf,
115 const uint8* v_buf,
116 uint8* rgb_buf,
149 int I411ToARGB(const uint8* src_y, int src_stride_y,
150 const uint8* src_u, int src_stride_u,
151 const uint8* src_v, int src_stride_v,
152 uint8* dst_argb, int dst_stride_argb,
165 void (*I411ToARGBRow)(const uint8* y_buf,
166 const uint8* u_buf,
167 const uint8* v_buf,
168 uint8* rgb_buf,
195 int I400ToARGB_Reference(const uint8* src_y, int src_stride_y,
196 uint8* dst_argb, int dst_stride_argb,
208 void (*YToARGBRow)(const uint8* y_buf,
209 uint8* rgb_buf,
229 int I400ToARGB(const uint8* src_y, int src_stride_y,
230 uint8* dst_argb, int dst_stride_argb,
242 void (*I400ToARGBRow)(const uint8* src_y, uint8* dst_argb, int pix) =
263 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra,
264 uint8* dst_argb, int dst_stride_argb,
276 void (*BGRAToARGBRow)(const uint8* src_bgra, uint8* dst_argb, int pix) =
297 int ABGRToARGB(const uint8* src_abgr, int src_stride_abgr,
298 uint8* dst_argb, int dst_stride_argb,
310 void (*ABGRToARGBRow)(const uint8* src_abgr, uint8* dst_argb, int pix) =
331 int RGBAToARGB(const uint8* src_rgba, int src_stride_rgba,
332 uint8* dst_argb, int dst_stride_argb,
344 void (*RGBAToARGBRow)(const uint8* src_rgba, uint8* dst_argb, int pix) =
365 int RAWToARGB(const uint8* src_raw, int src_stride_raw,
366 uint8* dst_argb, int dst_stride_argb,
378 void (*RAWToARGBRow)(const uint8* src_raw, uint8* dst_argb, int pix) =
398 int RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24,
399 uint8* dst_argb, int dst_stride_argb,
411 void (*RGB24ToARGBRow)(const uint8* src_rgb24, uint8* dst_argb, int pix) =
431 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565,
432 uint8* dst_argb, int dst_stride_argb,
444 void (*RGB565ToARGBRow)(const uint8* src_rgb565, uint8* dst_argb, int pix) =
464 int ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555,
465 uint8* dst_argb, int dst_stride_argb,
477 void (*ARGB1555ToARGBRow)(const uint8* src_argb1555, uint8* dst_argb,
497 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444,
498 uint8* dst_argb, int dst_stride_argb,
510 void (*ARGB4444ToARGBRow)(const uint8* src_argb4444, uint8* dst_argb,
530 int NV12ToARGB(const uint8* src_y, int src_stride_y,
531 const uint8* src_uv, int src_stride_uv,
532 uint8* dst_argb, int dst_stride_argb,
544 void (*NV12ToARGBRow)(const uint8* y_buf,
545 const uint8
546 uint8* rgb_buf,
581 int NV21ToARGB(const uint8* src_y, int src_stride_y,
582 const uint8* src_uv, int src_stride_uv,
583 uint8* dst_argb, int dst_stride_argb,
595 void (*NV21ToARGBRow)(const uint8* y_buf,
596 const uint8* uv_buf,
597 uint8* rgb_buf,
632 int M420ToARGB(const uint8* src_m420, int src_stride_m420,
633 uint8* dst_argb, int dst_stride_argb,
645 void (*NV12ToARGBRow)(const uint8* y_buf,
646 const uint8* uv_buf,
647 uint8* rgb_buf,
676 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2,
677 uint8* dst_argb, int dst_stride_argb,
689 void (*YUY2ToUV422Row)(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v,
691 void (*YUY2ToYRow)(const uint8* src_yuy2,
692 uint8* dst_y, int pix) = YUY2ToYRow_C;
725 void (*I422ToARGBRow)(const uint8* y_buf,
726 const uint8* u_buf,
727 const uint8* v_buf,
728 uint8* argb_buf,
747 SIMD_ALIGNED(uint8 rowy[kMaxStride]);
748 SIMD_ALIGNED(uint8 rowu[kMaxStride]);
749 SIMD_ALIGNED(uint8 rowv[kMaxStride]);
763 int UYVYToARGB(const uint8* src_uyvy, int src_stride_uyvy,
764 uint8* dst_argb, int dst_stride_argb,
776 void (*UYVYToUV422Row)(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v,
778 void (*UYVYToYRow)(const uint8* src_uyvy,
779 uint8* dst_y, int pix) = UYVYToYRow_C;
796 void (*I422ToARGBRow)(const uint8* y_buf,
797 const uint8* u_buf,
798 const uint8* v_buf,
799 uint8* argb_buf,
818 SIMD_ALIGNED(uint8 rowy[kMaxStride]);
819 SIMD_ALIGNED(uint8 rowu[kMaxStride]);
820 SIMD_ALIGNED(uint8 rowv[kMaxStride]);
834 uint8* argb;
841 const uint8* const* data,
855 const uint8* const* data,
869 const uint8* const* data,
883 const uint8* const* data,
897 const uint8* const* data,
911 int MJPGToARGB(const uint8* sample,
913 uint8* argb, int argb_stride,
1001 int ConvertToARGB(const uint8* sample, size_t sample_size,
1002 uint8* dst_argb, int argb_stride,
1014 const uint8* src;
1015 const uint8* src_uv;
1029 uint8* tmp_argb = dst_argb;
1031 uint8* buf = NULL;
1035 buf = new uint8[argb_size];
1194 const uint8* src_y = sample + (src_width * crop_y + crop_x);
1195 const uint8* src_u;
1196 const uint8* src_v;
1219 const uint8* src_y = sample + src_width * crop_y + crop_x;
1220 const uint8* src_u;
1221 const uint8* src_v;
1243 const uint8* src_y = sample + src_width * crop_y + crop_x;
1244 const uint8* src_u;
1245 const uint8* src_v;
1262 const uint8* src_y = sample + src_width * crop_y + crop_x;
1263 const uint8* src_u = sample + src_width * abs_src_height +
1265 const uint8* src_v = sample + src_width * abs_src_height +