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

  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_get_noise_floor_data.cpp 148 COUPLING_MODE coupling = h_frame_data->coupling; local
154 if (coupling == COUPLING_BAL)
178 if (coupling == COUPLING_BAL)
s_progconfig.h 84 EleList coupling; member in struct:__anon16369
sbr_get_envelope.cpp 153 COUPLING_MODE coupling = h_frame_data->coupling; local
195 * Select huffman codebook depending on coupling mode and amplitude resolution
197 if (coupling == COUPLING_BAL)
233 if (coupling == COUPLING_BAL)
sbr_get_cpe.cpp 157 /* Read coupling flag */
162 hFrameDataLeft->coupling = COUPLING_LEVEL;
163 hFrameDataRight->coupling = COUPLING_BAL;
167 hFrameDataLeft->coupling = COUPLING_OFF;
168 hFrameDataRight->coupling = COUPLING_OFF;
179 if (hFrameDataLeft->coupling)
sbr_get_sce.cpp 195 hFrameData->coupling = COUPLING_OFF;
s_sbr_frame_data.h 101 COUPLING_MODE coupling; /* 3 possibilities: off, level, pan */ member in struct:__anon16375
get_prog_config.cpp 198 pScratchPCE->coupling.num_ele = temp;
316 pElementList = &pScratchPCE->coupling,
320 MODIFYING( pScratchPCE->coupling )
508 * front, side, back, lfe, data, and coupling.
566 pScratchPCE->coupling.num_ele = temp;
669 &pScratchPCE->coupling,
sbr_applied.cpp 302 if (! SbrChannel[LEFT].frameData.coupling)
314 if (SbrChannel[RIGHT].frameData.coupling)
  /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 135 INT coupling; member in struct:SBR_HEADER_DATA
env_est.cpp 345 INT coupling /*! the coupling flag */
367 if (coupling) {
378 \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:__anon1770
268 COUPLING_MODE coupling; /*!< Stereo-mode */ member in struct:__anon1771
sbr_dec.cpp 477 hPrevFrameData->coupling = hFrameData->coupling;
    [all...]
sbrdecoder.cpp     [all...]

Completed in 347 milliseconds