HomeSort by relevance Sort by last modified time
    Searched refs:coupling (Results 1 - 16 of 16) sorted by null

  /external/tremolo/Tremolo/
mapping0.c 54 if(info->coupling)_ogg_free(info->coupling);
83 info->coupling=
84 _ogg_malloc(info->coupling_steps*sizeof(*info->coupling));
87 int testM=info->coupling[i].mag=(unsigned char)(oggpack_read(opb,ilog(vi->channels)));
88 int testA=info->coupling[i].ang=(unsigned char)(oggpack_read(opb,ilog(vi->channels)));
169 /* channel coupling can 'dirty' the nonzero listing */
171 if(nonzero[info->coupling[i].mag] ||
172 nonzero[info->coupling[i].ang]){
173 nonzero[info->coupling[i].mag]=1;
    [all...]
codec_internal.h 177 coupling_step *coupling; member in struct:vorbis_info_mapping
  /external/aac/libSBRenc/src/
code_env.cpp 336 const UCHAR * hufftableBalance, INT coupling, INT channel)
346 const UCHAR * hufftableBalance, INT coupling, INT channel)
351 if (coupling) {
422 INT coupling,
456 if (coupling) {
477 if(coupling == 1 && channel == 1)
504 if (coupling && channel == 1)
518 hufftableBalanceTimeL, coupling, channel);
525 if ( coupling && channel == 1 ) {
564 hufftableBalanceFreqL, coupling, channel)
    [all...]
bit_sbr.cpp 109 INT coupling,
132 INT coupling);
147 INT coupling);
151 INT coupling);
248 sbrHeaderData->coupling,
407 INT coupling,
417 payloadBits += encodeSbrChannelPairElement (sbrEnvDataLeft, sbrEnvDataRight, hParametricStereo, &cmonData->sbrBitbuf, coupling);
505 INT coupling)
512 payloadBits += FDKwriteBits (hBitStream, coupling, SI_SBR_COUPLING_BITS);
514 if (coupling) {
    [all...]
code_env.h 137 INT *directionVec, INT coupling, INT nEnvelopes, INT channel,
bit_sbr.h 130 INT coupling; member in struct:SBR_HEADER_DATA
env_est.cpp 342 INT coupling /*! the coupling flag */
364 if (coupling) {
375 \brief Calculation of noise floor for coupling
    [all...]
  /external/aac/libSBRdec/src/
env_dec.cpp 250 we apply concealment also on the left channel. This ensures that the coupling
252 coupling mode.
264 if (h_data_left->coupling) {
360 In case of coupling, the balance-channel will move towards the center.
378 h_sbr_data->coupling = h_prev_data->coupling;
399 if (h_sbr_data->coupling == COUPLING_BAL) {
484 if (h_sbr_data->coupling != h_prev_data->coupling) {
486 Coupling mode has changed during concealment
    [all...]
env_extr.cpp 258 h_prev_data->coupling = COUPLING_OFF;
488 hFrameData->coupling = COUPLING_OFF;
572 /* Read coupling flag */
576 hFrameDataLeft->coupling = COUPLING_LEVEL;
577 hFrameDataRight->coupling = COUPLING_BAL;
580 hFrameDataLeft->coupling = COUPLING_OFF;
581 hFrameDataRight->coupling = COUPLING_OFF;
594 if (hFrameDataLeft->coupling) {
616 if (hFrameDataLeft->coupling) {
700 COUPLING_MODE coupling; local
768 COUPLING_MODE coupling = h_frame_data->coupling; local
    [all...]
env_extr.h 248 COUPLING_MODE coupling; /*!< Stereo-mode of previous frame */ member in struct:__anon2615
268 COUPLING_MODE coupling; /*!< Stereo-mode */ member in struct:__anon2616
sbr_dec.cpp 477 hPrevFrameData->coupling = hFrameData->coupling;
    [all...]
sbrdecoder.cpp     [all...]
  /external/smack/src/org/jivesoftware/smack/util/
StringUtils.java 163 for (PatternCouplings coupling : couplings) {
164 matcher = coupling.pattern.matcher(dateString);
168 if (coupling.needToConvertTimeZone) {
169 dateString = coupling.convertTime(dateString);
172 synchronized (coupling.formatter) {
173 return coupling.formatter.parse(dateString);
  /external/libvorbis/doc/
01-introduction.tex 173 A mapping contains a channel coupling description and a list of
299 \item inverse channel coupling of residue vectors
345 to 8192 samples. Aside from coupling, Vorbis handles channels as
398 channel coupling may mean that the raw residue vectors extracted
400 coupling is in use, some vectors will correspond to coupled magnitude
401 or angle. The coupling relationships are described in the codec setup
411 \paragraph{inverse channel coupling}
414 the document \href{stereo.html}{Stereo Channel Coupling in the
415 Vorbis CODEC}. Vorbis is not limited to only stereo coupling, but
416 the stereo document also gives a good overview of the generic coupling
    [all...]
08-residue.tex 10 curve and performs any channel coupling. A residue vector may
12 hybrids as mixed by channel coupling. The exact semantic content of
04-codec.tex 211 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
418 used and some are not, channel coupling could result in mixing a
480 \subsubsection{inverse coupling}

Completed in 270 milliseconds