/external/aac/libMpegTPEnc/src/ |
tpenc_adts.h | 101 INT sample_freq; 117 int headerBits; /*!< Header bit demand for the current raw data block */ 118 int currentBlock; /*!< Index of current raw data block */ 119 int subFrameStartBit; /*!< Bit position where the current raw data block begins */ 134 INT adtsWrite_Init( 146 int adtsWrite_GetHeaderBits( HANDLE_ADTS hAdts ); 159 INT adtsWrite_EncodeHeader( 162 int bufferFullness, 163 int frame_length 177 int *bit [all...] |
tpenc_adif.cpp | 97 int adifWrite_EncodeHeader(ADIF_INFO *adif, 99 INT adif_buffer_fullness) 103 const int copyRightIdPresent=0; 104 const int originalCopy=0; 105 const int home=0; 107 int i; 109 INT sampleRate = adif->samplingRate; 110 INT totalBitRate = adif->bitRate; 119 adif->bVariableRate = ( adif_buffer_fullness >= (INT)(0x1<<20) ) ? 1 : 0; 152 int adifWrite_GetHeaderBits(ADIF_INFO *adif [all...] |
tpenc_asc.h | 101 int getChannelConfig( CHANNEL_MODE channel_mode ); 116 int transportEnc_writePCE( 119 INT sampleRate, 120 int instanceTagPCE, 121 int profile, 122 int matrixMixdownA, 123 int pseudoSurroundEnable, 135 int transportEnc_GetPCEBits( 137 int matrixMixdownA, 138 int bit [all...] |
/external/aac/libSBRdec/src/ |
sbrdec_drc.h | 104 INT prevFact_exp; 108 INT currFact_exp; 109 INT nextFact_exp; 139 int col, 140 int numQmfSubSamples, 141 int maxShift ); 147 int numQmfSubSamples, 148 int *scaleFactor );
|
/external/aac/libAACenc/src/ |
bit_cnt.cpp | 110 const INT width, 111 INT *bitCount) 114 INT i; 115 INT bc1_2,bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc; 116 INT t0,t1,t2,t3; 154 bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1]; 155 bc11+= (INT) FDKaacEnc_huff_ltab11[t2][t3]; 186 const INT width, 187 INT *bitCount) 190 INT i [all...] |
aacEnc_rom.h | 108 extern const INT FDKaacEnc_huff_ltab1_2[3][3][3][3]; 109 extern const INT FDKaacEnc_huff_ltab3_4[3][3][3][3]; 110 extern const INT FDKaacEnc_huff_ltab5_6[9][9]; 111 extern const INT FDKaacEnc_huff_ltab7_8[8][8]; 112 extern const INT FDKaacEnc_huff_ltab9_10[13][13]; 126 extern const INT FDKaacEnc_huff_ctabscf[121];
|
metadata_main.cpp | 120 INT drc_TargetRefLevel; /* used for Limiter */ 133 INT comp_TargetRefLevel; /* used for Limiter */ 134 INT timecode_coarse_status; 135 INT timecode_fine_status; 151 INT metadataMode; 155 INT nAudioDataDelay; 156 INT nMetaDataDelay; 157 INT nChannels; 160 int audioDelayIdx; 163 int metaDataDelayIdx [all...] |
intensity.cpp | 151 INT min_is_sfbs; /*!< Only perform IS if 'min_is_sfbs' neighboring SFBs can be processed */ 173 static INT 175 const INT l1, 176 const INT l2) 178 INT i; 179 INT sfbMaxScale; 250 INT *isMask, 253 const INT sfbCnt, 254 const INT sfbPerGroup, 255 const INT maxSfbPerGroup [all...] |
chaosmeasure.cpp | 102 INT numberOfLines, 105 INT i, j; 120 INT leadingBits = CntLeadingZeros(center)-1; 153 INT numberOfLines,
|
grp_data.cpp | 107 const INT sfbCnt, 108 const INT sfbActive, 109 const INT *sfbOffset, 111 INT *groupedSfbOffset, /* out */ 112 INT *maxSfbPerGroup, /* out */ 114 const INT noOfGroups, 115 const INT *groupLen, 116 const INT granuleLength) 118 INT i,j; 119 INT line; /* counts through lines * [all...] |
/external/aac/libAACdec/src/ |
aacdecoder.h | 146 int bufferSize; 147 int offset[8]; 148 int nrElements; 158 int bsDelay; 164 INT aacChannels; /*!< Amount of AAC decoder channels allocated. */ 165 INT ascChannels; /*!< Amount of AAC decoder channels signalled in ASC. */ 166 INT blockNumber; /*!< frame counter */ 168 INT nrOfLayers; 170 INT outputInterleaved; /*!< PCM output format (interleaved/none interleaved). */ 202 INT aacChannelsPrev; /*!< The amount of AAC core channels o (…) [all...] |
rvlcbit.cpp | 111 INT readBitOffset = *pPosition-FDKgetBitCnt(bs);
|
/external/aac/libFDK/include/mips/ |
scramble.h | 97 inline void scramble(FIXP_DBL *x, INT n) { 98 INT m,j; 99 int ldn=1;
|
/external/aac/libSBRenc/src/ |
code_env.cpp | 96 INT 246 Arguments: INT offset, INT index, FREQ_RES res 248 Return: INT 251 static INT indexLow2High(INT offset, INT index, FREQ_RES res) 284 Arguments: INT currVal,INT* prevData, INT offset, INT index, FREQ_RES re [all...] |
env_bit.cpp | 114 INT bBits 117 INT i; 140 INT FDKsbrEnc_InitSbrBitstream(HANDLE_COMMON_DATA hCmonData, 142 INT memorySize, /*!< Length of bitstream buffer in bytes */ 146 INT crcRegion = 0; 182 INT crcRegion, 186 INT numCrcBits,i; 207 int sbrLoad = hCmonData->sbrHdrBits + hCmonData->sbrDataBits; 235 INT bit;
|
invf_est.cpp | 192 INT startChannel, /*!< Start channel. */ 193 INT stopChannel, /*!< Stop channel. */ 194 INT startIndex, /*!< Start index. */ 195 INT stopIndex, /*!< Stop index. */ 196 INT numberOfStrongest /*!< The number of sorted tonal components to be considered. */ 199 INT i,temp, j; 306 static INT 309 const INT numBorders /*!< The number of borders. */ 312 INT i; 343 INT transientFlag, /*!< Flag indicating if there is a transient present.* [all...] |
mh_det.cpp | 151 INT nScfb, 156 INT scale; 207 INT nSfb) 209 INT i,j; 211 INT shiftFac0,shiftFacSum0; 212 INT shiftFac1,shiftFacSum1; 217 INT ll = pFreqBandTable[i]; 218 INT lu = pFreqBandTable[i+1]; 302 INT nSfb, 303 INT noEstPerFrame [all...] |
bit_sbr.cpp | 104 static INT encodeSbrData (HANDLE_SBR_ENV_DATA sbrEnvDataLeft, 109 INT coupling, 112 static INT encodeSbrHeader (HANDLE_SBR_HEADER_DATA sbrHeaderData, 117 static INT encodeSbrHeaderData (HANDLE_SBR_HEADER_DATA sbrHeaderData, 120 static INT encodeSbrSingleChannelElement (HANDLE_SBR_ENV_DATA sbrEnvData, 128 static INT encodeSbrChannelPairElement (HANDLE_SBR_ENV_DATA sbrEnvDataLeft, 132 INT coupling); 135 static INT encodeSbrGrid (HANDLE_SBR_ENV_DATA sbrEnvData, 138 static int encodeLowDelaySbrGrid ( HANDLE_SBR_ENV_DATA sbrEnvData, 140 int transmitFreqs) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
T.g | 40 INT : ('0'..'9')+
|
/external/clang/test/SemaCXX/ |
overloaded-operator-decl.cpp | 4 X(int); 12 void operator()(int x = 17) const; 13 int operator[](int); 15 static int operator+(Y, Y); // expected-error{{overloaded 'operator+' cannot be a static member function}} 23 X operator+(int, float); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}} 31 void operator()(Y&, int, int); // expected-error{{overloaded 'operator()' must be a non-static member function}} 33 typedef int INT; [all...] |
/external/aac/libSYS/include/ |
genericStds.h | 151 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ 155 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ 161 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \ 167 static type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \ 173 type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKcalloc(n1, sizeof(type))); } \ 179 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc((num)*sizeof(type), ALIGNMENT_DEFAULT)); } \ 185 type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc((n1)*sizeof(type), ALIGNMENT_DEFAULT)); } \ 191 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc_L(num, sizeof(type), s)); } \ 197 type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return (type*)FDKcalloc_L(n1, sizeof(type), s); } \ 203 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc_L((num)*sizeof(type), ALIGNMENT_DEFAULT, s)); (…) [all...] |
/external/aac/libFDK/include/arm/ |
fixmadd_arm.h | 102 INT result; 110 INT result; 118 INT discard, result = x; 131 INT result;
|
/external/aac/libFDK/include/ |
scramble.h | 115 inline void scramble_sgl(FIXP_SGL *x, INT n) 117 INT m,k,j; 141 inline void scramble(FIXP_DBL *x, INT n) 143 INT m,k,j;
|
/external/aac/libMpegTPDec/src/ |
tpdec_adif.h | 100 INT NumProgramConfigElements;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedLexer.h | 17 #define INT 5
|