/frameworks/base/media/libstagefright/codecs/aacdec/ |
sfb.cpp | 28 Description: Change short to Int16 131 const Int16 sfb_96_1024[] = 141 const Int16 sfb_64_1024[] = 152 const Int16 sfb_64_128[] = 159 const Int16 sfb_48_1024[] = 171 const Int16 sfb_48_128[] = 177 const Int16 sfb_32_1024[] = 189 const Int16 sfb_24_1024[] = 200 const Int16 sfb_24_128[] = 207 const Int16 sfb_16_1024[] [all...] |
synthesis_sub_band.h | 61 void synthesis_sub_band_LC(Int32 Sr[], Int16 data[]); 62 void synthesis_sub_band_LC_down_sampled(Int32 Sr[], Int16 data[]); 67 void synthesis_sub_band(Int32 Sr[], Int32 Si[], Int16 data[]); 68 void synthesis_sub_band_down_sampled(Int32 Sr[], Int32 Si[], Int16 data[]);
|
write_output.h | 93 const Int16 sourceLeft[], 94 const Int16 sourceRight[], 95 Int16 outputBuffer[], 104 const Int16 sourceLeft[], 105 const Int16 sourceRight[], 106 Int16 outputBuffer[], 120 Int16 outputBuffer[],
|
window_block_fxp.h | 144 extern const Int16 Short_Window_KBD_fxp[ SHORT_WINDOW]; 145 extern const Int16 Long_Window_KBD_fxp[ LONG_WINDOW]; 146 extern const Int16 Short_Window_sine_fxp[ SHORT_WINDOW]; 147 extern const Int16 Long_Window_sine_fxp[ LONG_WINDOW]; 149 extern const Int16 * const Long_Window_fxp[]; 150 extern const Int16 * const Short_Window_fxp[]; 177 Int16 Output_buffer[], 185 Int16 *Interleave_output 193 Int16 Output_buffer[], 212 Int16 *Interleave_outpu [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
panoramiXproto.h | 185 INT16 x_org B16; 186 INT16 y_org B16;
|
xf86dgastr.h | 330 INT16 dx B16; 331 INT16 dy B16; 332 INT16 screen B16;
|
/cts/apps/CtsVerifier/jni/audioquality/ |
LinearityTest.h | 20 /* There are numSignals int16 signals in pcms. sampleCounts is an
|
/external/libvpx/vp8/common/ |
type_aliases.h | 68 typedef signed short INT16;
|
/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 ) )
|
Basic.h | 54 typedef signed short int16; typedef 95 int16 valE; 96 int16 bbpE;
|
Int16Arr.h | 44 /** pointer to array of int16 */ 45 int16* arrPtrE; 136 int16 valA );
|
/external/neven/Embedded/common/src/b_TensorEm/ |
CompactAlt.h | 118 const int16* inVecA, 119 int16 inExpA, 120 int16* outVecA, 121 int16* outExpPtrA );
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
main.m | 56 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved); 65 int16 NPP_HandleEvent(NPP instance, void* event); 109 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved) 200 int16 NPP_HandleEvent(NPP instance, void* event)
|
/frameworks/media/libvideoeditor/lvpp/ |
VideoEditorBGAudioProcessing.h | 31 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(
|
/prebuilt/linux-x86/toolchain/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;
|
/external/jpeg/ |
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...] |
/frameworks/base/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...] |
mp4dec_lib.h | 83 int16 *IntraDC_delta); 85 void doDCACPrediction(VideoDecData *video, int comp, int16 *q_block, 89 void doDCACPrediction_I(VideoDecData *video, int comp, int16 *q_block); 95 void BlockIDCT(uint8 *dst, uint8 *pred, int16 *blk, int width, int nzcoefs, 103 PV_STATUS GetMBheader(VideoDecData *video, int16 *QP); 109 PV_STATUS GetMBheaderDataPart_DQUANT_DC(VideoDecData *video, int16 *QP); 283 void H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int T); 285 int PostProcSemaphore(int16 *q_block); 291 void Deringing_Luma(uint8 *Rec_Y, int width, int height, int16 *QP_store, 293 void Deringing_Chroma(uint8 *Rec_C, int width, int height, int16 *QP_store [all...] |
/frameworks/base/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...] |
preemph_amrwb_dec.cpp | 47 int16 x[], (i/o) : input signal overwritten by the output 48 int16 mu, (i) Q15 : preemphasis coefficient 49 int16 lg (i) : lenght of filtering 115 int16 x[], /* (i/o) : input signal overwritten by the output */ 116 int16 mu, /* (i) Q15 : preemphasis coefficient */ 117 int16 lg /* (i) : lenght of filtering */ 120 int16 i;
|
/prebuilt/linux-x86/toolchain/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...] |
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
mainProgram.m | 271 fid=fopen('aecOutMatlabC.pcm','w');fwrite(fid,int16(emicrophone),'short');fclose(fid); 272 %fid=fopen('farendFFT.txt','w');fwrite(fid,int16(afTheFarEnd(:)),'short');fclose(fid); 273 %fid=fopen('farendFFTreal.txt','w');fwrite(fid,int16(imag(fFar(:))),'short');fclose(fid); 274 %fid=fopen('farendFFTimag.txt','w');fwrite(fid,int16(real(fFar(:))),'short');fclose(fid); 275 %fid=fopen('nearendFFT.txt','w');fwrite(fid,int16(afmicrophone(:)),'short');fclose(fid); 276 %fid=fopen('nearendFFTreal.txt','w');fwrite(fid,int16(real(fNear(:))),'short');fclose(fid); 277 %fid=fopen('nearendFFTimag.txt','w');fwrite(fid,int16(imag(fNear(:))),'short');fclose(fid);
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
wlioctl.h | 95 int16 RSSI; 130 int16 RSSI; 143 int16 SNR; [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 95 int16 RSSI; 130 int16 RSSI; 143 int16 SNR; [all...] |