Home
last modified time | relevance | path

Searched refs:uint8 (Results 1 – 25 of 1592) sorted by relevance

12345678910>>...64

/external/chromium_org/third_party/libyuv/include/libyuv/
Drow.h31 uint8* var##_mem = reinterpret_cast<uint8*>(malloc((size) + 63)); \
32 uint8* var = reinterpret_cast<uint8*> \
36 uint8* var##_mem = (uint8*)(malloc((size) + 63)); /* NOLINT */ \
37 uint8* var = (uint8*)(((intptr_t)(var##_mem) + 63) & ~63) /* NOLINT */
369 typedef __declspec(align(16)) uint8 uvec8[16];
375 typedef __declspec(align(32)) uint8 ulvec8[32];
385 typedef uint8 __attribute__((vector_size(16))) uvec8;
393 typedef uint8 uvec8[16];
473 void I444ToARGBRow_NEON(const uint8* src_y,
474 const uint8* src_u,
[all …]
Dconvert.h27 int I444ToI420(const uint8* src_y, int src_stride_y,
28 const uint8* src_u, int src_stride_u,
29 const uint8* src_v, int src_stride_v,
30 uint8* dst_y, int dst_stride_y,
31 uint8* dst_u, int dst_stride_u,
32 uint8* dst_v, int dst_stride_v,
37 int I422ToI420(const uint8* src_y, int src_stride_y,
38 const uint8* src_u, int src_stride_u,
39 const uint8* src_v, int src_stride_v,
40 uint8* dst_y, int dst_stride_y,
[all …]
Dplanar_functions.h27 void CopyPlane(const uint8* src_y, int src_stride_y,
28 uint8* dst_y, int dst_stride_y,
38 void SetPlane(uint8* dst_y, int dst_stride_y,
44 int I400ToI400(const uint8* src_y, int src_stride_y,
45 uint8* dst_y, int dst_stride_y,
52 int I422Copy(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_y, int dst_stride_y,
56 uint8* dst_u, int dst_stride_u,
[all …]
Dscale_row.h69 const uint8* src_argb, uint8* dst_argb,
105 void ScaleRowDown2_C(const uint8* src_ptr, ptrdiff_t src_stride,
106 uint8* dst, int dst_width);
109 void ScaleRowDown2Linear_C(const uint8* src_ptr, ptrdiff_t src_stride,
110 uint8* dst, int dst_width);
113 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
114 uint8* dst, int dst_width);
117 void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
118 uint8* dst, int dst_width);
121 void ScaleRowDown4Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
[all …]
Dconvert_from.h27 int I420ToI422(const uint8* src_y, int src_stride_y,
28 const uint8* src_u, int src_stride_u,
29 const uint8* src_v, int src_stride_v,
30 uint8* dst_y, int dst_stride_y,
31 uint8* dst_u, int dst_stride_u,
32 uint8* dst_v, int dst_stride_v,
36 int I420ToI444(const uint8* src_y, int src_stride_y,
37 const uint8* src_u, int src_stride_u,
38 const uint8* src_v, int src_stride_v,
39 uint8* dst_y, int dst_stride_y,
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Drow.h31 uint8* var##_mem = reinterpret_cast<uint8*>(malloc((size) + 63)); \
32 uint8* var = reinterpret_cast<uint8*> \
36 uint8* var##_mem = (uint8*)(malloc((size) + 63)); /* NOLINT */ \
37 uint8* var = (uint8*)(((intptr_t)(var##_mem) + 63) & ~63) /* NOLINT */
461 typedef __declspec(align(16)) uint8 uvec8[16];
467 typedef __declspec(align(32)) uint8 ulvec8[32];
477 typedef uint8 __attribute__((vector_size(16))) uvec8;
485 typedef uint8 uvec8[16];
565 void I444ToARGBRow_NEON(const uint8* src_y,
566 const uint8* src_u,
[all …]
Dconvert.h27 int I444ToI420(const uint8* src_y, int src_stride_y,
28 const uint8* src_u, int src_stride_u,
29 const uint8* src_v, int src_stride_v,
30 uint8* dst_y, int dst_stride_y,
31 uint8* dst_u, int dst_stride_u,
32 uint8* dst_v, int dst_stride_v,
37 int I422ToI420(const uint8* src_y, int src_stride_y,
38 const uint8* src_u, int src_stride_u,
39 const uint8* src_v, int src_stride_v,
40 uint8* dst_y, int dst_stride_y,
[all …]
Dplanar_functions.h27 void CopyPlane(const uint8* src_y, int src_stride_y,
28 uint8* dst_y, int dst_stride_y,
38 void SetPlane(uint8* dst_y, int dst_stride_y,
44 int I400ToI400(const uint8* src_y, int src_stride_y,
45 uint8* dst_y, int dst_stride_y,
52 int I422Copy(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_y, int dst_stride_y,
56 uint8* dst_u, int dst_stride_u,
[all …]
Dscale_row.h77 const uint8* src_argb, uint8* dst_argb,
113 void ScaleRowDown2_C(const uint8* src_ptr, ptrdiff_t src_stride,
114 uint8* dst, int dst_width);
117 void ScaleRowDown2Linear_C(const uint8* src_ptr, ptrdiff_t src_stride,
118 uint8* dst, int dst_width);
121 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
122 uint8* dst, int dst_width);
125 void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
126 uint8* dst, int dst_width);
129 void ScaleRowDown4Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
[all …]
Dconvert_from.h27 int I420ToI422(const uint8* src_y, int src_stride_y,
28 const uint8* src_u, int src_stride_u,
29 const uint8* src_v, int src_stride_v,
30 uint8* dst_y, int dst_stride_y,
31 uint8* dst_u, int dst_stride_u,
32 uint8* dst_v, int dst_stride_v,
36 int I420ToI444(const uint8* src_y, int src_stride_y,
37 const uint8* src_u, int src_stride_u,
38 const uint8* src_v, int src_stride_v,
39 uint8* dst_y, int dst_stride_y,
[all …]
/external/libyuv/files/include/libyuv/
Drow.h150 typedef __declspec(align(16)) uint8 uvec8[16];
158 typedef uint8 __attribute__((vector_size(16))) uvec8;
166 typedef uint8 uvec8[16];
179 void I422ToARGBRow_NEON(const uint8* y_buf,
180 const uint8* u_buf,
181 const uint8* v_buf,
182 uint8* rgb_buf,
184 void I422ToBGRARow_NEON(const uint8* y_buf,
185 const uint8* u_buf,
186 const uint8* v_buf,
[all …]
Dconvert.h30 int I420Copy(const uint8* src_y, int src_stride_y,
31 const uint8* src_u, int src_stride_u,
32 const uint8* src_v, int src_stride_v,
33 uint8* dst_y, int dst_stride_y,
34 uint8* dst_u, int dst_stride_u,
35 uint8* dst_v, int dst_stride_v,
40 int I422ToI420(const uint8* src_y, int src_stride_y,
41 const uint8* src_u, int src_stride_u,
42 const uint8* src_v, int src_stride_v,
43 uint8* dst_y, int dst_stride_y,
[all …]
Dconvert_from.h27 int I420ToI422(const uint8* src_y, int src_stride_y,
28 const uint8* src_u, int src_stride_u,
29 const uint8* src_v, int src_stride_v,
30 uint8* dst_y, int dst_stride_y,
31 uint8* dst_u, int dst_stride_u,
32 uint8* dst_v, int dst_stride_v,
36 int I420ToI444(const uint8* src_y, int src_stride_y,
37 const uint8* src_u, int src_stride_u,
38 const uint8* src_v, int src_stride_v,
39 uint8* dst_y, int dst_stride_y,
[all …]
Dplanar_functions.h26 void SetPlane(uint8* dst_y, int dst_stride_y,
35 void CopyPlane(const uint8* src_y, int src_stride_y,
36 uint8* dst_y, int dst_stride_y,
41 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2,
42 uint8* dst_y, int dst_stride_y,
43 uint8* dst_u, int dst_stride_u,
44 uint8* dst_v, int dst_stride_v,
48 int UYVYToI422(const uint8* src_uyvy, int src_stride_uyvy,
49 uint8* dst_y, int dst_stride_y,
50 uint8* dst_u, int dst_stride_u,
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow.h25 void FastConvertYUVToARGBRow_NEON(const uint8* y_buf,
26 const uint8* u_buf,
27 const uint8* v_buf,
28 uint8* rgb_buf,
31 void FastConvertYUVToBGRARow_NEON(const uint8* y_buf,
32 const uint8* u_buf,
33 const uint8* v_buf,
34 uint8* rgb_buf,
37 void FastConvertYUVToABGRRow_NEON(const uint8* y_buf,
38 const uint8* u_buf,
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Drow_neon.cc126 void I444ToARGBRow_NEON(const uint8* src_y, in I444ToARGBRow_NEON()
127 const uint8* src_u, in I444ToARGBRow_NEON()
128 const uint8* src_v, in I444ToARGBRow_NEON()
129 uint8* dst_argb, in I444ToARGBRow_NEON()
160 void I422ToARGBRow_NEON(const uint8* src_y, in I422ToARGBRow_NEON()
161 const uint8* src_u, in I422ToARGBRow_NEON()
162 const uint8* src_v, in I422ToARGBRow_NEON()
163 uint8* dst_argb, in I422ToARGBRow_NEON()
194 void I411ToARGBRow_NEON(const uint8* src_y, in I411ToARGBRow_NEON()
195 const uint8* src_u, in I411ToARGBRow_NEON()
[all …]
Drow_neon64.cc127 void I444ToARGBRow_NEON(const uint8* src_y, in I444ToARGBRow_NEON()
128 const uint8* src_u, in I444ToARGBRow_NEON()
129 const uint8* src_v, in I444ToARGBRow_NEON()
130 uint8* dst_argb, in I444ToARGBRow_NEON()
163 void I422ToARGBRow_NEON(const uint8* src_y, in I422ToARGBRow_NEON()
164 const uint8* src_u, in I422ToARGBRow_NEON()
165 const uint8* src_v, in I422ToARGBRow_NEON()
166 uint8* dst_argb, in I422ToARGBRow_NEON()
199 void I411ToARGBRow_NEON(const uint8* src_y, in I411ToARGBRow_NEON()
200 const uint8* src_u, in I411ToARGBRow_NEON()
[all …]
/external/chromium_org/third_party/libyuv/source/
Drow_neon.cc126 void I444ToARGBRow_NEON(const uint8* src_y, in I444ToARGBRow_NEON()
127 const uint8* src_u, in I444ToARGBRow_NEON()
128 const uint8* src_v, in I444ToARGBRow_NEON()
129 uint8* dst_argb, in I444ToARGBRow_NEON()
160 void I422ToARGBRow_NEON(const uint8* src_y, in I422ToARGBRow_NEON()
161 const uint8* src_u, in I422ToARGBRow_NEON()
162 const uint8* src_v, in I422ToARGBRow_NEON()
163 uint8* dst_argb, in I422ToARGBRow_NEON()
194 void I411ToARGBRow_NEON(const uint8* src_y, in I411ToARGBRow_NEON()
195 const uint8* src_u, in I411ToARGBRow_NEON()
[all …]
/external/chromium_org/media/base/simd/
Dconvert_yuv_to_rgb.h16 MEDIA_EXPORT void ConvertYUVToRGB32_C(const uint8* yplane,
17 const uint8* uplane,
18 const uint8* vplane,
19 uint8* rgbframe,
27 MEDIA_EXPORT void ConvertYUVToRGB32Row_C(const uint8* yplane,
28 const uint8* uplane,
29 const uint8* vplane,
30 uint8* rgbframe,
34 MEDIA_EXPORT void ConvertYUVAToARGB_C(const uint8* yplane,
35 const uint8* uplane,
[all …]
/external/libyuv/files/source/
Drow_neon.cc78 void I422ToARGBRow_NEON(const uint8* y_buf, in I422ToARGBRow_NEON()
79 const uint8* u_buf, in I422ToARGBRow_NEON()
80 const uint8* v_buf, in I422ToARGBRow_NEON()
81 uint8* rgb_buf, in I422ToARGBRow_NEON()
111 void I422ToBGRARow_NEON(const uint8* y_buf, in I422ToBGRARow_NEON()
112 const uint8* u_buf, in I422ToBGRARow_NEON()
113 const uint8* v_buf, in I422ToBGRARow_NEON()
114 uint8* rgb_buf, in I422ToBGRARow_NEON()
145 void I422ToABGRRow_NEON(const uint8* y_buf, in I422ToABGRRow_NEON()
146 const uint8* u_buf, in I422ToABGRRow_NEON()
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/
Den-GB_kh0_kpdf_phs.utf2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 71 , uint8 ; !specification for phase sub table
2613 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2615 phase = 71 , uint8 ; !specification for phase sub table
2687 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2689 phase = 0 , uint8 ; !specification for phase sub table
2690 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2692 phase = 0 , uint8 ; !specification for phase sub table
2693 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2695 phase = 0 , uint8 ; !specification for phase sub table
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/
Dit-IT_cm0_kpdf_phs.utf2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 47 , uint8 ; !specification for phase sub table
2589 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2591 phase = 0 , uint8 ; !specification for phase sub table
2592 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2594 phase = 71 , uint8 ; !specification for phase sub table
2666 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2668 phase = 51 , uint8 ; !specification for phase sub table
2720 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2722 phase = 47 , uint8 ; !specification for phase sub table
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/
Des-ES_zl0_kpdf_phs.utf2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 42 , uint8 ; !specification for phase sub table
2584 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2586 phase = 0 , uint8 ; !specification for phase sub table
2587 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2589 phase = 71 , uint8 ; !specification for phase sub table
2661 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2663 phase = 0 , uint8 ; !specification for phase sub table
2664 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2666 phase = 71 , uint8 ; !specification for phase sub table
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/
Dde-DE_gl0_kpdf_phs.utf2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 61 , uint8 ; !specification for phase sub table
2603 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2605 phase = 0 , uint8 ; !specification for phase sub table
2606 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2608 phase = 71 , uint8 ; !specification for phase sub table
2680 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2682 phase = 0 , uint8 ; !specification for phase sub table
2683 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2685 phase = 71 , uint8 ; !specification for phase sub table
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/
Dfr-FR_nk0_kpdf_phs.utf2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 0 , uint8 ; !specification for phase sub table
2542 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2544 phase = 0 , uint8 ; !specification for phase sub table
2545 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2547 phase = 71 , uint8 ; !specification for phase sub table
2619 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2621 phase = 71 , uint8 ; !specification for phase sub table
2693 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2695 phase = 0 , uint8 ; !specification for phase sub table
[all …]

12345678910>>...64