Home | History | Annotate | Download | only in source

Lines Matching refs:uint8

78 void I422ToARGBRow_NEON(const uint8* y_buf,
79 const uint8* u_buf,
80 const uint8* v_buf,
81 uint8* rgb_buf,
111 void I422ToBGRARow_NEON(const uint8* y_buf,
112 const uint8* u_buf,
113 const uint8* v_buf,
114 uint8* rgb_buf,
145 void I422ToABGRRow_NEON(const uint8* y_buf,
146 const uint8* u_buf,
147 const uint8* v_buf,
148 uint8* rgb_buf,
179 void I422ToRGBARow_NEON(const uint8* y_buf,
180 const uint8* u_buf,
181 const uint8* v_buf,
182 uint8* rgb_buf,
212 void I422ToRGB24Row_NEON(const uint8* y_buf,
213 const uint8* u_buf,
214 const uint8* v_buf,
215 uint8* rgb_buf,
244 void I422ToRAWRow_NEON(const uint8* y_buf,
245 const uint8* u_buf,
246 const uint8* v_buf,
247 uint8* rgb_buf,
277 void NV12ToARGBRow_NEON(const uint8* y_buf,
278 const uint8* uv_buf,
279 uint8* rgb_buf,
308 void NV21ToARGBRow_NEON(const uint8* y_buf,
309 const uint8* uv_buf,
310 uint8* rgb_buf,
341 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) {
362 void CopyRow_NEON(const uint8* src, uint8* dst, int count) {
381 void SetRow8_NEON(uint8* dst, uint32 v32, int count) {
396 void SetRows32_NEON(uint8* dst, uint32 v32, int width,
406 void MirrorRow_NEON(const uint8* src, uint8* dst, int width) {
482 void MirrorRowUV_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width) {
542 void BGRAToARGBRow_NEON(const uint8* src_bgra, uint8* dst_argb, int pix) {
562 void ABGRToARGBRow_NEON(const uint8* src_abgr, uint8* dst_argb, int pix) {
581 void RGBAToARGBRow_NEON(const uint8* src_rgba, uint8* dst_argb, int pix) {
600 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) {
619 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) {
639 void ARGBToRGBARow_NEON(const uint8* src_argb, uint8* dst_rgba, int pix) {
658 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) {
676 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) {
695 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) {
713 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix) {
731 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v,
752 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v,
773 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2,
774 uint8* dst_u, uint8* dst_v, int pix) {
799 void UYVYToUVRow_NEON(const uint8* src_uyvy, int stride_uyvy,
800 uint8* dst_u, uint8* dst_v, int pix) {