HomeSort by relevance Sort by last modified time
    Searched full:ushort (Results 126 - 150 of 557) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/include/GL/
wglext.h 675 extern BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
676 extern BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
680 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
681 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 136 /* pick up ushort & uint from standard types.h */
172 /* define uchar, ushort, uint, ulong */
179 typedef unsigned short ushort; typedef
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 675 extern BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
676 extern BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
680 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
681 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue)
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 1038 emit_RI(UChar *p, UInt op, UChar r1, UShort i2)
    [all...]
host_generic_simd128.c 71 static inline UShort max16U ( UShort xx, UShort yy )
76 static inline UShort min16U ( UShort xx, UShort yy )
113 static inline UShort qnarrow32Sto16U ( UInt xx0 )
118 return (UShort)xx;
121 static inline UShort narrow32to16 ( UInt xx )
123 return (UShort)xx
    [all...]
  /external/aac/libSBRenc/src/
env_bit.cpp 110 static void crcAdvance(USHORT crcPoly,
111 USHORT crcMask,
112 USHORT *crc,
118 USHORT flag;
185 USHORT crcReg = SBR_CRCINIT;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_backend.c 60 ushort vertex_size,
61 ushort nr_vertices )
145 ushort min_index,
146 ushort max_index )
257 const ushort *indices,
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_backend.c 60 ushort vertex_size,
61 ushort nr_vertices )
145 ushort min_index,
146 ushort max_index )
257 const ushort *indices,
  /external/opencv/cxcore/src/
_cxcore.h 74 extern const ushort icv8x16uSqrTab[];
305 CvStatus CV_STDCALL icvLUT_Transform8u_16u_C1R( const uchar* src, int srcstep, ushort* dst,
306 int dststep, CvSize size, const ushort* lut );
334 return icvLUT_Transform8u_16u_C1R( src, srcstep, (ushort*)dst,
335 dststep, size, (const ushort*)lut );
  /external/aac/libAACdec/src/
aacdec_hcr_types.h 280 USHORT bitstreamIndex;
291 const USHORT *pLargestAbsVal;
305 USHORT pLeftStartOfSegment[1024>>1];
306 USHORT pRightStartOfSegment[1024>>1];
310 USHORT pNumBitValidInLastWord;
317 USHORT pNumCodewordInSection[MAX_SFB_HCR];
318 USHORT pNumSortedCodewordInSection[MAX_SFB_HCR];
319 USHORT pNumExtendedSortedCodewordInSection[MAX_SFB_HCR+MAX_HCR_SETS];
321 USHORT pNumExtendedSortedSectionsInSets[MAX_HCR_SETS];
323 USHORT pReorderOffset[MAX_SFB_HCR]
    [all...]
aacdec_hcr.cpp 123 USHORT *pNumExtendedSortedCodewordInSection,
125 USHORT *pNumExtendedSortedSectionsInSets,
130 USHORT *pLeftStartOfSegment,
140 USHORT *pLeftStartOfSegment,
148 USHORT *pLeftStartOfSegment,
569 USHORT numSpectralValuesInSection;
571 USHORT lavErrorCnt = 0;
577 const USHORT *pLargestAbsVal = pHcr->tableInfo.pLargestAbsVal;
579 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection;
580 USHORT *pReorderOffset = pHcr->sectionInfo.pReorderOffset
    [all...]
aac_rom.h 133 const USHORT (*CodeBook)[HuffmanEntries];
159 extern const USHORT aLargestAbsoluteValue[];
175 extern const USHORT randomSign[AAC_NF_NO_RANDOM_VAL/16];
aacdec_drc_types.h 116 USHORT bandTop[MAX_DRC_BANDS];
155 USHORT numPayloads; /* The number of DRC data payload elements found within frame */
156 USHORT numThreads; /* The number of DRC data threads extracted from the found payload elements */
  /external/opencv/cv/src/
cvimgwarp.cpp 162 *(ushort*)(dst + x*2) = *(ushort*)(tsrc + x_ofs[x]);
178 const ushort* _tsrc = (const ushort*)(tsrc + x_ofs[x]);
179 ushort* _tdst = (ushort*)(dst + x*6);
    [all...]
cvpyrsegmentation.cpp 52 ushort x1, y1, x2, y2;
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 156 typedef WImage<ushort> WImage_16u;
157 typedef WImageView<ushort> WImageView_16u;
158 typedef WImageBuffer<ushort> WImageBuffer_16u;
160 typedef WImageC<ushort, 1> WImage1_16u;
161 typedef WImageViewC<ushort, 1> WImageView1_16u;
162 typedef WImageBufferC<ushort, 1> WImageBuffer1_16u;
164 typedef WImageC<ushort, 3> WImage3_16u;
165 typedef WImageViewC<ushort, 3> WImageView3_16u;
166 typedef WImageBufferC<ushort, 3> WImageBuffer3_16u;
513 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U;
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 577 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
586 /* 16-bit unsigned integer (USHORT) that describes a quantity in FUnits. */
587 typedef USHORT UFWORD;
617 typedef USHORT GlyphID;
620 struct Index : USHORT {
626 struct Offset : USHORT
672 USHORT major;
673 USHORT minor;
849 /* An array with a USHORT number of elements. */
851 struct ArrayOf : GenericArrayOf<USHORT, Type> {}
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 577 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
586 /* 16-bit unsigned integer (USHORT) that describes a quantity in FUnits. */
587 typedef USHORT UFWORD;
617 typedef USHORT GlyphID;
620 struct Index : USHORT {
626 struct Offset : USHORT
672 USHORT major;
673 USHORT minor;
849 /* An array with a USHORT number of elements. */
851 struct ArrayOf : GenericArrayOf<USHORT, Type> {}
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.h 33 // USHORT 16-bit unsigned integer.
41 // UFWORD 16-bit unsigned integer (USHORT) that describes a quantity in
101 // Read the USHORT at the given index.
103 // @return the USHORT
191 // is assumed that the start-end pairs are both represented by UShort values,
210 // assumed that the are represented by UShort values and are monotonically
  /ndk/sources/android/support/src/stdio/
vfwprintf.c 159 SHORT, USHORT, CHAR, UCHAR,
200 S('o') = USHORT, S('u') = USHORT,
201 S('x') = USHORT, S('X') = USHORT,
249 break; case USHORT: arg->i = (unsigned short)va_arg(*ap, int);
  /external/aac/libSBRdec/src/
sbr_crc.h 111 USHORT crcState;
112 USHORT crcMask;
113 USHORT crcPoly;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.h 242 MESA_FORMAT_SIGNED_RGB_16, /* ushort[0]=R, ushort[1]=G, ushort[2]=B */
  /external/mesa3d/src/mesa/main/
formats.h 242 MESA_FORMAT_SIGNED_RGB_16, /* ushort[0]=R, ushort[1]=G, ushort[2]=B */
  /external/valgrind/main/coregrind/m_debuginfo/
misc.c 127 UShort ML_(read_UShort) ( UChar* data ) {
139 UChar *ML_(write_UShort) ( UChar* ptr, UShort val ) {
147 return ptr + sizeof(UShort);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 25 volatile ushort us1;
209 volatile ushort prefix##_us_1 = 1; \
294 TEST_CVT_MATRIX(us, ushort);

Completed in 1177 milliseconds

1 2 3 4 56 7 8 91011>>