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

12 3 4 5 6 7 8 91011>>

  /external/neven/Embedded/common/src/b_TensorEm/
Uint32Rect.h 75 uint16* memPtrA );
80 const uint16* memPtrA );
Int16Vec2D.h 76 uint16* memPtrA );
81 const uint16* memPtrA );
93 uint16 bts_Int16Vec2D_norm( const struct bts_Int16Vec2D* ptrA );
Int16Rect.h 84 uint16* memPtrA );
89 const uint16* memPtrA );
VectorMap.h 107 const struct bts_VectorMap* ptrA, uint16* memPtrA );
111 struct bts_VectorMap* ptrA, const uint16* memPtrA );
130 const struct bts_VectorMap* ptrA, uint16* memPtrA );
135 const uint16* memPtrA,
  /external/opencv3/3rdparty/libtiff/
tif_aux.c 94 uint16 **tf = td->td_transferfunction;
102 nbytes = n * sizeof (uint16);
103 if (!(tf[0] = (uint16 *)_TIFFmalloc(nbytes)))
108 tf[0][i] = (uint16)floor(65535.*pow(t, 2.2) + .5);
112 if (!(tf[1] = (uint16 *)_TIFFmalloc(nbytes)))
115 if (!(tf[2] = (uint16 *)_TIFFmalloc(nbytes)))
181 *va_arg(ap, uint16 *) = td->td_bitspersample;
184 *va_arg(ap, uint16 *) = td->td_threshholding;
187 *va_arg(ap, uint16 *) = td->td_fillorder;
190 *va_arg(ap, uint16 *) = td->td_orientation
    [all...]
  /external/pdfium/third_party/libtiff/
tif_aux.c 94 uint16 **tf = td->td_transferfunction;
102 nbytes = n * sizeof (uint16);
103 if (!(tf[0] = (uint16 *)_TIFFmalloc(nbytes)))
108 tf[0][i] = (uint16)floor(65535.*pow(t, 2.2) + .5);
112 if (!(tf[1] = (uint16 *)_TIFFmalloc(nbytes)))
115 if (!(tf[2] = (uint16 *)_TIFFmalloc(nbytes)))
181 *va_arg(ap, uint16 *) = td->td_bitspersample;
184 *va_arg(ap, uint16 *) = td->td_threshholding;
187 *va_arg(ap, uint16 *) = td->td_fillorder;
190 *va_arg(ap, uint16 *) = td->td_orientation
    [all...]
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AK8975.h 33 (AKFLOAT)((int16)((((uint16)(hi))<<8)+(uint16)(low))*(((asa)/256.0f) + 0.5f))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 31 ((uint16)((((uint16)(val) & (uint16)0x00ffU) << 8) | \
32 (((uint16)(val) & (uint16)0xff00U) >> 8)))
85 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
91 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
102 uint16 _val = (val); \
117 uint16 *_buf = (uint16 *)(buf);
    [all...]
bcm_mpool_pub.h 58 #include <typedefs.h> /* needed for uint16 */
106 uint16 nobj; /* Total number of objects in this pool */
107 uint16 num_alloc; /* Number of objects currently allocated */
108 uint16 high_water; /* Max number of allocated objects. */
109 uint16 failed_alloc; /* Failed allocations. */
  /external/neven/Embedded/common/src/b_BasicEm/
Complex.h 76 uint16* memPtrA );
81 const uint16* memPtrA );
92 uint16 bbs_Complex_abs( struct bbs_Complex complA );
Memory.h 57 void* bbs_memset16( void* dstA, uint16 valA, uint32 sizeA );
UInt16Arr.h 44 /** pointer to array of uint16 */
45 uint16* arrPtrE;
113 const struct bbs_UInt16Arr* ptrA, uint16* memPtrA );
118 const uint16* memPtrA,
126 uint16 valA );
  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq16.c 38 void bim_createHisto16( uint16* histoPtrA,
42 uint16* dstPtrL;
43 const uint16* srcPtrL;
66 void bim_createHistoOfSection16( uint16* histoPtrA,
71 const uint16* srcPtrL;
72 uint16* dstPtrL;
121 const uint16* histoPtrA )
126 const uint16* histoArrPtrL;
127 uint16* dstPtrL;
128 uint16 mappingL[ 256 ]
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
BitParam.h 86 const struct bbf_BitParam* ptrA, uint16* memPtrA );
91 const uint16* memPtrA );
Feature.h 115 const struct bbf_Feature* ptrA, uint16* memPtrA );
119 struct bbf_Feature* ptrA, const uint16* memPtrA );
138 const struct bbf_Feature* ptrA, uint16* memPtrA );
143 const uint16* memPtrA,
Functions.h 38 extern const uint16 bbf_bit8TblG[ 256 ];
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.h 57 uint16* flag,
62 const uint16 flag,
  /external/dng_sdk/source/
dng_ref_counted_block.h 157 /// Return pointer to allocated memory as a uint16 *.
158 /// \retval uint16 * valid for as many bytes as were allocated.
160 uint16 * Buffer_uint16 ()
162 return (uint16 *) Buffer ();
165 /// Return pointer to allocated memory as a const uint16 *.
166 /// \retval const uint16 * valid for as many bytes as were allocated.
168 const uint16 * Buffer_uint16 () const
170 return (const uint16 *) Buffer ();
dng_reference.h 34 void RefSwapBytes16 (uint16 *dPtr,
51 void RefSetArea16 (uint16 *dPtr,
52 uint16 value,
83 void RefCopyArea16 (const uint16 *sPtr,
84 uint16 *dPtr,
108 uint16 *dPtr,
143 void RefCopyArea16_S16 (const uint16 *sPtr,
155 void RefCopyArea16_32 (const uint16 *sPtr,
180 void RefCopyArea16_R32 (const uint16 *sPtr,
220 uint16 *dPtr
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 39 typedef uint16_t uint16; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 69 typedef uint16_t uint16; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_getbits.h 90 uint16 getUpTo9bits(tmp3Bits *pMainData,
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef

Completed in 783 milliseconds

12 3 4 5 6 7 8 91011>>