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

  /frameworks/av/media/libstagefright/codecs/aacdec/
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_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
s_sbr_frame_data.h 101 COUPLING_MODE coupling; /* 3 possibilities: off, level, pan */ member in struct:__anon16375
  /external/aac/libSBRdec/src/
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
  /external/tremolo/Tremolo/
codec_internal.h 177 coupling_step *coupling; member in struct:vorbis_info_mapping
  /external/aac/libSBRenc/src/
bit_sbr.h 135 INT coupling; member in struct:SBR_HEADER_DATA

Completed in 2483 milliseconds