HomeSort by relevance Sort by last modified time
    Searched full:int16 (Results 201 - 225 of 646) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 35 typedef signed short INT16;
  /external/libnfc-nci/src/gki/common/
gki_common.h 271 INT16 OSDisableNesting; /* counter to keep track of interrupt disable nesting */
272 INT16 OSLockNesting; /* counter to keep track of sched lock nesting */
273 INT16 OSIntNesting; /* counter to keep track of interrupt nesting */
382 extern void gki_print_buffer_statistics(FP_PRINT, INT16);
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 35 typedef signed short INT16;
  /external/libnfc-nci/src/udrv/include/
unv.h 47 typedef INT16 tUNV_STATUS;
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.h 42 typedef int16 phase16;
105 int16 bbs_sin16( phase16 phaseA );
112 int16 bbs_cos16( phase16 phaseA );
116 * The function approximates ( int16 )( atan( double( valA ) / ( ( 1 << 16 ) ) / M_PI ) * ( 1 << 15 ) )
  /external/neven/Embedded/common/src/b_TensorEm/
CompactAlt.h 118 const int16* inVecA,
119 int16 inExpA,
120 int16* outVecA,
121 int16* outExpPtrA );
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.h 30 M4OSA_UInt16* m_dataAddress; // Android SRC needs a Int16 pointer
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_video_config_parser.h 44 OSCL_IMPORT_REF int16 ti_video_config_parser(
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xmd.h 120 typedef unsigned int INT16;
124 typedef signed int INT16;
127 typedef int INT16;
139 typedef short INT16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xmd.h 120 typedef unsigned int INT16;
124 typedef signed int INT16;
127 typedef int INT16;
139 typedef short INT16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xmd.h 120 typedef unsigned int INT16;
124 typedef signed int INT16;
127 typedef int INT16;
139 typedef short INT16;
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.c 88 INT16 int_arg = 0;
146 if (int_arg < (INT16) p_cb->p_at_tbl[idx].min ||
147 int_arg > (INT16) p_cb->p_at_tbl[idx].max)
  /external/ceres-solver/include/ceres/
cost_function.h 118 const vector<int16>& parameter_block_sizes() const {
127 vector<int16>* mutable_parameter_block_sizes() {
138 vector<int16> parameter_block_sizes_;
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_unittest.cc 106 const int16* data_ptr = reinterpret_cast<const int16*>(capture_data.get());
120 int16* output = NULL;
  /external/chromium_org/content/test/plugin/
plugin_test.cc 24 NPError PluginTest::New(uint16 mode, int16 argc, const char* argn[],
110 const char *PluginTest::GetArgValue(const char *name, const int16 argc,
189 int16 PluginTest::HandleEvent(void* event) {
  /external/chromium_org/gpu/command_buffer/common/
types.h 22 typedef short int16; typedef
171 typedef short Int16;
176 typedef int16_t Int16;
  /external/jpeg/
jdcolor.c 258 *(INT16*)outptr = rgb;
289 *(INT16*)outptr = rgb;
330 *(INT16*)outptr = rgb;
362 *(INT16*)outptr = rgb;
422 *(INT16*)outptr = rgb;
443 *(INT16*)outptr = rgb;
475 *(INT16*)outptr = rgb;
498 *(INT16*)outptr = rgb;
617 *(INT16*)outptr = rgb;
632 *(INT16*)outptr = rgb
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row.h 155 SIMD_ALIGNED(const int16 kCoefficientsRgbY[768][4]);
157 SIMD_ALIGNED(const int16 kCoefficientsBgraY[768][4]);
159 SIMD_ALIGNED(const int16 kCoefficientsAbgrY[768][4]);
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 256 *(INT16*)outptr = rgb;
287 *(INT16*)outptr = rgb;
328 *(INT16*)outptr = rgb;
360 *(INT16*)outptr = rgb;
420 *(INT16*)outptr = rgb;
441 *(INT16*)outptr = rgb;
473 *(INT16*)outptr = rgb;
496 *(INT16*)outptr = rgb;
615 *(INT16*)outptr = rgb;
630 *(INT16*)outptr = rgb
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dgastr.h 330 INT16 dx B16;
331 INT16 dy B16;
332 INT16 screen B16;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 49 int16 QP, *QPMB = video->QPMB;
345 PV_STATUS GetMBheader(VideoDecData *video, int16 *QP)
354 const static int16 DQ_tab[4] = { -1, -2, 1, 2};
492 *QP = (int16)BitstreamReadBits16(stream, 5);
531 int16 *dataBlock;
537 int16 QP = video->QPMB[mbnum];
538 int16 QP_tmp = QP;
544 int16 DC_coeff;
598 DC_coeff = (int16) BitstreamReadBits16_INLINE(stream, 8);
616 dataBlock[0] = (int16) DC_coeff
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
mime_io.cpp 161 const int16 unpacked_size[16] =
170 const int16 packed_size[16] = {17, 23, 32, 36, 40, 46, 50, 58,
175 const int16 unused_size[16] = {4, 7, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0};
179 const int16 sort_660[132] =
197 const int16 sort_885[177] =
219 const int16 sort_1265[253] =
249 const int16 sort_1425[285] =
282 const int16 sort_1585[317] =
318 const int16 sort_1825[365] =
359 const int16 sort_1985[397]
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 891 INT16 pitch B16;
892 INT16 duration B16;
906 INT16 num B16;
907 INT16 denom B16;
908 INT16 thresh B16;
944 INT16 pitch B16;
945 INT16 duration B16;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 891 INT16 pitch B16;
892 INT16 duration B16;
906 INT16 num B16;
907 INT16 denom B16;
908 INT16 thresh B16;
944 INT16 pitch B16;
945 INT16 duration B16;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 891 INT16 pitch B16;
892 INT16 duration B16;
906 INT16 num B16;
907 INT16 denom B16;
908 INT16 thresh B16;
944 INT16 pitch B16;
945 INT16 duration B16;
    [all...]

Completed in 2079 milliseconds

1 2 3 4 5 6 7 891011>>