HomeSort by relevance Sort by last modified time
    Searched refs:uint16 (Results 51 - 75 of 404) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 97 const uint16* src_argb, uint16* dst_argb,
128 void ScaleRowDown2_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
129 uint16* dst, int dst_width);
132 void ScaleRowDown2Linear_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
133 uint16* dst, int dst_width);
136 void ScaleRowDown2Box_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
137 uint16* dst, int dst_width);
140 void ScaleRowDown4_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
141 uint16* dst, int dst_width)
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
UInt16Arr.c 84 bbs_memcpy16( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF16( uint16 ) );
94 const uint16* ptr1L = ptrA->arrPtrE;
95 const uint16* ptr2L = srcPtrA->arrPtrE;
120 const uint16* ptrL = ptrA->arrPtrE + startIndexA;
134 return sizeA * bbs_SIZEOF16( uint16 ) + bbs_MEM_BLOCK_OVERHD;
176 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( uint16 ) );
198 ptrA->sizeE * bbs_SIZEOF16( uint16 );
205 uint16* memPtrA )
218 const uint16* memPtrA,
230 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbs_UInt16Arr_memRead( const struct bbs_UInt16Arr*, const uint16* ):\n
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
bit.hpp 129 GLM_FUNC_DECL uint16 bitfieldInterleave(uint8 x, uint8 y);
143 GLM_FUNC_DECL uint32 bitfieldInterleave(uint16 x, uint16 y);
185 GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z);
227 GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 w)
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_dir.c 62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n)
63 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); }
95 uint16* va;
98 *v = (uint16) va_arg(ap, uint16_vap);
99 if ((uint16) *v > td->td_samplesperpixel)
101 va = va_arg(ap, uint16*);
118 td->td_extrasamples = (uint16) *v;
133 uint16 i = td->td_samplesperpixel;
188 td->td_bitspersample = (uint16) va_arg(ap, uint16_vap)
    [all...]
tif_dirwrite.c 44 static int TIFFWriteDirectoryTagSampleformatArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, double* value);
46 static int TIFFWriteDirectoryTagSampleformatPerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, double value);
49 static int TIFFWriteDirectoryTagAscii(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, char* value);
50 static int TIFFWriteDirectoryTagUndefinedArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
52 static int TIFFWriteDirectoryTagByte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value);
54 static int TIFFWriteDirectoryTagByteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
56 static int TIFFWriteDirectoryTagBytePerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value);
59 static int TIFFWriteDirectoryTagSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value);
61 static int TIFFWriteDirectoryTagSbyteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int8* value);
63 static int TIFFWriteDirectoryTagSbytePerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value)
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.c 62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n)
63 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); }
95 uint16* va;
98 *v = (uint16) va_arg(ap, uint16_vap);
99 if ((uint16) *v > td->td_samplesperpixel)
101 va = va_arg(ap, uint16*);
118 td->td_extrasamples = (uint16) *v;
133 uint16 i = td->td_samplesperpixel;
190 td->td_bitspersample = (uint16) va_arg(ap, uint16_vap)
    [all...]
