HomeSort by relevance Sort by last modified time
    Searched refs:INT (Results 1 - 25 of 1251) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/aac/libSBRenc/src/
sbrenc_freq_sca.h 98 INT
101 INT *h_num_bands,
102 const INT k0,
103 const INT k2,
104 const INT freq_scale,
105 const INT alter_scale
108 INT
111 INT *num_hires,
113 INT num_master,
114 INT *xover_ban
    [all...]
sbr_misc.h 96 void FDKsbrEnc_Shellsort_fract (FIXP_DBL *in, INT n);
97 void FDKsbrEnc_Shellsort_int (INT *in, INT n);
99 void FDKsbrEnc_AddLeft (INT *vector, INT *length_vector, INT value);
100 void FDKsbrEnc_AddRight (INT *vector, INT *length_vector, INT value);
101 void FDKsbrEnc_AddVecLeft (INT *dst, INT *length_dst, INT *src, INT length_src)
    [all...]
ton_corr.h 102 INT sourceStartBand; /*!< first band in lowbands where to take the samples from */
103 INT sourceStopBand; /*!< first band in lowbands which is not included in the patch anymore */
104 INT guardStartBand; /*!< first band in highbands to be filled with zeros in order to
106 INT targetStartBand; /*!< first band in highbands to be filled with whitened lowband signal */
107 INT targetBandOffs; /*!< difference between 'startTargetBand' and 'startSourceBand' */
108 INT numBandsInPatch; /*!< number of consecutive bands in this one patch */
116 INT switchInverseFilt; /*!< Flag to enable dynamic adaption of invf. detection */
117 INT noQmfChannels;
118 INT bufferLength; /*!< Length of the r and i buffers. */
119 INT stepSize; /*!< Stride for the lpc estimate. *
    [all...]
fram_gen.h 193 INT bufferFrameStart; /*!< frame generator vs analysis buffer time alignment (currently set to 0, offset added elsewhere) */
194 INT numberTimeSlots; /*!< number of SBR timeslots per frame */
198 INT bs_num_env; /*!< bs_num_env, number of envelopes for FIXFIX */
199 INT bs_abs_bord; /*!< bs_abs_bord, absolute border for VARFIX and FIXVAR */
200 INT n; /*!< number of relative borders for VARFIX and FIXVAR */
201 INT p; /*!< pointer-to-transient-border */
202 INT bs_rel_bord[MAX_NUM_REL]; /*!< bs_rel_bord, relative borders for all VAR */
203 INT v_f[MAX_ENVELOPES_FIXVAR_VARFIX]; /*!< envelope frequency resolutions for FIXVAR and VARFIX */
205 INT bs_abs_bord_0; /*!< bs_abs_bord_0, leading absolute border for VARVAR */
206 INT bs_abs_bord_1; /*!< bs_abs_bord_1, trailing absolute border for VARVAR *
    [all...]
ps_bitenc.h 100 INT enablePSHeader;
101 INT enableIID;
102 INT iidMode;
103 INT enableICC;
104 INT iccMode;
105 INT enableIpdOpd;
107 INT frameClass;
108 INT nEnvelopes;
110 INT frameBorder[PS_MAX_ENVELOPES];
114 INT iid[PS_MAX_ENVELOPES][PS_MAX_BANDS]
    [all...]
cmondata.h 95 INT sbrHdrBits; /**< number of SBR header bits */
96 INT sbrDataBits; /**< number of SBR data bits */
97 INT sbrFillBits; /**< number of SBR fill bits */
100 INT xOverFreq; /**< the SBR crossover frequency */
101 INT dynBwEnabled; /**< indicates if dynamic bandwidth is enabled */
102 INT sbrNumChannels; /**< number of channels (meaning mono or stereo) */
103 INT dynXOverFreqEnc; /**< encoder dynamic crossover frequency */
ps_encode.h 118 INT iidEnable;
119 INT iidEnableLast;
120 INT iidQuantMode;
121 INT iidQuantModeLast;
122 INT iidDiffMode[PS_MAX_ENVELOPES];
123 INT iidIdx [PS_MAX_ENVELOPES][PS_MAX_BANDS];
124 INT iidIdxLast [PS_MAX_BANDS];
126 INT iccEnable;
127 INT iccEnableLast;
128 INT iccQuantMode
    [all...]
