Searched refs:INT (Results 76 - 100 of 539) sorted by relevance

1234567891011>>

/external/aac/libAACenc/src/
H A Dspreading.h97 void FDKaacEnc_SpreadingMax(const INT pbCnt,
H A Dquantize.cpp104 static void FDKaacEnc_quantizeLines(INT gain,
105 INT noOfLines,
112 INT quantizershift = ((-gain)>>2)+1;
123 INT accuShift = CntLeadingZeros(accu) - 1; /* CountLeadingBits() is not necessary here since test value is always > 0 */
125 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
126 INT totalShift = quantizershift-accuShift+1;
136 INT accuShift = CntLeadingZeros(accu) - 1; /* CountLeadingBits() is not necessary here since test value is always > 0 */
138 INT tabIndex = (INT)(acc
[all...]
H A Dbandwidth.cpp96 INT chanBitRate;
97 INT bandWidthMono;
98 INT bandWidth2AndMoreChan;
196 static INT GetBandwidthEntry(
197 const INT frameLength,
198 const INT sampleRate,
199 const INT chanBitRate,
200 const INT entryNo)
202 INT bandwidth = -1;
204 INT bwTabSiz
[all...]
H A Ddyn_bits.cpp98 typedef INT (*lookUpTable)[CODE_BOOK_ESC_NDX + 1];
100 static INT FDKaacEnc_getSideInfoBits(
103 const INT useHCR
106 INT sideInfoBits;
121 const INT maxSfb,
122 const INT* const sfbOffset,
124 INT bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
128 INT i, sfbWidth;
142 static INT FDKaacEnc_findBestBook(
143 const INT* cons
[all...]
H A Daacenc_pns.h104 INT usePns;
110 INT pnsFlag[MAX_GROUPED_SFB];
H A Dpre_echo_control.cpp95 INT *calcPreEcho,
96 INT numPb,
98 INT *mdctScalenm1)
109 INT calcPreEcho,
110 INT numPb,
111 INT maxAllowedIncreaseFactor,
114 INT mdctScale,
115 INT *mdctScalenm1)
H A Dtonality.cpp97 INT *RESTRICT sfbMaxScaleSpec,
100 INT sfbCnt,
101 const INT *RESTRICT sfbOffset,
106 INT *RESTRICT sfbMaxScaleSpec,
109 INT sfbCnt,
110 const INT *sfbOffset,
111 INT usePns)
113 INT j;
121 INT numberOfLines = sfbOffset[sfbCnt];
162 INT *RESTRIC
[all...]
H A DaacEnc_ram.h127 INT ancillaryBitsPerFrame; /* ancillary bits per frame calculated from ancillary rate */
140 INT bandwidth90dB;
143 INT dontWriteAdif; /* use: write ADIF header only before 1st frame */
148 INT maxChannels; /* used while allocation */
149 INT maxElements;
150 INT maxFrames;
158 #define BIT_LOOK_UP_SIZE ( sizeof(INT)*(MAX_SFB_LONG*(CODE_BOOK_ESC_NDX+1)) )
159 #define MERGE_GAIN_LOOK_UP_SIZE ( sizeof(INT)*MAX_SFB_LONG )
217 INT *GetRam_aacEnc_BitLookUp(int n, UCHAR* dynamic_RAM);
218 INT *GetRam_aacEnc_MergeGainLookU
[all...]
H A Dqc_main.h103 const INT nElements,
104 const INT nChannels,
105 const INT nSubFrames
110 const INT nSubFrames,
114 INT nElements
134 INT avgTotalBits,
163 INT *avgTotalBits,
164 INT bitRate,
165 INT sampleRate,
166 INT granuleLengt
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A Dglcpp-test3 trap 'rm $test.valgrind-errors; exit 1' INT QUIT
/external/mesa3d/src/glsl/glcpp/tests/
H A Dglcpp-test3 trap 'rm $test.valgrind-errors; exit 1' INT QUIT
/external/aac/libFDK/include/arm/
H A Dscale.h95 inline static INT shiftRightSat(INT src, int scale)
97 INT result;
110 inline static INT shiftLeftSat(INT src, int scale)
112 INT result;
132 INT scalefactor /*!< Scalefactor */
135 INT newscale;
/external/aac/libFDK/include/mips/
H A Dabs_mips.h101 inline INT fixabs_I(INT x) { return __builtin_mips_absq_s_w(x); }
/external/aac/libSYS/include/
H A Dmachine_type.h118 /** \var INT
155 typedef signed int INT; typedef
160 #define LONG INT
266 #define ALIGN_SIZE(a) ((a)+ (((INT)ALIGNMENT_DEFAULT - ((INT)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIGNMENT_DEFAULT-1)))
275 #define ALIGN_PTR(a) ( (unsigned char*)(a) + (((INT)ALIGNMENT_DEFAULT - ((INT)(UINT64)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIGNMENT_DEFAULT-1)) )
279 #define ALGN_SIZE_EXTRES(a) ((a)+ (((INT)ALIGNMENT_EXTRES - ((INT)(a) & (ALIGNMENT_EXTRES-1)) ) & (ALIGNMENT_EXTRES-1)))
H A Dwav_file.h172 INT WAV_InputOpen (HANDLE_WAV *pWav, const char *filename);
186 INT WAV_InputRead (HANDLE_WAV wav, void *sampleBuffer, UINT numSamples, int nBufBits);
206 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
219 INT WAV_OutputWrite(HANDLE_WAV wav, void *sampleBuffer, UINT numberOfSamples, int nBufBits, int nSigBits);
/external/aac/libFDK/include/
H A DFDK_crc.h108 INT maxBits;
192 INT FDKcrcStartReg(
195 const INT mBits
212 INT FDKcrcEndReg(
215 const INT reg
/external/aac/libSBRenc/src/
H A Dps_bitenc.cpp114 static const INT iidDeltaCoarse_Offset = 14;
115 static const INT iidDeltaCoarse_MaxVal = 28;
116 static const INT iidDeltaFine_Offset = 30;
117 static const INT iidDeltaFine_MaxVal = 60;
191 static const INT iccDelta_Offset = 7;
192 static const INT iccDelta_MaxVal = 14;
219 static const INT ipdDelta_Offset = 0;
220 static const INT ipdDelta_MaxVal = 7;
242 static const INT opdDelta_Offset = 0;
243 static const INT opdDelta_MaxVa
[all...]
H A Dps_main.h140 INT psDelay;
145 INT initPS;
146 INT noQmfSlots;
147 INT noQmfBands;
158 INT frameSize;
159 INT qmfFilterMode;
160 INT sbrPsDelay;
200 INT noQmfSlots,
201 INT noQmfBands
266 INT FDKsbrEnc_PSEnc_WritePSDat
[all...]
H A Dton_corr.cpp122 INT usb, /*!< upper side band, highest + 1 QMF band in the SBR range. */
123 INT qmfScale /*!< sclefactor of QMF subsamples */
126 INT i, k, r, r2, timeIndex, autoCorrScaling;
128 INT startIndexMatrix = hTonCorr->startIndexMatrix;
129 INT totNoEst = hTonCorr->numberOfEstimates;
130 INT noEstPerFrame = hTonCorr->numberOfEstimatesPerFrame;
131 INT move = hTonCorr->move;
132 INT noQmfChannels = hTonCorr->noQmfChannels; /* Numer of Bands */
133 INT buffLen = hTonCorr->bufferLength; /* Numer of Slots */
134 INT stepSiz
[all...]
/external/aac/libSBRdec/include/
H A Dsbrdecoder.h202 INT sbrDecoder_Header (
205 const INT sampleRateIn,
206 const INT sampleRateOut,
207 const INT samplesPerFrame,
210 const INT elementIndex
222 const INT value );
239 INT ch,
242 INT nextFact_exp,
256 INT ch );
332 INT sbrDecoder_GetLibInf
[all...]
/external/aac/libSYS/src/
H A Dcmdl_parser.cpp108 static INT GetArgFromString(INT argc, TEXTCHAR* argv[], TEXTCHAR* search_string, TEXTCHAR type, TEXTCHAR* found_string , INT* switches_used);
110 static INT CheckArg(TEXTCHAR* arg, TEXTCHAR* str, UINT numArgs, TEXTCHAR type, TEXTCHAR* current_str);
111 static INT CheckForUnusedSwitches(INT argc, /*TEXTCHAR* argv[],*/ INT* switches_used);
112 static INT ParseString(TEXTCHAR* str, INT*, TEXTCHAR*, TEXTCHAR*);
113 static void GetNumberOfArgs(TEXTCHAR* str, INT* nArg
[all...]
/external/aac/libAACenc/include/
H A Daacenc_lib.h792 INT numBufs; /*!< Number of buffers. */
794 INT *bufferIdentifiers; /*!< Identifier of each buffer element. See ::AACENC_BufferIdentifier. */
795 INT *bufSizes; /*!< Size of each buffer in 8-bit bytes. */
796 INT *bufElSizes; /*!< Size of each buffer element in bytes. */
805 INT numInSamples; /*!< Number of valid input audio samples (multiple of input channels). */
806 INT numAncBytes; /*!< Number of ancillary data bytes to be encoded. */
815 INT numOutBytes; /*!< Number of valid bitstream bytes generated during aacEncEncode(). */
816 INT numInSamples; /*!< Number of input audio samples consumed by the encoder. */
817 INT numAncBytes; /*!< Number of ancillary data bytes consumed by the encoder. */
844 INT drc_TargetRefLeve
[all...]
/external/aac/libMpegTPDec/include/
H A DmpegFileRead.h130 INT *noOfLayers
173 INT origin,
174 INT offset
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Drewrites.rb63 a : ID INT -> ;
65 INT : '0'..'9'+;
78 INT : '0'..'9'+;
92 INT : '0'..'9'+;
104 a : ID -> ^(ID["x"] INT);
106 INT : '0'..'9'+;
110 result.should == '(x INT)'
120 INT : '0'..'9'+;
133 INT : '0'..'9'+;
147 INT
[all...]
/external/aac/libAACdec/src/
H A Dconceal_types.h156 INT iRandomPhase;
157 INT prevFrameOk[2];
158 INT cntFadeFrames;
159 INT cntValidFrames;

Completed in 1710 milliseconds

1234567891011>>