tif_dirwrite.c 44 static int TIFFWriteDirectoryTagSampleformatArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, double* value);
46 static int TIFFWriteDirectoryTagSampleformatPerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, double value);
49 static int TIFFWriteDirectoryTagAscii(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, char* value);
50 static int TIFFWriteDirectoryTagUndefinedArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
52 static int TIFFWriteDirectoryTagByte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value);
54 static int TIFFWriteDirectoryTagByteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
56 static int TIFFWriteDirectoryTagBytePerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value);
59 static int TIFFWriteDirectoryTagSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value);
61 static int TIFFWriteDirectoryTagSbyteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int8* value);
63 static int TIFFWriteDirectoryTagSbytePerSample(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 108 typedef unsigned __int16 uint16; typedef in namespace:google::protobuf
118 typedef unsigned short uint16; typedef in namespace:google::protobuf
233 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
237 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
242 inline uint16 GOOGLE_UNALIGNED_LOAD16(const void *p) {
243 uint16 t;
260 inline void GOOGLE_UNALIGNED_STORE16(void *p, uint16 v) {
293 static inline uint16 bswap_16(uint16 x) {
294 return static_cast<uint16>(((x & 0xFF) << 8) | ((x & 0xFF00) >> 8))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 30 uint16 opcode;
136 uint16 bredr;
212 uint16 opcode;
217 uint16 opcode;
222 uint16 handle;
233 uint16 len;
245 uint16 PAL_cap;
246 uint16 AMP_ASSOC_len;
253 uint16 llh;
260 uint16 llh
    [all...]
p2p.h 253 uint16 cat_id; /* Category ID */
256 uint16 sub_cat_id; /* Sub Category ID */
265 uint16 wps_cfg_meths; /* Config Methods: reg_prototlv.h WPS_CONFMET_* */
486 uint16 svc_updi; /* Service Update Indicator */
495 uint16 len; /* Length: 5 plus size of Query Data */
504 uint16 info_id; /* Info ID: 0xDDDD */
505 uint16 len; /* Length of service request TLV, 5 plus the size of request data */
515 uint16 qreq_len; /* Query Request Length */
522 uint16 len; /* Length: 5 plus size of Query Data */
532 uint16 info_id; /* Info ID: 0xDDDD *
    [all...]
bcmevent.h 56 uint16 version;
57 uint16 flags; /* see flags below */
70 uint16 version;
71 uint16 flags; /* see flags below */
317 uint16 version;
318 uint16 channel; /* Matches chanspec_t format from bcmwifi_channels.h */
390 uint16 channel; /* channel of GAS protocol */
393 uint16 status_code; /* status code on GAS completion */
394 uint16 data_len; /* length of data to follow */
400 uint16 length; /* length of response_data *
    [all...]
  /external/dng_sdk/source/
dng_image_writer.h 49 uint16 fResolutionUnit;
64 uint16 fCode;
66 uint16 fType;
72 tiff_tag (uint16 code,
73 uint16 type,
89 uint16 Code () const
94 uint16 Type () const
137 tag_data_ptr (uint16 code,
138 uint16 type,
177 tag_string (uint16 code
    [all...]
dng_memory.h 141 /// Return pointer to allocated memory as a uint16 *.
142 /// \retval uint16 * valid for as many bytes as were allocated.
144 uint16 * Buffer_uint16 ()
146 return (uint16 *) Buffer ();
149 /// Return pointer to allocated memory as a const uint16 *.
150 /// \retval const uint16 * valid for as many bytes as were allocated.
152 const uint16 * Buffer_uint16 () const
154 return (const uint16 *) Buffer ();
403 /// Return pointer to allocated memory as a uint16 *.
404 /// \retval uint16 * valid for as many bytes as were allocated
    [all...]
dng_types.h 47 typedef uint16_t uint16; typedef
63 typedef unsigned short uint16; typedef
  /external/neven/Embedded/common/src/b_BitFeatureEm/
I04Dns2x2Ftr.h 98 const struct bbf_I04Dns2x2Ftr* ptrA, uint16* memPtrA );
103 const uint16* memPtrA,
I04Dns2x4Ftr.h 98 const struct bbf_I04Dns2x4Ftr* ptrA, uint16* memPtrA );
103 const uint16* memPtrA,
I04Tld2x4Ftr.h 98 const struct bbf_I04Tld2x4Ftr* ptrA, uint16* memPtrA );
103 const uint16* memPtrA,
L01Dns2x4Ftr.h 94 const struct bbf_L01Dns2x4Ftr* ptrA, uint16* memPtrA );
99 const uint16* memPtrA,
L01Tld1x1Ftr.h 94 const struct bbf_L01Tld1x1Ftr* ptrA, uint16* memPtrA );
99 const uint16* memPtrA,
L01Tld2x4Ftr.h 94 const struct bbf_L01Tld2x4Ftr* ptrA, uint16* memPtrA );
99 const uint16* memPtrA,
L04Dns2x2Ftr.h 97 const struct bbf_L04Dns2x2Ftr* ptrA, uint16* memPtrA );
102 const uint16* memPtrA,
L04Dns2x4Ftr.h 94 const struct bbf_L04Dns2x4Ftr* ptrA, uint16* memPtrA );
99 const uint16* memPtrA,
L04Dns3x3Ftr.h 94 const struct bbf_L04Dns3x3Ftr* ptrA, uint16* memPtrA );
99 const uint16* memPtrA,
L04Tld2x4Ftr.h 95 const struct bbf_L04Tld2x4Ftr* ptrA, uint16* memPtrA );
100 const uint16* memPtrA,
L06Dns3x3Ftr.h 94 const struct bbf_L06Dns3x3Ftr* ptrA, uint16* memPtrA );
99 const uint16* memPtrA,

Completed in 368 milliseconds

1 23 4 5 6 7 8 91011>>