sbr_rom.h 100 extern const INT v_Huff_envelopeLevelC10T[121];
102 extern const INT v_Huff_envelopeLevelC10F[121];
104 extern const INT bookSbrEnvBalanceC10T[49];
106 extern const INT bookSbrEnvBalanceC10F[49];
108 extern const INT v_Huff_envelopeLevelC11T[63];
110 extern const INT v_Huff_envelopeLevelC11F[63];
112 extern const INT bookSbrEnvBalanceC11T[25];
114 extern const INT bookSbrEnvBalanceC11F[25];
116 extern const INT v_Huff_NoiseLevelC11T[63];
118 extern const INT bookSbrNoiseBalanceC11T[25]
    [all...]
  /external/aac/libAACenc/src/
qc_data.h 119 INT instanceTag;
120 INT nChannelsInEl;
121 INT ChannelIndex[2];
127 INT nChannels;
128 INT nChannelsEff;
129 INT nElements;
134 INT paddingRest;
142 INT sceCpe; /* not used yet */
143 INT maxBits; /* maximum number of bits in reservoir */
144 INT averageBits; /* average number of bits we should use *
    [all...]
pre_echo_control.h 98 INT *calcPreEcho,
99 INT numPb,
101 INT *mdctScalenm1);
105 INT calcPreEcho,
106 INT numPb,
107 INT maxAllowedIncreaseFactor,
110 INT mdctScale,
111 INT *mdctScalenm1);
bandwidth.h 97 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
98 INT proposedBandwidth,
99 INT bitrate,
101 INT sampleRate,
102 INT frameLength,
line_pe.h 102 INT sfbNLines[MAX_GROUPED_SFB]; /* number of relevant lines in sfb */
104 INT sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
105 INT sfbConstPart[MAX_GROUPED_SFB]; /* constant part for each sfb */
106 INT sfbNActiveLines[MAX_GROUPED_SFB]; /* number of active lines in sfb */
107 INT pe; /* sum of sfbPe */
108 INT constPart; /* sum of sfbConstPart */
109 INT nActiveLines; /* sum of sfbNActiveLines */
114 INT pe;
115 INT constPart;
116 INT nActiveLines
    [all...]
tns_func.h 98 AAC_ENCODER_ERROR FDKaacEnc_InitTnsConfiguration(INT bitrate,
99 INT samplerate,
100 INT channels,
101 INT blocktype,
102 INT granuleLength,
103 INT isLowDelay,
104 INT ldSbrPresent,
107 INT active,
108 INT useTnsPeak );
110 INT FDKaacEnc_TnsDetect
    [all...]
dyn_bits.h 109 INT codeBook;
110 INT sfbStart;
111 INT sfbCnt;
112 INT sectionBits; /* huff + si ! */
118 INT blockType;
119 INT noOfGroups;
120 INT sfbCnt;
121 INT maxSfbPerGroup;
122 INT sfbPerGroup;
123 INT noOfSections
    [all...]
ms_stereo.h 99 const INT *isBook,
100 INT *msDigest, /* output */
101 INT *msMask, /* output */
102 const INT sfbCnt,
103 const INT sfbPerGroup,
104 const INT maxSfbPerGroup,
105 const INT *sfbOffset);
transform.h 109 * \param mdctData_e pointer to an INT where the exponent of the frequency
113 INT FDKaacEnc_Transform_Real (const INT_PCM *timeData,
115 const INT blockType,
116 const INT windowShape,
117 INT *prevWindowShape,
118 const INT frameLength,
119 INT *mdctData_e,
120 INT filterType
quantize.h 100 void FDKaacEnc_QuantizeSpectrum(INT sfbCnt,
101 INT maxSfbPerGroup,
102 INT sfbPerGroup,
103 INT *sfbOffset, FIXP_DBL *mdctSpectrum,
104 INT globalGain, INT *scalefactors,
106 INT dZoneQuantEnable);
110 INT noOfLines,
111 INT gain,
112 INT dZoneQuantEnable)
    [all...]
