HomeSort by relevance Sort by last modified time
    Searched refs:uint8 (Results 1 - 25 of 596) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
row.h 25 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/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 27 uint8* var##_mem = reinterpret_cast<uint8*>(malloc((size) + 63)); \
28 uint8* var = reinterpret_cast<uint8*> \
32 uint8* var##_mem = (uint8*)(malloc((size) + 63)); /* NOLINT */ \
33 uint8* var = (uint8*)(((intptr_t)(var##_mem) + 63) & ~63) /* NOLINT */
376 typedef __declspec(align(16)) uint8 uvec8[16];
382 typedef __declspec(align(32)) uint8 ulvec8[32]
    [all...]
rotate.h 36 int I420Rotate(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,
40 uint8* dst_u, int dst_stride_u,
41 uint8* dst_v, int dst_stride_v,
46 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
47 const uint8* src_uv, int src_stride_uv,
48 uint8* dst_y, int dst_stride_y,
49 uint8* dst_u, int dst_stride_u
    [all...]
convert_from_argb.h 24 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
25 uint8* dst_argb, int dst_stride_argb,
30 int ARGBToBGRA(const uint8* src_argb, int src_stride_argb,
31 uint8* dst_bgra, int dst_stride_bgra,
36 int ARGBToABGR(const uint8* src_argb, int src_stride_argb,
37 uint8* dst_abgr, int dst_stride_abgr,
42 int ARGBToRGBA(const uint8* src_argb, int src_stride_argb,
43 uint8* dst_rgba, int dst_stride_rgba,
48 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb,
49 uint8* dst_rgb24, int dst_stride_rgb24
    [all...]
scale_row.h 90 const uint8* src_argb, uint8* dst_argb,
126 void ScaleRowDown2_C(const uint8* src_ptr, ptrdiff_t src_stride,
127 uint8* dst, int dst_width);
130 void ScaleRowDown2Linear_C(const uint8* src_ptr, ptrdiff_t src_stride,
131 uint8* dst, int dst_width);
134 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
135 uint8* dst, int dst_width);
138 void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
139 uint8* dst, int dst_width)
    [all...]
convert_argb.h 35 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
36 uint8* dst_argb, int dst_stride_argb,
41 int I420ToARGB(const uint8* src_y, int src_stride_y,
42 const uint8* src_u, int src_stride_u,
43 const uint8* src_v, int src_stride_v,
44 uint8* dst_argb, int dst_stride_argb,
49 int I422ToARGB(const uint8* src_y, int src_stride_y,
50 const uint8* src_u, int src_stride_u,
51 const uint8* src_v, int src_stride_v,
52 uint8* dst_argb, int dst_stride_argb
    [all...]
convert.h 27 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...]
compare.h 23 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed);
28 uint32 ARGBDetect(const uint8* argb, int stride_argb, int width, int height);
32 uint64 ComputeSumSquareError(const uint8* src_a,
33 const uint8* src_b, int count);
36 uint64 ComputeSumSquareErrorPlane(const uint8* src_a, int stride_a,
37 const uint8* src_b, int stride_b,
46 double CalcFramePsnr(const uint8* src_a, int stride_a,
47 const uint8* src_b, int stride_b,
51 double I420Psnr(const uint8* src_y_a, int stride_y_a,
52 const uint8* src_u_a, int stride_u_a
    [all...]
convert_from.h 27 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...]
planar_functions.h 27 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,
53 int I422Copy(const uint8* src_y, int src_stride_y,
54 const uint8* src_u, int src_stride_u,
55 const uint8* src_v, int src_stride_v,
56 uint8* dst_y, int dst_stride_y,
57 uint8* dst_u, int dst_stride_u
    [all...]
rotate_row.h 92 void TransposeWxH_C(const uint8* src, int src_stride,
93 uint8* dst, int dst_stride, int width, int height);
95 void TransposeWx8_C(const uint8* src, int src_stride,
96 uint8* dst, int dst_stride, int width);
97 void TransposeWx8_NEON(const uint8* src, int src_stride,
98 uint8* dst, int dst_stride, int width);
99 void TransposeWx8_SSSE3(const uint8* src, int src_stride,
100 uint8* dst, int dst_stride, int width);
101 void TransposeWx8_Fast_SSSE3(const uint8* src, int src_stride,
102 uint8* dst, int dst_stride, int width)
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 150 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...]
convert_from.h 27 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...]
convert.h 30 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...]
rotate.h 36 int I420Rotate(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,
40 uint8* dst_u, int dst_stride_u,
41 uint8* dst_v, int dst_stride_v,
46 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
47 const uint8* src_uv, int src_stride_uv,
48 uint8* dst_y, int dst_stride_y,
49 uint8* dst_u, int dst_stride_u
    [all...]
convert_argb.h 36 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
37 uint8* dst_argb, int dst_stride_argb,
42 int I420ToARGB(const uint8* src_y, int src_stride_y,
43 const uint8* src_u, int src_stride_u,
44 const uint8* src_v, int src_stride_v,
45 uint8* dst_argb, int dst_stride_argb,
50 int I422ToARGB(const uint8* src_y, int src_stride_y,
51 const uint8* src_u, int src_stride_u,
52 const uint8* src_v, int src_stride_v,
53 uint8* dst_argb, int dst_stride_argb
    [all...]
compare.h 23 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed);
27 uint64 ComputeSumSquareError(const uint8* src_a,
28 const uint8* src_b, int count);
31 uint64 ComputeSumSquareErrorPlane(const uint8* src_a, int stride_a,
32 const uint8* src_b, int stride_b,
41 double CalcFramePsnr(const uint8* src_a, int stride_a,
42 const uint8* src_b, int stride_b,
46 double I420Psnr(const uint8* src_y_a, int stride_y_a,
47 const uint8* src_u_a, int stride_u_a,
48 const uint8* src_v_a, int stride_v_a
    [all...]
planar_functions.h 26 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...]
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 36 #ifndef uint8
37 typedef unsigned char uint8; typedef
57 uint8 profile_and_level_indication;
62 uint8 video_format;
65 uint8 video_range;
68 uint8 matrix_coefficients;
70 uint8 short_video_header;
73 uint8 aspect_ratio_info;
74 uint8 par_width;
75 uint8 par_height
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.3.h 31 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */
32 uint8 ether_shost[ETHER_ADDR_LEN]; /* src mac */
34 uint8 dsap; /* always 0xAA */
35 uint8 ssap; /* always 0xAA */
36 uint8 ctl; /* always 0x03 */
37 uint8 oui[DOT3_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
p2p.h 42 uint8 id; /* IE ID: 0xDD */
43 uint8 len; /* IE length */
44 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */
45 uint8 oui_type; /* Identifies P2P version: P2P_VER */
46 uint8 subelts[1]; /* variable length subelements */
87 uint8 eltId; /* SE ID: P2P_SEID_P2P_INFO */
88 uint8 len[2]; /* SE length not including eltId, len fields */
89 uint8 dev; /* Device Capability Bitmap */
90 uint8 group; /* Group Capability Bitmap */
114 uint8 eltId; /* SE ID: P2P_SEID_INTENT *
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 23 #ifndef uint8
24 typedef unsigned char uint8; typedef
44 uint8 profile_and_level_indication;
49 uint8* buffer_addr;
57 uint8 vop_coded;
81 uint8 pic_parameter_set_id;
82 uint8 seq_parameter_set_id;
84 uint8 profile_idc;
85 uint8 level_idc;
86 uint8 constraint_set1_flag
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 int I420Scale(const uint8* src_y, int src_stride_y,
39 const uint8* src_u, int src_stride_u,
40 const uint8* src_v, int src_stride_v,
42 uint8* dst_y, int dst_stride_y,
43 uint8* dst_u, int dst_stride_u,
44 uint8* dst_v, int dst_stride_v,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
52 uint8* dst_y, uint8* dst_u, uint8* dst_v
    [all...]
  /external/libyuv/files/source/
row_neon.cc 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
    [all...]
  /external/skia/experimental/mojo/
SkMojo.mojom 10 struct FlattenedPicture { array<uint8> data; };

Completed in 738 milliseconds

1 2 3 4 5 6 7 8 91011>>