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

12 3 4 5 6 7 8 91011>>

  /external/libyuv/files/source/
scale_neon.cc 29 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
30 uint8* dst, int dst_width) {
46 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
47 uint8* dst, int dst_width) {
72 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
73 uint8* dst_ptr, int dst_width) {
90 void ScaleRowDown4Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
91 uint8* dst_ptr, int dst_width) {
122 void ScaleRowDown34_NEON(const uint8* src_ptr,
124 uint8* dst_ptr, int dst_width)
    [all...]
compare_neon.cc 20 uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) {
row_posix.cc 121 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {
151 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) {
175 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) {
198 void RGBAToARGBRow_SSSE3(const uint8* src_rgba, uint8* dst_argb, int pix) {
222 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix)
    [all...]
  /external/libyuv/files/include/libyuv/
scale.h 30 void ScalePlane(const uint8* src, int src_stride,
32 uint8* dst, int dst_stride,
47 int I420Scale(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,
51 uint8* dst_y, int dst_stride_y,
52 uint8* dst_u, int dst_stride_u,
53 uint8* dst_v, int dst_stride_v,
59 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v
    [all...]
format_conversion.h 23 int BayerBGGRToI420(const uint8* src_bayer, int src_stride_bayer,
24 uint8* dst_y, int dst_stride_y,
25 uint8* dst_u, int dst_stride_u,
26 uint8* dst_v, int dst_stride_v,
30 int BayerGBRGToI420(const uint8* src_bayer, int src_stride_bayer,
31 uint8* dst_y, int dst_stride_y,
32 uint8* dst_u, int dst_stride_u,
33 uint8* dst_v, int dst_stride_v,
37 int BayerGRBGToI420(const uint8* src_bayer, int src_stride_bayer,
38 uint8* dst_y, int dst_stride_y
    [all...]
rotate_argb.h 24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
25 uint8* dst_argb, int dst_stride_argb,
scale_argb.h 23 int ARGBScale(const uint8* src_argb, int src_stride_argb,
25 uint8* dst_argb, int dst_stride_argb,
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_gcc.cc 24 void TransposeWx8_SSSE3(const uint8* src, int src_stride,
25 uint8* dst, int dst_stride, int width) {
110 void TransposeUVWx8_SSE2(const uint8* src, int src_stride,
111 uint8* dst_a, int dst_stride_a,
112 uint8* dst_b, int dst_stride_b, int width);
239 void TransposeWx8_Fast_SSSE3(const uint8* src, int src_stride,
240 uint8* dst, int dst_stride, int width) {
377 void TransposeUVWx8_SSE2(const uint8* src, int src_stride,
378 uint8* dst_a, int dst_stride_a,
379 uint8* dst_b, int dst_stride_b, int width)
    [all...]
row_neon64.cc 171 void I444ToARGBRow_NEON(const uint8* src_y,
172 const uint8* src_u,
173 const uint8* src_v,
174 uint8* dst_argb,
200 void I422ToARGBRow_NEON(const uint8* src_y,
201 const uint8* src_u,
202 const uint8* src_v,
203 uint8* dst_argb,
229 void I411ToARGBRow_NEON(const uint8* src_y,
230 const uint8* src_u
    [all...]
row_neon.cc 170 void I444ToARGBRow_NEON(const uint8* src_y,
171 const uint8* src_u,
172 const uint8* src_v,
173 uint8* dst_argb,
200 void I422ToARGBRow_NEON(const uint8* src_y,
201 const uint8* src_u,
202 const uint8* src_v,
203 uint8* dst_argb,
230 void I411ToARGBRow_NEON(const uint8* src_y,
231 const uint8* src_u
    [all...]
row_mips.cc 23 void CopyRow_MIPS(const uint8* src, uint8* dst, int count) {
383 void SplitUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
450 void MirrorRow_MIPS_DSPR2(const uint8* src, uint8* dst, int width) {
501 void MirrorUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v
    [all...]
scale_neon.cc 26 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
27 uint8* dst, int dst_width) {
47 void ScaleRowDown2Linear_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
48 uint8* dst, int dst_width) {
71 void ScaleRowDown2Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
72 uint8* dst, int dst_width) {
101 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
102 uint8* dst_ptr, int dst_width) {
120 void ScaleRowDown4Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
121 uint8* dst_ptr, int dst_width)
    [all...]
scale_neon64.cc 24 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
25 uint8* dst, int dst_width) {
44 void ScaleRowDown2Linear_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
45 uint8* dst, int dst_width) {
67 void ScaleRowDown2Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
68 uint8* dst, int dst_width) {
96 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
97 uint8* dst_ptr, int dst_width) {
114 void ScaleRowDown4Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
115 uint8* dst_ptr, int dst_width)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 95 void BlockIDCT(uint8 *dst, uint8 *pred, int16 *blk, int width, int nzcoefs,
96 uint8 *bitmapcol, uint8 bitmaprow);
134 uint8 *cu_prev, /* i */
135 uint8 *cv_prev, /* i */
136 uint8 *pred_block, /* i */
147 uint8 *c_prev, /* i */
148 uint8 *pred_block, /* i */
161 uint8 *c_prev, /* i *
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 31 uint8 plen;
32 uint8 parms[1];
40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F))
80 uint8 plh;
81 uint8 offset[2]; /* length so far */
82 uint8 max_remote[2];
86 uint8 plh;
87 uint8 offset[2];
88 uint8 len[2];
89 uint8 frag[1]
    [all...]
wpa.h 53 uint8 tag; /* TAG */
54 uint8 length; /* TAG length */
55 uint8 oui[3]; /* IE OUI */
56 uint8 oui_type; /* OUI type */
58 uint8 low;
59 uint8 high;
67 uint8 tag; /* TAG */
68 uint8 length; /* TAG length */
70 uint8 low;
71 uint8 high
    [all...]
802.11.h 92 uint8 dsap; /* always 0xAA */
93 uint8 ssap; /* always 0xAA */
94 uint8 ctl; /* always 0x03 */
95 uint8 oui[DOT11_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
164 uint8 category;
165 uint8 OUI[3];
166 uint8 type;
167 uint8 subtype;
168 uint8 data[1040];
174 uint8 category
    [all...]
bcmip.h 40 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
65 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK))
69 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \
70 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0)
72 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \
73 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff
    [all...]
ethernet.h 106 ((uint8 *)ea)[0] = 0x01; \
107 ((uint8 *)ea)[1] = 0x00; \
108 ((uint8 *)ea)[2] = 0x5e; \
109 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
110 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
111 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
119 uint8 ether_dhost[ETHER_ADDR_LEN];
120 uint8 ether_shost[ETHER_ADDR_LEN];
128 uint8 octet[ETHER_ADDR_LEN];
136 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2)
    [all...]
vlan.h 54 uint8 ether_dhost[ETHER_ADDR_LEN];
55 uint8 ether_shost[ETHER_ADDR_LEN];
62 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */
63 uint8 ether_shost[ETHER_ADDR_LEN]; /* src mac */
65 uint8 dsap; /* always 0xAA */
66 uint8 ssap; /* always 0xAA */
67 uint8 ctl; /* always 0x03 */
68 uint8 oui[3]; /* RFC1042: 0x00 0x00 0x00
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 48 int dct_luma(AVCEncObject *encvid, int blkidx, uint8 *cur, uint8 *org, int *coef_cost);
58 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch);
68 void dct_luma_16x16(AVCEncObject *encvid, uint8 *curL, uint8 *orgL);
79 void dct_chroma(AVCEncObject *encvid, uint8 *curC, uint8 *orgC, int cr);
235 AVCEnc_Status BitstreamEncInit(AVCEncBitstream *bitstream, uint8 *buffer, int buf_size,
236 uint8 *overrunBuffer, int oBSize);
301 //bool IntraDecisionABE(AVCEncObject *encvid, int min_cost, uint8 *curL, int picPitch)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate_argb.h 24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
25 uint8* dst_argb, int dst_stride_argb,
scale_argb.h 23 int ARGBScale(const uint8* src_argb, int src_stride_argb,
25 uint8* dst_argb, int dst_stride_argb,
31 int ARGBScaleClip(const uint8* src_argb, int src_stride_argb,
33 uint8* dst_argb, int dst_stride_argb,
41 int YUVToARGBScaleClip(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,
46 uint8* dst_argb, int dst_stride_argb,
scale.h 31 void ScalePlane(const uint8* src, int src_stride,
33 uint8* dst, int dst_stride,
55 int I420Scale(const uint8* src_y, int src_stride_y,
56 const uint8* src_u, int src_stride_u,
57 const uint8* src_v, int src_stride_v,
59 uint8* dst_y, int dst_stride_y,
60 uint8* dst_u, int dst_stride_u,
61 uint8* dst_v, int dst_stride_v,
79 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v
    [all...]
  /external/dng_sdk/source/
dng_jpeg_memory_source.h 15 jpeg_source_mgr CreateJpegMemorySource(const uint8 *buffer, size_t size);

Completed in 368 milliseconds

12 3 4 5 6 7 8 91011>>