aacenc_tns.h 125 INT filterEnabled[MAX_NUM_OF_FILTERS];
126 INT threshOn[MAX_NUM_OF_FILTERS]; /* min. prediction gain for using tns TABUL*/
127 INT filterStartFreq[MAX_NUM_OF_FILTERS]; /* lowest freq for lpc TABUL*/
128 INT tnsLimitOrder[MAX_NUM_OF_FILTERS]; /* Limit for TNS order TABUL*/
129 INT tnsFilterDirection[MAX_NUM_OF_FILTERS]; /* Filtering direction, 0=up, 1=down TABUL */
130 INT acfSplit[MAX_NUM_OF_FILTERS];
132 INT seperateFiltersAllowed;
138 INT isLowDelay;
139 INT tnsActive;
140 INT maxOrder; /* max. order of tns filter *
    [all...]
grp_data.h 104 const INT sfbCnt,
105 const INT sfbActive,
106 const INT *sfbOffset,
108 INT *groupedSfbOffset, /* out */
109 INT *maxSfbPerGroup,
111 const INT noOfGroups,
112 const INT *groupLen,
113 const INT granuleLength);
block_switch.h 110 INT lastWindowSequence;
111 INT windowShape;
112 INT lastWindowShape;
114 INT attack;
115 INT lastattack;
116 INT attackIndex;
117 INT lastAttackIndex;
118 INT allowShortFrames; /* for Low Delay, don't allow short frames */
119 INT allowLookAhead; /* for Low Delay, don't do look-ahead */
120 INT noOfGroups
    [all...]
interface.h 113 INT msDigest; /* 0 = no MS; 1 = some MS, 2 = all MS */
114 INT msMask[MAX_GROUPED_SFB];
119 INT sfbCnt;
120 INT sfbPerGroup;
121 INT maxSfbPerGroup;
122 INT lastWindowSequence;
123 INT windowShape;
124 INT groupingMask;
125 INT sfbOffsets[MAX_GROUPED_SFB+1];
127 INT mdctScale; /* number of transform shifts *
    [all...]
pnsparam.h 121 INT tnsGainThreshold;
122 INT tnsPNSGainThreshold;
123 INT minSfbWidth;
128 int FDKaacEnc_lookUpPnsUse (int bitRate, int sampleRate, int numChan, const int isLC);
133 INT bitRate,
134 INT sampleRate
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 114 INT bitRate;
115 INT nChannels;
116 INT sampleFreq;
117 INT transFac;
118 INT standardBitrate;
171 INT SendHeaderDataTime; /*!< SBR header send update frequency in ms. */
172 INT useWaveCoding; /*!< Flag: usage of wavecoding tool. */
173 INT crcSbr; /*!< Flag: usage of SBR-CRC. */
174 INT dynBwSupported; /*!< Flag: support for dynamic bandwidth in this combination. */
175 INT parametricCoding; /*!< Flag: usage of parametric coding tool. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lzexpand.h 27 INT WINAPI LZStart(VOID);
29 LONG WINAPI CopyLZFile(INT,INT);
30 LONG WINAPI LZCopy(INT,INT);
31 INT WINAPI LZInit(INT);
32 INT WINAPI GetExpandedNameA(LPSTR,LPSTR);
33 INT WINAPI GetExpandedNameW(LPWSTR,LPWSTR);
34 INT WINAPI LZOpenFileA(LPSTR,LPOFSTRUCT,WORD)
    [all...]
  /external/aac/libFDK/include/x86/
abs_x86.h 94 inline INT fixabs_D(INT x) { return ((x) > (INT)(0)) ? (x) : -(x) ; }
95 inline INT fixabs_S(INT x) { return ((x) > (INT)(0)) ? (x) : -(x) ; }

Completed in 111 milliseconds

1 2 3 4 5 6 7 8 91011>>