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

1 2 3 4 5 6 7 8 91011>>

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Functions.c 29 const uint16 bbf_bit8TblG[ 256 ] = {
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_huff_cw.h 88 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *);
89 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *);
90 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *);
91 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *);
92 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *);
93 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *);
94 uint16 pvmp3_decode_huff_cw_tab7(tmp3Bits *);
95 uint16 pvmp3_decode_huff_cw_tab8(tmp3Bits *);
96 uint16 pvmp3_decode_huff_cw_tab9(tmp3Bits *);
97 uint16 pvmp3_decode_huff_cw_tab10(tmp3Bits *)
    [all...]
pvmp3_tables.h 97 extern const uint16 huffTable_1[];
98 extern const uint16 huffTable_2[];
99 extern const uint16 huffTable_3[];
100 extern const uint16 huffTable_5[];
101 extern const uint16 huffTable_6[];
102 extern const uint16 huffTable_7[];
103 extern const uint16 huffTable_8[];
104 extern const uint16 huffTable_9[];
105 extern const uint16 huffTable_10[];
106 extern const uint16 huffTable_11[]
    [all...]
s_huffcodetab.h 85 uint16(*pdec_huff_tab)(tmp3Bits *);
pvmp3_decode_huff_cw.cpp 140 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *pMainData)
150 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *pMainData)
153 uint16 cw;
167 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *pMainData)
170 uint16 cw;
193 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *pMainData)
196 uint16 cw;
219 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *pMainData)
222 uint16 cw;
248 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *pMainData
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Functions.h 50 uint16* memPtrA );
54 const uint16* memPtrA );
57 uint32 bbs_memPeek32( const uint16* memPtrA );
59 /** writes a 16 bit word to memory; returns bbs_SIZEOF16( uint16 ) */
61 uint16* memPtrA );
63 /** reads a 16 bit word from memory; returns bbs_SIZEOF16( uint16 ) */
65 const uint16* memPtrA );
70 uint32 sizeA, uint16* memPtrA );
75 uint32 sizeA, const uint16* memPtrA );
77 /** writes a 16 bit word array to memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint16 ) * sizeA *
    [all...]
Functions.c 40 uint16 bbs_swapBytes( uint16 valA )
48 uint16* memPtrA )
53 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 0 ) & 0xFFFF ) );
54 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 16 ) & 0xFFFF ) );
67 const uint16* memPtrA )
86 uint32 bbs_memPeek32( const uint16* memPtrA )
104 uint16* memPtrA )
107 *memPtrA++ = bbs_swapBytes( *( uint16* )ptrA );
109 *memPtrA++ = *( uint16* )ptrA
    [all...]
DynMemManager.c 90 uint16* pL = ( uint16* )ptrA->memPtrE;
94 pL = *( uint16** )pL;
125 uint16* bbs_DynMemManager_alloc( struct bbs_Context* cpA,
130 uint16* pL = NULL;
131 bbs_DEF_fNameL( "uint16* bbs_DynMemManager_alloc( struct bbs_DynMemManager* ptrA, uint32 sizeA )" )
147 uint16** ppL = ( uint16** )ptrA->memPtrE;
148 while( *ppL != NULL ) ppL = ( uint16** )*ppL;
170 uint16* memPtrA
    [all...]
Memory.c 59 uint16* dstL = ( uint16* )dstA;
60 const uint16* srcL = ( uint16* )srcA;
61 uint16 iL;
73 *( uint16* ) ( ( int32 ) dstA + iL ) = *( uint16* ) ( ( int32 ) srcA + iL );
78 uint16* dstL = ( uint16* )dstA;
79 const uint16* srcL = ( uint16* )srcA
    [all...]
DynMemManager.h 65 uint16* memPtrE;
100 uint16* bbs_DynMemManager_alloc( struct bbs_Context* cpA,
108 uint16* memPtrA );
111 uint16* bbs_DynMemManager_nextBlock( struct bbs_Context* cpA,
114 uint16* curBlockPtrA,
APh.h 45 uint16 absE;
77 uint16* memPtrA );
82 const uint16* memPtrA );
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 49 uint16 vlan_type; /* 0x8100 */
50 uint16 vlan_tag; /* priority, cfi and vid */
56 uint16 vlan_type; /* 0x8100 */
57 uint16 vlan_tag; /* priority, cfi and vid */
58 uint16 ether_type;
64 uint16 length; /* frame length incl header */
71 uint16 vlan_type; /* 0x8100 */
72 uint16 vlan_tag; /* priority, cfi and vid */
73 uint16 ether_type; /* ethertype */
bcmeth.h 94 uint16 subtype; /* Vendor specific..32769 */
95 uint16 length;
99 uint16 usr_subtype;
ethernet.h 121 uint16 ether_type;
152 #define eacmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \
153 (((const uint16 *)(a))[1] ^ ((const uint16 *)(b))[1]) | \
154 (((const uint16 *)(a))[2] ^ ((const uint16 *)(b))[2]))
161 ((uint16 *)(d))[0] = ((const uint16 *)(s))[0]; \
162 ((uint16 *)(d))[1] = ((const uint16 *)(s))[1];
    [all...]
