/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...] |
ogg.h | 133 but we need coupling so that the codec 158 but we need coupling so that the codec
|
codec_internal.h | 177 coupling_step *coupling; member in struct:vorbis_info_mapping
|
/external/aac/libSBRenc/src/ |
bit_sbr.cpp | 109 INT coupling, 132 INT coupling); 147 INT coupling); 151 INT coupling); 248 sbrHeaderData->coupling, 405 INT coupling, 415 payloadBits += encodeSbrChannelPairElement (sbrEnvDataLeft, sbrEnvDataRight, hParametricStereo, &cmonData->sbrBitbuf, coupling); 503 INT coupling) 510 payloadBits += FDKwriteBits (hBitStream, coupling, SI_SBR_COUPLING_BITS); 512 if (coupling) { [all...] |
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...] |
env_est.cpp | 450 INT coupling /*! the coupling flag */ 472 if (coupling) { 483 \brief Calculation of noise floor for coupling [all...] |
/external/libvorbis/doc/ |
stereo.html | 73 <h1>Ogg Vorbis stereo-specific channel coupling discussion</h1> 77 <p>The Vorbis audio CODEC provides a channel coupling 81 models. This document describes both the mechanical coupling 83 specific stereo coupling models used by the reference 98 channel coupling. The first is <em>channel interleaving</em> via 101 suited to coupling due to the structure of Vorbis encoding, as we'll 103 <em>lossless stereo image coupling</em> [bit-for-bit decode-identical 106 order to enhance bitrate. The exact coupling implementation is 112 <p>A particular Vorbis bitstream may apply channel coupling directly to 114 polar coupling may be extrapolated to an arbitrary number of channel [all...] |
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...] |
index.html | 78 <li><a href="stereo.html">Vorbis channel coupling and stereo-specific application</a></li>
|
/external/libvorbis/doc/vorbisenc/ |
vorbis_encode_ctl.html | 97 Returns the current encoder coupling enabled/disabled 103 Enables/disables channel coupling in multichannel encoding according to arg. 104 *arg of zero disables all channel coupling, nonzero allows the encoder to use 105 coupling if a coupled mode is available for the input. At present, coupling
|
overview.html | 94 when encoding. Stereo coupling my be disabled by using <a 336 <td>coupling</td> <td> Stereo encoding (and in the future, surround 339 'coupling'. Stereo coupling may be explicitly enabled or disabled.
|
/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...] |
/external/libvorbis/include/vorbis/ |
vorbisenc.h | 362 * Returns the current encoder coupling setting in the int pointed 370 * Enables/disables channel coupling in multichannel encoding according to arg. 374 * Zero disables channel coupling for multichannel inputs, nonzer enables 375 * channel coupling. Setting has no effect on monophonic encoding or 376 * multichannel counts that do not offer coupling. At present, coupling is
|
/external/libvorbis/lib/ |
psy.h | 77 /* channel coupling config */
|
psy.c | 948 if(!flags || !flags[j]){ /* lossless coupling already quantized. 965 /* Despite all the new, more capable coupling code, for now we 1005 /* Noise normalization, quantization and coupling are not wholly 1006 seperable processes in depth>1 coupling. */ [all...] |
mapping0.c | 66 deeper features; bit0:submappings, bit1:coupling, 641 coupling. Only one prequant/coupling step */ 734 /* channel coupling can 'dirty' the nonzero listing */ 761 /* channel coupling */
|
/external/okhttp/ |
README.md | 30 MockWebServer coupling with OkHttp is essential for proper testing of SPDY and HTTP/2.0 so that code can be shared.
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
qc_data.h | 43 ID_CCE=2, /* Coupling Channel Element */
|
/external/libogg/include/ogg/ |
ogg.h | 80 but we need coupling so that the codec 100 but we need coupling so that the codec
|
/external/libvorbis/ |
CHANGES | 10 * Added encoder control call to disable channel coupling
|
/external/autotest/frontend/client/src/autotest/common/ |
PaddedJsonRpcProxy.java | 16 * close coupling with the server and it allows the server to execute arbitrary JavaScript within
|
/external/libogg/doc/libogg/ |
ogg_stream_state.html | 55 but we need coupling so that the codec
|
/external/selinux/sepolgen/ |
HACKING | 8 it - it avoids assumptions and close coupling of components where
|
/toolchain/binutils/binutils-2.25/gas/ |
input-file.c | 24 Note we don't need to #include the "as.h" file. No common coupling! */
|