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

1 2 3 4 5 6 7 8 91011>>

  /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 */
386 typedef __declspec(align(16)) uint8 uvec8[16];
392 typedef __declspec(align(32)) uint8 ulvec8[32]
    [all...]
convert_argb.h 33 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
34 uint8* dst_argb, int dst_stride_argb,
39 int I420ToARGB(const uint8* src_y, int src_stride_y,
40 const uint8* src_u, int src_stride_u,
41 const uint8* src_v, int src_stride_v,
42 uint8* dst_argb, int dst_stride_argb,
47 int I420ToABGR(const uint8* src_y, int src_stride_y,
48 const uint8* src_u, int src_stride_u,
49 const uint8* src_v, int src_stride_v,
50 uint8* dst_argb, int dst_stride_argb
    [all...]
rotate_row.h 63 void TransposeWxH_C(const uint8* src, int src_stride,
64 uint8* dst, int dst_stride, int width, int height);
66 void TransposeWx8_C(const uint8* src, int src_stride,
67 uint8* dst, int dst_stride, int width);
68 void TransposeWx8_NEON(const uint8* src, int src_stride,
69 uint8* dst, int dst_stride, int width);
70 void TransposeWx8_SSSE3(const uint8* src, int src_stride,
71 uint8* dst, int dst_stride, int width);
72 void TransposeWx8_Fast_SSSE3(const uint8* src, int src_stride,
73 uint8* dst, int dst_stride, int width)
    [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.h 30 int I444ToI420(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...]
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...]
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 void SplitUVPlane(const uint8* src_uv, int src_stride_uv,
45 uint8* dst_u, int dst_stride_u,
46 uint8* dst_v, int dst_stride_v,
51 void MergeUVPlane(const uint8* src_u, int src_stride_u,
52 const uint8* src_v, int src_stride_v,
53 uint8* dst_uv, int dst_stride_uv,
58 int I400ToI400(const uint8* src_y, int src_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...]
scale_row.h 109 const uint8* src_argb, uint8* dst_argb,
145 void ScaleRowDown2_C(const uint8* src_ptr, ptrdiff_t src_stride,
146 uint8* dst, int dst_width);
149 void ScaleRowDown2Linear_C(const uint8* src_ptr, ptrdiff_t src_stride,
150 uint8* dst, int dst_width);
153 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
154 uint8* dst, int dst_width);
155 void ScaleRowDown2Box_Odd_C(const uint8* src_ptr, ptrdiff_t src_stride,
156 uint8* dst, int dst_width)
    [all...]
  /external/libyuv/files/include/libyuv/
convert_from.h 27 int I420ToI422(const uint8* src_y,
29 const uint8* src_u,
31 const uint8* src_v,
33 uint8* dst_y,
35 uint8* dst_u,
37 uint8* dst_v,
43 int I420ToI444(const uint8* src_y,
45 const uint8* src_u,
47 const uint8* src_v,
49 uint8* dst_y
    [all...]
row.h 26 uint8* var##_mem = (uint8*)(malloc((size) + 63)); /* NOLINT */ \
27 uint8* var = (uint8*)(((intptr_t)(var##_mem) + 63) & ~63) /* NOLINT */
467 typedef __declspec(align(16)) uint8 uvec8[16];
473 typedef __declspec(align(32)) uint8 ulvec8[32];
486 typedef uint8 __attribute__((vector_size(16))) uvec8;
492 typedef uint8 __attribute__((vector_size(32))) ulvec8;
500 typedef uint8 uvec8[16];
506 typedef uint8 ulvec8[32]
    [all...]
convert_argb.h 33 int ARGBCopy(const uint8* src_argb,
35 uint8* dst_argb,
42 int I420ToARGB(const uint8* src_y,
44 const uint8* src_u,
46 const uint8* src_v,
48 uint8* dst_argb,
55 int I420ToABGR(const uint8* src_y,
57 const uint8* src_u,
59 const uint8* src_v,
61 uint8* dst_argb
    [all...]
rotate.h 36 int I420Rotate(const uint8* src_y,
38 const uint8* src_u,
40 const uint8* src_v,
42 uint8* dst_y,
44 uint8* dst_u,
46 uint8* dst_v,
54 int NV12ToI420Rotate(const uint8* src_y,
56 const uint8* src_uv,
58 uint8* dst_y,
60 uint8* dst_u
    [all...]
planar_functions.h 27 void CopyPlane(const uint8* src_y,
29 uint8* dst_y,
44 void SetPlane(uint8* dst_y,
52 void SplitUVPlane(const uint8* src_uv,
54 uint8* dst_u,
56 uint8* dst_v,
63 void MergeUVPlane(const uint8* src_u,
65 const uint8* src_v,
67 uint8* dst_uv,
74 int I400ToI400(const uint8* src_y
    [all...]
rotate_row.h 68 void TransposeWxH_C(const uint8* src,
70 uint8* dst,
75 void TransposeWx8_C(const uint8* src,
77 uint8* dst,
80 void TransposeWx16_C(const uint8* src,
82 uint8* dst,
85 void TransposeWx8_NEON(const uint8* src,
87 uint8* dst,
90 void TransposeWx8_SSSE3(const uint8* src,
92 uint8* dst
    [all...]
convert.h 30 int I444ToI420(const uint8* src_y,
32 const uint8* src_u,
34 const uint8* src_v,
36 uint8* dst_y,
38 uint8* dst_u,
40 uint8* dst_v,
47 int I422ToI420(const uint8* src_y,
49 const uint8* src_u,
51 const uint8* src_v,
53 uint8* dst_y
    [all...]
convert_from_argb.h 24 int ARGBCopy(const uint8* src_argb,
26 uint8* dst_argb,
33 int ARGBToBGRA(const uint8* src_argb,
35 uint8* dst_bgra,
42 int ARGBToABGR(const uint8* src_argb,
44 uint8* dst_abgr,
51 int ARGBToRGBA(const uint8* src_argb,
53 uint8* dst_rgba,
60 int ARGBToRGB24(const uint8* src_argb,
62 uint8* dst_rgb24
    [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, const uint8* src_b, int count);
35 uint64 ComputeSumSquareErrorPlane(const uint8* src_a,
37 const uint8* src_b,
48 double CalcFramePsnr(const uint8* src_a,
50 const uint8* src_b,
56 double I420Psnr(const uint8* src_y_a,
58 const uint8* src_u_a
    [all...]
scale_row.h 122 const uint8* src_argb,
123 uint8* dst_argb,
175 void ScaleRowDown2_C(const uint8* src_ptr,
177 uint8* dst,
183 void ScaleRowDown2Linear_C(const uint8* src_ptr,
185 uint8* dst,
191 void ScaleRowDown2Box_C(const uint8* src_ptr,
193 uint8* dst,
195 void ScaleRowDown2Box_Odd_C(const uint8* src_ptr,
197 uint8* dst
    [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...]
  /external/libyuv/files/util/
ssim.h 23 typedef unsigned char uint8; typedef
27 double CalcSSIM(const uint8* org,
28 const uint8* rec,

Completed in 389 milliseconds

1 2 3 4 5 6 7 8 91011>>