802.3.h 33 uint16 length; /* frame length incl header */
40 uint16 type; /* ethertype */
  /external/opencv3/3rdparty/libtiff/
tif_dir.h 51 uint16 tdir_tag; /* see below */
52 uint16 tdir_type; /* data type; see below */
55 uint16 toff_short;
72 uint16 td_bitspersample;
73 uint16 td_sampleformat;
74 uint16 td_compression;
75 uint16 td_photometric;
76 uint16 td_threshholding;
77 uint16 td_fillorder;
78 uint16 td_orientation
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.h 51 uint16 tdir_tag; /* see below */
52 uint16 tdir_type; /* data type; see below */
55 uint16 toff_short;
72 uint16 td_bitspersample;
73 uint16 td_sampleformat;
74 uint16 td_compression;
75 uint16 td_photometric;
76 uint16 td_threshholding;
77 uint16 td_fillorder;
78 uint16 td_orientation
    [all...]
  /external/regex-re2/re2/
unicode_groups.h 27 uint16 lo;
28 uint16 hi;
  /external/neven/Embedded/common/src/b_APIEm/
Functions.h 82 uint32 bpi_memWriteCsa16( uint16* memPtrA, uint32 memSizeA, uint16 chkSumA );
85 uint32 bpi_memReadCsa16( const uint16* memPtrA );
88 void bpi_testCheckSum( struct bbs_Context* cpA, uint16* memPtrA, uint16 chkSumA, const char* fNameA );
  /external/vulkan-validation-layers/libs/glm/gtc/
packing.hpp 61 /// @see uint16 packUnorm2x8(vec2 const & v)
73 /// @see vec2 unpackUnorm2x8(uint16 p)
93 GLM_FUNC_DECL uint16 packUnorm2x8(vec2 const & v);
109 GLM_FUNC_DECL vec2 unpackUnorm2x8(uint16 const & p);
118 /// @see uint16 packSnorm2x8(vec2 const & v)
131 /// @see vec2 unpackSnorm2x8(uint16 p)
151 GLM_FUNC_DECL uint16 packSnorm2x8(vec2 const & v);
167 GLM_FUNC_DECL vec2 unpackSnorm2x8(uint16 const & p);
176 /// @see uint16 packSnorm1x16(float const & v)
180 GLM_FUNC_DECL uint16 packUnorm1x16(float const & v)
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Int16Vec3D.h 72 uint16* memPtrA );
77 const uint16* memPtrA );
85 uint16 bts_Int16Vec3D_norm( const struct bts_Int16Vec3D* ptrA );
  /external/google-breakpad/src/common/dwarf/
types.h 44 typedef unsigned short uint16; typedef
  /external/vulkan-validation-layers/libs/glm/gtx/
raw_data.hpp 60 typedef detail::uint16 word;
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 23 typedef uint16_t uint16; typedef
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 void ScalePlane_16(const uint16* src, int src_stride,
40 uint16* dst, int dst_stride,
66 int I420Scale_16(const uint16* src_y, int src_stride_y,
67 const uint16* src_u, int src_stride_u,
68 const uint16* src_v, int src_stride_v,
70 uint16* dst_y, int dst_stride_y,
71 uint16* dst_u, int dst_stride_u,
72 uint16* dst_v, int dst_stride_v,

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>